Searched refs:RequiresProperty (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPContextTest.cpp | 33 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty) \ in TEST_F() argument 58 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty) \ in TEST_F() argument 62 EXPECT_EQ(RequiresProperty, ReqProperty); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 109 bool &RequiresProperty);
|
| H A D | OMPKinds.def | 1091 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty) 1101 #define __OMP_TRAIT_SELECTOR(TraitSet, Name, RequiresProperty) \ 1102 OMP_TRAIT_SELECTOR(TraitSet##_##Name, TraitSet, #Name, RequiresProperty)
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 490 bool &RequiresProperty) { in isValidTraitSelectorForTraitSet() argument 495 RequiresProperty = ReqProp; \ in isValidTraitSelectorForTraitSet()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 918 bool RequiresProperty = false; in parseOMPTraitPropertyKind() local 921 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind() 925 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitPropertyKind() 1159 bool RequiresProperty = false; in parseOMPContextSelector() local 1161 RequiresProperty)) { in parseOMPContextSelector() 1169 << RequiresProperty; in parseOMPContextSelector() 1173 if (!RequiresProperty) { in parseOMPContextSelector() 1259 bool RequiresProperty = false; in parseOMPTraitSetKind() local 1262 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind() 1266 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitSetKind()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2473 bool RequiresProperty = false; in print() local 2475 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print() 2477 if (!RequiresProperty) in print() 2517 bool RequiresProperty = false; in getMangledName() local 2519 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName() 2522 if (!RequiresProperty || in getMangledName()
|