/llvm-project/offload/src/OpenMP/ |
H A D | InteropAPI.cpp | 78 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 D | TypeErasedDataflowAnalysisTest.cpp | 852 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 D | SignAnalysisTest.cpp | 81 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 D | Operator.h | 210 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 D | Value.h | 59 Value *getProperty(llvm::StringRef Name) const { in getProperty() function
|
/llvm-project/clang/test/SemaObjC/ |
H A D | nsobject-attribute.m | 29 id getProperty(id self) { function
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | objc_interface.m | 37 @property(readonly, getter=getProperty) unsigned Property; 68 // PROP-NEXT: "spelling": "getProperty"
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 300 const NamedDecl *getProperty() const { return Property; } in getProperty() function
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1416 Base = Profile.getProperty(); in diagnoseRepeatedUseOfWeak() 1487 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak()
|
H A D | SemaObjCProperty.cpp | 114 if (ObjCPropertyDecl *ProtoProp = Proto->getProperty( in CheckPropertyAgainstProtocol() 232 if (ObjCPropertyDecl *SuperProp = Super->getProperty( in ActOnProperty()
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 234 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 D | DeclObjC.h | 1077 ObjCPropertyDecl *getProperty(const IdentifierInfo *Id,
|