Home
last modified time | relevance | path

Searched refs:C_tag (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety.c72 static const int C_tag __attribute__(( type_tag_for_datatype(c,int) )) = 10; variable
79 C_func(ptr, C_tag); // no-warning in test_tag_mismatch()
87 C_func(0, C_tag); // no-warning in test_null_pointer()
88 C_func((void *) 0, C_tag); // no-warning in test_null_pointer()
89 C_func((int *) 0, C_tag); // no-warning in test_null_pointer()
90 …C_func((long *) 0, C_tag); // expected-warning {{argument type 'long *' doesn't match specified 'c… in test_null_pointer()