Searched refs:RequiresProperty (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 109 bool &RequiresProperty);
|
| H A D | OMPKinds.def | 998 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty) 1008 #define __OMP_TRAIT_SELECTOR(TraitSet, Name, RequiresProperty) \ 1009 OMP_TRAIT_SELECTOR(TraitSet##_##Name, TraitSet, #Name, RequiresProperty)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 491 bool &RequiresProperty) { in isValidTraitSelectorForTraitSet() argument 496 RequiresProperty = ReqProp; \ in isValidTraitSelectorForTraitSet()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 907 bool RequiresProperty = false; in parseOMPTraitPropertyKind() local 910 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind() 914 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitPropertyKind() 1144 bool RequiresProperty = false; in parseOMPContextSelector() local 1146 RequiresProperty)) { in parseOMPContextSelector() 1154 << RequiresProperty; in parseOMPContextSelector() 1158 if (!RequiresProperty) { in parseOMPContextSelector() 1244 bool RequiresProperty = false; in parseOMPTraitSetKind() local 1247 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind() 1251 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitSetKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2326 bool RequiresProperty = false; in print() local 2328 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print() 2330 if (!RequiresProperty) in print() 2370 bool RequiresProperty = false; in getMangledName() local 2372 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName() 2375 if (!RequiresProperty || in getMangledName()
|