Home
last modified time | relevance | path

Searched defs:UserAtomicType (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_helpers.h17 struct UserAtomicType struct
21 explicit UserAtomicType(int d = 0) TEST_NOEXCEPT : i(d) {} in i() argument
/external/cronet/third_party/libc++/src/test/support/
Datomic_helpers.h17 struct UserAtomicType { struct
20 explicit UserAtomicType(int d = 0) TEST_NOEXCEPT : i(d) {} in i() argument