Searched refs:atomic_ullong (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | integral.pass.cpp | 183 test<std::atomic_ullong, unsigned long long>(); in main() 209 test<volatile std::atomic_ullong, unsigned long long>(); in main()
|
D | integral_typedefs.pass.cpp | 56 static_assert((std::is_same<std::atomic<unsigned long long>, std::atomic_ullong>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/atomics/atomics.types.generic/ |
D | integral.pass.cpp | 182 test<std::atomic_ullong, unsigned long long>(); in main() 211 test<volatile std::atomic_ullong, unsigned long long>(); in main()
|
D | integral_typedefs.pass.cpp | 58 static_assert((std::is_same<std::atomic<unsigned long long>, std::atomic_ullong>::value), ""); in main()
|
/external/llvm-project/clang/lib/Headers/ |
D | stdatomic.h | 88 typedef _Atomic(unsigned long long) atomic_ullong; typedef
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 102 typedef _Atomic(unsigned long long) atomic_ullong; typedef
|
/external/elfutils/lib/ |
D | stdatomic-fbsd.h | 227 typedef _Atomic(unsigned long long) atomic_ullong; typedef
|
/external/libcxx/include/ |
D | atomic | 495 typedef atomic<unsigned long long> atomic_ullong; 1844 typedef atomic<unsigned long long> atomic_ullong;
|
/external/llvm-project/libcxx/include/ |
D | atomic | 468 typedef atomic<unsigned long long> atomic_ullong; 2734 typedef atomic<unsigned long long> atomic_ullong;
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 306 SYMBOL(atomic_ullong, None, <stdatomic.h>)
|