HomeSort by: relevance | last modified time | path
    Searched defs:char_int (Results 1 - 4 of 4) sorted by relevancy

  /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]

Completed in 25 milliseconds