Searched refs:AllowsTraitScore (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 113 bool &AllowsTraitScore,
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 574 bool &AllowsTraitScore, in isValidTraitSelectorForTraitSet() argument 576 AllowsTraitScore = Set != TraitSet::construct && Set != TraitSet::device && in isValidTraitSelectorForTraitSet()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 875 bool AllowsTraitScore = false; in parseOMPTraitPropertyKind() local 879 AllowsTraitScore, RequiresProperty); in parseOMPTraitPropertyKind() 1113 bool AllowsTraitScore = false; in parseOMPContextSelector() local 1115 if (!isValidTraitSelectorForTraitSet(TISelector.Kind, Set, AllowsTraitScore, in parseOMPContextSelector() 1161 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector() 1214 bool AllowsTraitScore = false; in parseOMPTraitSetKind() local 1218 AllowsTraitScore, RequiresProperty); in parseOMPTraitSetKind()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2834 bool AllowsTraitScore = false; in print() local 2837 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in print() 2878 bool AllowsTraitScore = false; in getMangledName() local 2881 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty); in getMangledName()
|