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.h114 bool &RequiresProperty);
H A DOMPKinds.def1213 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, RequiresProperty)
1223 #define __OMP_TRAIT_SELECTOR(TraitSet, Name, RequiresProperty) \
1224 OMP_TRAIT_SELECTOR(TraitSet##_##Name, TraitSet, #Name, RequiresProperty)
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp575 bool &RequiresProperty) { in isValidTraitSelectorForTraitSet() argument
581 RequiresProperty = ReqProp; \ in isValidTraitSelectorForTraitSet()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp876 bool RequiresProperty = false; in parseOMPTraitPropertyKind() local
879 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind()
883 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitPropertyKind()
1114 bool RequiresProperty = false; in parseOMPContextSelector() local
1116 RequiresProperty)) { in parseOMPContextSelector()
1124 << RequiresProperty; in parseOMPContextSelector()
1128 if (!RequiresProperty) { in parseOMPContextSelector()
1215 bool RequiresProperty = false; in parseOMPTraitSetKind() local
1218 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind()
1222 << Name << (RequiresProperty ? "(<property-name>)" : ""); in parseOMPTraitSetKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2835 bool RequiresProperty = false; in print() local
2837 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print()
2839 if (!RequiresProperty) in print()
2879 bool RequiresProperty = false; in getMangledName() local
2881 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName()
2884 if (!RequiresProperty || in getMangledName()