Searched refs:ImplicitMatch (Results 1 – 1 of 1) sorted by relevance
7288 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr() local7315 ImplicitMatch = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()7317 ImplicitMatch != ArgType::NoMatchSignedness) in checkFormatExpr()7322 ImplicitMatch = handleFormatSignedness( in checkFormatExpr()7323 ImplicitMatch, S.getDiagnostics(), E->getExprLoc()); in checkFormatExpr()7324 if (ImplicitMatch == ArgType::Match) in checkFormatExpr()7350 ImplicitMatch != ArgType::NoMatchPromotionTypeConfusion && in checkFormatExpr()7351 ImplicitMatch != ArgType::NoMatchTypeConfusion) in checkFormatExpr()7355 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()7356 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()[all …]