Searched refs:AllowsTraitScore (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 108 bool &AllowsTraitScore,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 487 bool &AllowsTraitScore, in isValidTraitSelectorForTraitSet() argument 489 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device; in isValidTraitSelectorForTraitSet()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 915 bool AllowsTraitScore = false; in parseOMPTraitPropertyKind() local 919 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind() 1156 bool AllowsTraitScore = false; in parseOMPContextSelector() local 1158 if (!isValidTraitSelectorForTraitSet(TISelector.Kind, Set, AllowsTraitScore, in parseOMPContextSelector() 1204 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector() 1256 bool AllowsTraitScore = false; in parseOMPTraitSetKind() local 1260 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2638 bool AllowsTraitScore = false; in print() local 2641 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print() 2682 bool AllowsTraitScore = false; in getMangledName() local 2685 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName()
|