OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e_char
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
warn-type-safety.c
97
typedef char
E_char
;
102
static const int E_tag __attribute__(( type_tag_for_datatype(e,
E_char
) )) = 10;
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 *')}}
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 *')}}
/external/bison/
ChangeLog-2012
[
all
...]
Completed in 118 milliseconds