Searched refs:VariantMatchInfo (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 129 static bool isStrictSubset(const VariantMatchInfo &VMI0, in isStrictSubset() 130 const VariantMatchInfo &VMI1) { in isStrictSubset() 145 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContextHelper() 262 bool llvm::omp::isVariantApplicableInContext(const VariantMatchInfo &VMI, in isVariantApplicableInContext() 269 static APInt getVariantMatchScore(const VariantMatchInfo &VMI, in getVariantMatchScore() 340 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext() 344 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext() 347 const VariantMatchInfo &VMI = VMIs[u]; in getBestVariantMatchForContext()
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2235 VariantMatchInfo VMI; in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2530 SmallVector<VariantMatchInfo, 4> VMIs; in ParseOpenMPDeclarativeOrExecutableDirective() 2589 VariantMatchInfo VMI; in ParseOpenMPDeclarativeOrExecutableDirective()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2468 VariantMatchInfo &VMI) const { in getAsVariantMatchInfo()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8819 llvm::omp::VariantMatchInfo &VMI) const;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7285 SmallVector<VariantMatchInfo, 4> VMIs; in ActOnOpenMPCall() 7291 VariantMatchInfo VMI; in ActOnOpenMPCall() 7681 VariantMatchInfo VMI; in ActOnOpenMPDeclareVariantDirective()
|