Home
last modified time | relevance | path

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

/llvm-project/offload/src/OpenMP/
H A DInteropAPI.cpp78 PropertyTy getProperty(omp_interop_val_t &InteropVal,
82 intptr_t getProperty<intptr_t>(omp_interop_val_t &InteropVal, in getProperty() function
98 const char *getProperty<const char *>(omp_interop_val_t &InteropVal, in getProperty() function
115 void *getProperty<void *>(omp_interop_val_t &InteropVal, in getProperty() function
173 return getProperty<RETURN_TYPE>(*interop_val, property_id, err); \
189 return getProperty<RETURN_TYPE>(*interop_val, property_id, &err); \ in __OMP_GET_INTEROP_TY()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp852 auto *Prop1 = Val1.getProperty("is_null"); in widen()
853 auto *Prop2 = Val2.getProperty("is_null"); in widen()
867 auto *IsNull1 = cast_or_null<BoolValue>(Val1.getProperty("is_null")); in runDataflow()
868 auto *IsNull2 = cast_or_null<BoolValue>(Val2.getProperty("is_null")); in runDataflow()
948 EXPECT_EQ(GetFooValue(Env1)->getProperty("is_null"), in TEST_F()
950 EXPECT_EQ(GetFooValue(Env2)->getProperty("is_null"), in TEST_F()
953 isa<TopBoolValue>(GetFooValue(Env3)->getProperty("is_null"))); in TEST_F()
991 EXPECT_EQ(GetFooValue(Env1)->getProperty("is_null"), in TEST_F()
993 EXPECT_EQ(GetFooValue(Env2)->getProperty("is_null"), in TEST_F()
995 EXPECT_EQ(GetFooValue(Env3)->getProperty("is_nul in TEST_F()
[all...]
H A DSignAnalysisTest.cpp81 return {dyn_cast_or_null<BoolValue>(Val.getProperty("neg")), in getSignProperties()
82 dyn_cast_or_null<BoolValue>(Val.getProperty("zero")), in getSignProperties()
83 dyn_cast_or_null<BoolValue>(Val.getProperty("pos"))}; in getSignProperties()
292 if (Val->getProperty("neg")) in transferExpr()
457 getProperty(const Environment &Env, ASTContext &ASTCtx, const Node *N, in getProperty() function
467 auto *Prop = Val->getProperty(Property); in getProperty()
480 auto [Result, Prop] = getProperty(Env, ASTCtx, N, Property); in isPropertyImplied()
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h210 NamedProperty &getProperty(int index) { return properties[index]; } in getProperty() function
211 const NamedProperty &getProperty(int index) const { in getProperty()
209 NamedProperty &getProperty(int index) { return properties[index]; } getProperty() function
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h59 Value *getProperty(llvm::StringRef Name) const { in getProperty() function
/llvm-project/clang/test/SemaObjC/
H A Dnsobject-attribute.m29 id getProperty(id self) { function
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_interface.m37 @property(readonly, getter=getProperty) unsigned Property;
68 // PROP-NEXT: "spelling": "getProperty"
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h300 const NamedDecl *getProperty() const { return Property; } in getProperty() function
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1416 Base = Profile.getProperty(); in diagnoseRepeatedUseOfWeak()
1487 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak()
H A DSemaObjCProperty.cpp114 if (ObjCPropertyDecl *ProtoProp = Proto->getProperty( in CheckPropertyAgainstProtocol()
232 if (ObjCPropertyDecl *SuperProp = Super->getProperty( in ActOnProperty()
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp234 ObjCPropertyDecl *ObjCContainerDecl::getProperty(const IdentifierInfo *Id, in getDefaultSynthIvarName()
236 ObjCPropertyDecl *ObjCContainerDecl::getProperty(const IdentifierInfo *Id, getProperty() function in ObjCContainerDecl
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1077 ObjCPropertyDecl *getProperty(const IdentifierInfo *Id,