Home
last modified time | relevance | path

Searched refs:AllowsTraitScore (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h108 bool &AllowsTraitScore,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp488 bool &AllowsTraitScore, in isValidTraitSelectorForTraitSet() argument
490 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device; in isValidTraitSelectorForTraitSet()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp925 bool AllowsTraitScore = false; in parseOMPTraitPropertyKind() local
929 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind()
1166 bool AllowsTraitScore = false; in parseOMPContextSelector() local
1168 if (!isValidTraitSelectorForTraitSet(TISelector.Kind, Set, AllowsTraitScore, in parseOMPContextSelector()
1214 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector()
1266 bool AllowsTraitScore = false; in parseOMPTraitSetKind() local
1270 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2640 bool AllowsTraitScore = false; in print() local
2643 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print()
2684 bool AllowsTraitScore = false; in getMangledName() local
2687 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName()