Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp282 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local
290 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()
334 unsigned NoConstructTraits = VMI.ConstructTraits.size(); in getVariantMatchScore() local
374 Score += (1ULL << (NoConstructTraits + 0)); in getVariantMatchScore()
377 Score += (1ULL << (NoConstructTraits + 1)); in getVariantMatchScore()
380 Score += (1ULL << (NoConstructTraits + 2)); in getVariantMatchScore()
383 Score += (1ULL << (NoConstructTraits + 0)); in getVariantMatchScore()
386 Score += (1ULL << (NoConstructTraits + 1)); in getVariantMatchScore()
389 Score += (1ULL << (NoConstructTraits + 2)); in getVariantMatchScore()
397 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()