Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h109 bool &RequiresProperty);
H A DOMPKinds.def1205 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty)
1215 #define __OMP_TRAIT_SELECTOR(TraitSet, Name, RequiresProperty) \
1216 OMP_TRAIT_SELECTOR(TraitSet##_##Name, TraitSet, #Name, RequiresProperty)
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp489 bool &RequiresProperty) { in isValidTraitSelectorForTraitSet() argument
494 RequiresProperty = ReqProp; \ in isValidTraitSelectorForTraitSet()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp926 bool RequiresProperty = false; in parseOMPTraitPropertyKind() local
929 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind()
933 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitPropertyKind()
1167 bool RequiresProperty = false; in parseOMPContextSelector() local
1169 RequiresProperty)) { in parseOMPContextSelector()
1177 << RequiresProperty; in parseOMPContextSelector()
1181 if (!RequiresProperty) { in parseOMPContextSelector()
1267 bool RequiresProperty = false; in parseOMPTraitSetKind() local
1270 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind()
1274 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitSetKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2641 bool RequiresProperty = false; in print() local
2643 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print()
2645 if (!RequiresProperty) in print()
2685 bool RequiresProperty = false; in getMangledName() local
2687 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName()
2690 if (!RequiresProperty || in getMangledName()