Home
last modified time | relevance | path

Searched refs:ConstructTraits (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h145 ConstructTraits.push_back(Property);
150 SmallVector<TraitProperty, 8> ConstructTraits; member
167 ConstructTraits.push_back(Property); in addTrait()
176 SmallVector<TraitProperty, 8> ConstructTraits; member
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp140 if (!isSubset<TraitProperty>(VMI0.ConstructTraits, VMI1.ConstructTraits)) in isStrictSubset()
223 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper()
224 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper()
232 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper()
249 assert(isSubset<TraitProperty>(VMI.ConstructTraits, Ctx.ConstructTraits) && in isVariantApplicableInContextHelper()
275 unsigned NoConstructTraits = VMI.ConstructTraits.size(); in getVariantMatchScore()
326 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2751 ArrayRef<llvm::omp::TraitProperty> ConstructTraits) in TargetOMPContext() argument
2760 for (llvm::omp::TraitProperty Property : ConstructTraits)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp347 SmallVector<llvm::omp::TraitProperty, 8> ConstructTraits; member in __anon1dd12e440111::DSAStackTy
782 return ConstructTraits; in getConstructTraits()
787 ConstructTraits.append(Traits.begin(), Traits.end()); in handleConstructTrait()
790 llvm::omp::TraitProperty Top = ConstructTraits.pop_back_val(); in handleConstructTrait()
7624 VMI.ConstructTraits, in ActOnOpenMPDeclareVariantDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8988 ArrayRef<llvm::omp::TraitProperty> ConstructTraits);