Searched refs:ImplicitMatch (Results 1 – 1 of 1) sorted by relevance
9091 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr() local9093 if (ImplicitMatch == analyze_printf::ArgType::Match) in checkFormatExpr()9095 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()9096 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()9097 Match = ImplicitMatch; in checkFormatExpr()