Searched refs:ConstructTraits (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 152 ConstructTraits.push_back(Property); 157 SmallVector<TraitProperty, 8> ConstructTraits; member 175 ConstructTraits.push_back(Property); in addTrait() 184 SmallVector<TraitProperty, 8> ConstructTraits; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 191 if (!isSubset<TraitProperty>(VMI0.ConstructTraits, VMI1.ConstructTraits)) in isStrictSubset() 282 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() 283 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper() 291 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper() 308 assert(isSubset<TraitProperty>(VMI.ConstructTraits, Ctx.ConstructTraits) && in isVariantApplicableInContextHelper() 334 unsigned NoConstructTraits = VMI.ConstructTraits.size(); in getVariantMatchScore() 399 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2945 ArrayRef<llvm::omp::TraitProperty> ConstructTraits, int DeviceNum) in TargetOMPContext() argument 2958 for (llvm::omp::TraitProperty Property : ConstructTraits)
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 344 SmallVector<llvm::omp::TraitProperty, 8> ConstructTraits; member in __anon1dd12e440111::DSAStackTy 761 return ConstructTraits; in getConstructTraits() 766 ConstructTraits.append(Traits.begin(), Traits.end()); in handleConstructTrait() 769 llvm::omp::TraitProperty Top = ConstructTraits.pop_back_val(); in handleConstructTrait() 7575 VMI.ConstructTraits, in ActOnOpenMPDeclareVariantDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 9574 ArrayRef<llvm::omp::TraitProperty> ConstructTraits,
|