Searched refs:VariantMatchInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 130 static bool isStrictSubset(const VariantMatchInfo &VMI0, in isStrictSubset() 131 const VariantMatchInfo &VMI1) { in isStrictSubset() 146 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContextHelper() 263 bool llvm::omp::isVariantApplicableInContext(const VariantMatchInfo &VMI, in isVariantApplicableInContext() 270 static APInt getVariantMatchScore(const VariantMatchInfo &VMI, in getVariantMatchScore() 341 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext() 345 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext() 348 const VariantMatchInfo &VMI = VMIs[u]; in getBestVariantMatchForContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 119 struct VariantMatchInfo { struct 183 bool isVariantApplicableInContext(const VariantMatchInfo &VMI, 189 int getBestVariantMatchForContext(const SmallVectorImpl<VariantMatchInfo> &VMIs,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2244 VariantMatchInfo VMI; in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2663 SmallVector<VariantMatchInfo, 4> VMIs; in ParseOpenMPDeclarativeOrExecutableDirective() 2722 VariantMatchInfo VMI; in ParseOpenMPDeclarativeOrExecutableDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2575 VariantMatchInfo &VMI) const { in getAsVariantMatchInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8955 llvm::omp::VariantMatchInfo &VMI) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7223 SmallVector<VariantMatchInfo, 4> VMIs; in ActOnOpenMPCall() 7229 VariantMatchInfo VMI; in ActOnOpenMPCall() 7621 VariantMatchInfo VMI; in ActOnOpenMPDeclareVariantDirective()
|