Searched refs:const_atomic_int (Results 1 – 1 of 1) sorted by relevance
9 typedef const atomic_int const_atomic_int; typedef10 typedef _Atomic const int const_atomic_int; typedef11 typedef const _Atomic int const_atomic_int; typedef12 typedef const _Atomic(int) const_atomic_int; typedef13 typedef const _Atomic(_Atomic int) const_atomic_int; // expected-error {{_Atomic cannot be applied … typedef14 typedef _Atomic const_int const_atomic_int; typedef15 typedef _Atomic(const_int) const_atomic_int; // expected-error {{_Atomic cannot be applied to quali… typedef