Home
last modified time | relevance | path

Searched refs:atomic_uintmax_t (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp67 static_assert((std::is_same<std::atomic<std::uintmax_t>, std::atomic_uintmax_t>::value), ""); in main()
/llvm-project-15.0.7/libcxx/include/
H A Dstdatomic.h194 using std::atomic_uintmax_t _LIBCPP_USING_IF_EXISTS;
H A Datomic449 typedef atomic<uintmax_t> atomic_uintmax_t;
2634 typedef atomic<uintmax_t> atomic_uintmax_t;
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdatomic.h123 typedef _Atomic(uintmax_t) atomic_uintmax_t; typedef
/llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/
H A Dtypes.compile.pass.cpp208 static_assert(std::is_same_v<std::atomic<uintmax_t>, ::atomic_uintmax_t>); in f()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc305 SYMBOL(atomic_uintmax_t, None, <stdatomic.h>)