OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e_char_signed
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
warn-type-safety.c
99
typedef signed char
E_char_signed
;
106
E_char_signed
*e_char_signed_buf,
112
E_func(e_char_signed_buf, E_tag); // expected-warning {{argument type '
E_char_signed
*' (aka 'signed char *') doesn't match specified 'e' type tag that requires 'E_char *' (aka 'char *')}}
Completed in 43 milliseconds