Searched refs:uint128_ctype (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 825 int128_ctype, sint128_ctype, uint128_ctype, variable 913 { &uint128_ctype, T_UINT( 3, type128) },
|
D | symbol.h | 298 int128_ctype, sint128_ctype, uint128_ctype,
|
D | parse.c | 512 N("__uint128_t", &spec_op, .type = &uint128_ctype), 1233 return ctype->ctype.modifiers & MOD_UNSIGNED ? &uint128_ctype in to_TI_mode() 1490 &uint128_ctype};
|
D | show-parse.c | 258 { &uint128_ctype, "unsigned __int128", "" },
|
D | evaluate.c | 199 [3] = &uint128_ctype, in bigger_int_type()
|