Searched refs:C_tag (Results 1 – 1 of 1) sorted by relevance
70 static const int C_tag __attribute__(( type_tag_for_datatype(c,int) )) = 10; variable77 C_func(ptr, C_tag); // no-warning in test_tag_mismatch()85 C_func(0, C_tag); // no-warning in test_null_pointer()86 C_func((void *) 0, C_tag); // no-warning in test_null_pointer()87 C_func((int *) 0, C_tag); // no-warning in test_null_pointer()88 …C_func((long *) 0, C_tag); // expected-warning {{argument type 'long *' doesn't match specified 'c… in test_null_pointer()