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.cpp223 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local
231 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()
232 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper()
234 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()
323 unsigned ConstructIdx = 0; in getVariantMatchScore() local
332 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()