Lines Matching defs:match
2062 // Change the result type of the call to match the original value type. This
3161 // gibberish when trying to match arguments.
3769 analyze_printf::ArgType::MatchKind match = AT.matchesType(S.Context, ExprTy);
3771 if (match == analyze_printf::ArgType::Match) {
3785 // Check if we didn't match because of an implicit cast from a 'char'
3869 if (match == analyze_format_string::ArgType::NoMatchPedantic) {
3872 // In this case, the specifier is wrong and should be changed to match
3955 if (match == analyze_printf::ArgType::NoMatchPedantic) {
4143 analyze_format_string::ArgType::MatchKind match =
4145 if (match == analyze_format_string::ArgType::Match) {
4154 if (match == analyze_format_string::ArgType::NoMatchPedantic) {
8602 // This enum needs to match with the 'select' in
8969 // If both records are C++ classes, check that base classes match.
9085 //===--- CHECK: pointer_with_type_tag attribute: datatypes should match ----//