Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dtypes.c33 typedef __int128 check_int_128; typedef
34 typedef __int128_t check_int_128; // expected-note {{here}} typedef
35 typedef int check_int_128; // expected-error {{different types ('int' vs '__int128_t' (aka '__int12… typedef