HomeSort by relevance Sort by last modified time
    Searched full:atomic_int_ref (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
atomic-type.cpp 50 typedef _Atomic(int)&atomic_int_ref; typedef
51 typedef _Atomic int &atomic_int_ref; typedef
52 typedef _Atomic atomic_int_ref atomic_int_ref; // expected-warning {{'_Atomic' qualifier on reference type 'atomic_int_ref' (aka '_Atomic(int) &') has no effect}} typedef

Completed in 331 milliseconds