Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp130 static bool isStrictSubset(const VariantMatchInfo &VMI0, in isStrictSubset()
131 const VariantMatchInfo &VMI1) { in isStrictSubset()
146 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContextHelper()
265 bool llvm::omp::isVariantApplicableInContext(const VariantMatchInfo &VMI, in isVariantApplicableInContext()
272 static APInt getVariantMatchScore(const VariantMatchInfo &VMI, in getVariantMatchScore()
343 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext()
347 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext()
350 const VariantMatchInfo &VMI = VMIs[u]; in getBestVariantMatchForContext()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h119 struct VariantMatchInfo { struct
183 bool isVariantApplicableInContext(const VariantMatchInfo &VMI,
189 int getBestVariantMatchForContext(const SmallVectorImpl<VariantMatchInfo> &VMIs,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2257 VariantMatchInfo &VMI) const { in getAsVariantMatchInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2037 VariantMatchInfo VMI; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h8411 llvm::omp::VariantMatchInfo &VMI) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6757 SmallVector<VariantMatchInfo, 4> VMIs; in ActOnOpenMPCall()
6763 VariantMatchInfo VMI; in ActOnOpenMPCall()