Home
last modified time | relevance | path

Searched refs:atomic_char (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/
H A Dintegral.pass.cpp166 test<std::atomic_char, char>(); in main()
195 test<volatile std::atomic_char, char>(); in main()
H A Dintegral_typedefs.pass.cpp46 static_assert((std::is_same<std::atomic<char>, std::atomic_char>::value), ""); in main()
/llvm-project-15.0.7/libcxx/include/
H A Dstdatomic.h146 using std::atomic_char _LIBCPP_USING_IF_EXISTS;
H A Datomic401 typedef atomic<char> atomic_char;
2582 typedef atomic<char> atomic_char;
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdatomic.h88 typedef _Atomic(char) atomic_char; typedef
/llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/
H A Dtypes.compile.pass.cpp155 static_assert(std::is_same_v<std::atomic<char>, ::atomic_char>); in f()
/llvm-project-15.0.7/clang/test/Sema/
H A Datomic-ops.c71 _Static_assert(atomic_is_lock_free((atomic_char*)0), "");
81 _Static_assert(atomic_is_lock_free(0 + (atomic_char*)0), "");
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp695 std::atomic_char AllOK(1); in dsymutil_main()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc246 SYMBOL(atomic_char, None, <stdatomic.h>)