OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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