Searched refs:ImplicitMatch (Results 1 – 1 of 1) sorted by relevance
8249 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr() local8276 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 …]