Searched refs:second_p (Results 1 – 1 of 1) sorted by relevance
2293 int first_p, second_p; in integer_types_same_name_p() local2297 second_p = (strstr (second, "short") != NULL); in integer_types_same_name_p()2298 if (first_p && second_p) in integer_types_same_name_p()2300 if (first_p || second_p) in integer_types_same_name_p()2305 second_p = (strstr (second, "long") != NULL); in integer_types_same_name_p()2306 if (first_p && second_p) in integer_types_same_name_p()2308 if (first_p || second_p) in integer_types_same_name_p()2313 second_p = (strstr (second, "char") != NULL); in integer_types_same_name_p()2314 if (first_p && second_p) in integer_types_same_name_p()2316 if (first_p || second_p) in integer_types_same_name_p()