Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h109 bool &RequiresProperty);
H A DOMPKinds.def1154 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty)
1164 #define __OMP_TRAIT_SELECTOR(TraitSet, Name, RequiresProperty) \
1165 OMP_TRAIT_SELECTOR(TraitSet##_##Name, TraitSet, #Name, RequiresProperty)
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp488 bool &RequiresProperty) { in isValidTraitSelectorForTraitSet() argument
493 RequiresProperty = ReqProp; \ in isValidTraitSelectorForTraitSet()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp915 bool RequiresProperty = false; in parseOMPTraitPropertyKind() local
918 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind()
922 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitPropertyKind()
1156 bool RequiresProperty = false; in parseOMPContextSelector() local
1158 RequiresProperty)) { in parseOMPContextSelector()
1166 << RequiresProperty; in parseOMPContextSelector()
1170 if (!RequiresProperty) { in parseOMPContextSelector()
1256 bool RequiresProperty = false; in parseOMPTraitSetKind() local
1259 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind()
1263 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitSetKind()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp2534 bool RequiresProperty = false; in print() local
2536 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print()
2538 if (!RequiresProperty) in print()
2578 bool RequiresProperty = false; in getMangledName() local
2580 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName()
2583 if (!RequiresProperty || in getMangledName()