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