Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp222 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local
230 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()
231 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper()
233 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()
322 unsigned ConstructIdx = 0; in getVariantMatchScore() local
331 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()