OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_wchar_t
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
25
// typedef atomic<wchar_t>
atomic_wchar_t
;
43
static_assert((std::is_same<std::atomic<wchar_t>, std::
atomic_wchar_t
>::value), "");
integral.pass.cpp
181
test<std::
atomic_wchar_t
, wchar_t>();
198
test<volatile std::
atomic_wchar_t
, wchar_t>();
/bionic/libc/include/
stdatomic.h
111
using std::
atomic_wchar_t
;
364
typedef _Atomic(wchar_t)
atomic_wchar_t
;
/development/ndk/platforms/android-L/include/
stdatomic.h
210
typedef _Atomic(wchar_t)
atomic_wchar_t
;
typedef
Completed in 36 milliseconds