Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterop.cpp61 PropertyTy getProperty(omp_interop_val_t &InteropVal,
65 intptr_t getProperty<intptr_t>(omp_interop_val_t &InteropVal, in getProperty() function
81 const char *getProperty<const char *>(omp_interop_val_t &InteropVal, in getProperty() function
98 void *getProperty<void *>(omp_interop_val_t &InteropVal, in getProperty() function
156 return getProperty<RETURN_TYPE>(*interop_val, property_id, err); \
172 return getProperty<RETURN_TYPE>(*interop_val, property_id, &err); \
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp344 auto *IsSet1 = cast_or_null<BoolValue>(Val1.getProperty("is_set")); in compareEquivalent()
348 auto *IsSet2 = cast_or_null<BoolValue>(Val2.getProperty("is_set")); in compareEquivalent()
365 auto *IsSet1 = cast_or_null<BoolValue>(Val1.getProperty("is_set")); in merge()
369 auto *IsSet2 = cast_or_null<BoolValue>(Val2.getProperty("is_set")); in merge()
498 return Val1.getProperty("has_value") == Val2.getProperty("has_value"); in compareEquivalent()
594 EXPECT_EQ(GetFooValue(Env1)->getProperty("has_value"), in TEST_F()
596 EXPECT_EQ(GetFooValue(Env2)->getProperty("has_value"), in TEST_F()
639 EXPECT_EQ(GetFooValue(Env1)->getProperty("has_value"), in TEST_F()
641 EXPECT_EQ(GetFooValue(Env2)->getProperty("has_value"), in TEST_F()
643 EXPECT_EQ(GetFooValue(Env3)->getProperty("has_value"), in TEST_F()
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp193 cast_or_null<BoolValue>(OptionalVal->getProperty("has_value")); in getHasValue()
245 if (auto *ValueProp = OptionalVal.getProperty("value")) { in maybeInitializeOptionalValueMember()
284 if (OptionalVal->getProperty("has_value") == nullptr) { in initializeOptionalReference()
294 cast_or_null<BoolValue>(OptionalVal.getProperty("has_value")); in isEmptyOptional()
303 cast_or_null<BoolValue>(OptionalVal.getProperty("has_value")); in isNonEmptyOptional()
661 auto *Prop = OptionalVal->getProperty("has_value"); in diagnoseUnwrapCall()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dnsobject-attribute.m32 id getProperty(id self) { function
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dobjc_interface.m20 @property(readonly, getter=getProperty) unsigned Property;
454 "spelling": "getProperty"
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h63 Value *getProperty(llvm::StringRef Name) const { in getProperty() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h288 const NamedDecl *getProperty() const { return Property; } in getProperty() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1396 Base = Profile.getProperty(); in diagnoseRepeatedUseOfWeak()
1467 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak()
H A DSemaObjCProperty.cpp115 if (ObjCPropertyDecl *ProtoProp = Proto->getProperty( in CheckPropertyAgainstProtocol()
234 if (ObjCPropertyDecl *SuperProp = Super->getProperty( in ActOnProperty()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1074 ObjCPropertyDecl *getProperty(const IdentifierInfo *Id,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp235 ObjCPropertyDecl *ObjCContainerDecl::getProperty(const IdentifierInfo *Id, in getProperty() function in ObjCContainerDecl