HomeSort by: relevance | last modified time | path
    Searched refs:UINT128 (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/xlint/common/
inittyp.c 99 typeinfo("__int128_t", INT128, UINT128, INT128_SIZE, 7, 's'),
100 typeinfo("__uint128_t", INT128, UINT128, INT128_SIZE, 7, 'u'),
lint.h 80 UINT128, /* __uint128_t */
  /src/usr.bin/xlint/lint2/
read.c 619 return s == 'u' ? UINT128 : INT128;
821 t = UINT128;
  /src/usr.bin/xlint/lint1/
lex.c 193 kwdef_type( "__uint128_t", UINT128, 99),
cgram.y 1524 $2.bit_width == 128 ? (t == INT ? INT128 : UINT128) :
decl.c 236 : t == INT128 ? UINT128
tree.c 968 UINT128, INT128,
3736 || ot == INT128 || ot == UINT128

Completed in 20 milliseconds