Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dtypes.c37 typedef unsigned __int128 check_uint_128; typedef
38 typedef __uint128_t check_uint_128; // expected-note {{here}} typedef
39 typedef int check_uint_128; // expected-error {{different types ('int' vs '__uint128_t' (aka 'unsig… typedef