Searched defs:check_uint_128 (Results 1 – 1 of 1) sorted by relevance
38 typedef unsigned __int128 check_uint_128; typedef39 typedef __uint128_t check_uint_128; // expected-note {{here}} typedef40 typedef int check_uint_128; // expected-error {{different types ('int' vs '__uint128_t' (aka 'unsig… typedef