Home
last modified time | relevance | path

Searched refs:MatchKind (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp150 enum MatchKind { MK_ALL, MK_ANY, MK_NONE }; in isVariantApplicableInContextHelper() enum
152 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h255 enum MatchKind { enum
316 MatchKind matchesType(ASTContext &C, QualType argTy) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp322 clang::analyze_format_string::ArgType::MatchKind
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp238 RegKind MatchKind);
3684 RegKind MatchKind) { in tryParseVectorRegister() argument
3695 unsigned RegNum = matchRegisterNameAlias(Head, MatchKind); in tryParseVectorRegister()
3700 if (!isValidVectorKind(Kind, MatchKind)) { in tryParseVectorRegister()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp10063 analyze_printf::ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()
10083 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr()
10482 analyze_format_string::ArgType::MatchKind Match = in HandleScanfSpecifier()