Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dtypes.c34 typedef __int128 check_int_128; typedef
35 typedef __int128_t check_int_128; // expected-note {{here}} typedef
36 typedef int check_int_128; // expected-error {{different types ('int' vs '__int128_t' (aka '__int12… typedef