Searched refs:INT128 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c99 typeinfo("__int128_t", INT128, UINT128, INT128_SIZE, 7, 's'),
100 typeinfo("__uint128_t", INT128, UINT128, INT128_SIZE, 7, 'u'),
H A Dlint.h79 INT128, /* (signed) __int128_t */ enumerator in enum:__anon42
/netbsd-current/usr.bin/xlint/lint2/
H A Dread.c619 return s == 'u' ? UINT128 : INT128;
823 t = INT128;
/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c165 kwdef_type( "__int128_t", INT128, 99),
H A Dtree.c681 UINT128, INT128,
3449 || ot == INT128 || ot == UINT128
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2050 TypeKind.INT128 = TypeKind(20)

Completed in 113 milliseconds