Home
last modified time | relevance | path

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

/llvm-project/clang/test/Parser/
H A Datomic.c11 typedef const atomic_int const_atomic_int; typedef
12 typedef _Atomic const int const_atomic_int; // ext-warning {{'_Atomic' is a C11 extension}} typedef
13 typedef const _Atomic int const_atomic_int; // ext-warning {{'_Atomic' is a C11 extension}} typedef
14 typedef const _Atomic(int) const_atomic_int; // ext-warning {{'_Atomic' is a C11 extension}} typedef
15 typedef const _Atomic(_Atomic int) const_atomic_int; // expected-error {{_Atomic cannot be applied … typedef
17 typedef _Atomic const_int const_atomic_int; // ext-warning {{'_Atomic' is a C11 extension}} typedef
18 typedef _Atomic(const_int) const_atomic_int; // expected-error {{_Atomic cannot be applied to quali… typedef