Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h189 int getBestVariantMatchForContext(const SmallVectorImpl<VariantMatchInfo> &VMIs,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp342 int llvm::omp::getBestVariantMatchForContext( in getBestVariantMatchForContext() function in llvm::omp
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6795 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall()