Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp223 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local
231 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()
276 unsigned NoConstructTraits = VMI.ConstructTraits.size(); in getVariantMatchScore() local
311 Score += (1ULL << (NoConstructTraits + 0)); in getVariantMatchScore()
314 Score += (1ULL << (NoConstructTraits + 1)); in getVariantMatchScore()
317 Score += (1ULL << (NoConstructTraits + 2)); in getVariantMatchScore()
325 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()