Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
platform_schar.c | 19 typedef int int_int[(char)-128 < (char)127 ? 1 : -1]; typedef in typeref:typename:int[(char)-128<(char)127?1:-1] |
platform_uchar.c | 19 typedef int int_int[(char)127 < (char)128 ? 1 : -1]; typedef in typeref:typename:int[(char)127<(char)128?1:-1] |
platform_schar.c | 19 typedef int int_int[(char)-128 < (char)127 ? 1 : -1]; typedef in typeref:typename:int[(char)-128<(char)127?1:-1] |
platform_uchar.c | 19 typedef int int_int[(char)127 < (char)128 ? 1 : -1]; typedef in typeref:typename:int[(char)127<(char)128?1:-1] |