Home
last modified time | relevance | path

Searched refs:RequiresProperty (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h109 bool &RequiresProperty);
H A DOMPKinds.def998 #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 DOMPContext.cpp491 bool &RequiresProperty) { in isValidTraitSelectorForTraitSet() argument
496 RequiresProperty = ReqProp; \ in isValidTraitSelectorForTraitSet()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp907 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 DOpenMPClause.cpp2326 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()