Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h189 int getBestVariantMatchForContext(const SmallVectorImpl<VariantMatchInfo> &VMIs,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp341 int llvm::omp::getBestVariantMatchForContext( in getBestVariantMatchForContext() function in llvm::omp
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2597 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ParseOpenMPDeclarativeOrExecutableDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7221 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()