Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h109 bool &RequiresProperty);
H A DOMPKinds.def1197 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty)
1207 #define __OMP_TRAIT_SELECTOR(TraitSet, Name, RequiresProperty) \
1208 OMP_TRAIT_SELECTOR(TraitSet##_##Name, TraitSet, #Name, RequiresProperty)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp488 bool &RequiresProperty) { in isValidTraitSelectorForTraitSet() argument
493 RequiresProperty = ReqProp; \ in isValidTraitSelectorForTraitSet()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp916 bool RequiresProperty = false; in parseOMPTraitPropertyKind() local
919 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind()
923 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitPropertyKind()
1157 bool RequiresProperty = false; in parseOMPContextSelector() local
1159 RequiresProperty)) { in parseOMPContextSelector()
1167 << RequiresProperty; in parseOMPContextSelector()
1171 if (!RequiresProperty) { in parseOMPContextSelector()
1257 bool RequiresProperty = false; in parseOMPTraitSetKind() local
1260 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind()
1264 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitSetKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2639 bool RequiresProperty = false; in print() local
2641 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print()
2643 if (!RequiresProperty) in print()
2683 bool RequiresProperty = false; in getMangledName() local
2685 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName()
2688 if (!RequiresProperty || in getMangledName()