Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8249 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr() local
8276 ImplicitMatch = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()
8278 ImplicitMatch != ArgType::NoMatchSignedness) in checkFormatExpr()
8283 ImplicitMatch = handleFormatSignedness( in checkFormatExpr()
8284 ImplicitMatch, S.getDiagnostics(), E->getExprLoc()); in checkFormatExpr()
8285 if (ImplicitMatch == ArgType::Match) in checkFormatExpr()
8311 ImplicitMatch != ArgType::NoMatchPromotionTypeConfusion && in checkFormatExpr()
8312 ImplicitMatch != ArgType::NoMatchTypeConfusion) in checkFormatExpr()
8316 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()
8317 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()
[all …]