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