Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp344 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext() local
361 if (isStrictSubset(VMI, *BestVMI)) in getBestVariantMatchForContext()
364 if (!isStrictSubset(*BestVMI, VMI)) in getBestVariantMatchForContext()
368 BestVMI = &VMI; in getBestVariantMatchForContext()