Home
last modified time | relevance | path

Searched defs:check_uint_128 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dtypes.c38 typedef unsigned __int128 check_uint_128; typedef
39 typedef __uint128_t check_uint_128; // expected-note {{here}} typedef
40 typedef int check_uint_128; // expected-error {{different types ('int' vs '__uint128_t' (aka 'unsig… typedef