Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp384 return MatchPromotion; in matchesType()
482 return MatchPromotion; in matchesType()
489 return MatchPromotion; in matchesType()
493 return MatchPromotion; in matchesType()
499 return MatchPromotion; in matchesType()
506 return MatchPromotion; in matchesType()
569 return C.getLangOpts().CPlusPlus ? MatchPromotion : Match; in matchesType()
610 return MK::MatchPromotion; in integerTypeMatch()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h280 MatchPromotion, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7618 case MK::MatchPromotion: in VerifyCompatible()
8303 if (Match == ArgType::MatchPromotion) in checkFormatExpr()
8307 if (Match == ArgType::MatchPromotion) { in checkFormatExpr()
8319 assert(Match != ArgType::MatchPromotion); in checkFormatExpr()
8404 case ArgType::MatchPromotion: in checkFormatExpr()
8517 case ArgType::MatchPromotion: in checkFormatExpr()