OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_char16_t
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp
23
// typedef atomic<char16_t>
atomic_char16_t
;
45
static_assert((std::is_same<std::atomic<char16_t>, std::
atomic_char16_t
>::value), "");
integral.pass.cpp
178
test<std::
atomic_char16_t
, char16_t>();
195
test<volatile std::
atomic_char16_t
, char16_t>();
/bionic/libc/include/
stdatomic.h
109
using std::
atomic_char16_t
;
361
typedef _Atomic(char16_t)
atomic_char16_t
;
/development/ndk/platforms/android-L/include/
stdatomic.h
208
typedef _Atomic(char16_t)
atomic_char16_t
;
typedef
Completed in 32 milliseconds