Searched refs:ImplicitMatch (Results 1 – 1 of 1) sorted by relevance
10083 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr() local10085 if (ImplicitMatch == analyze_printf::ArgType::Match) in checkFormatExpr()10087 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()10088 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()10089 Match = ImplicitMatch; in checkFormatExpr()