Home
last modified time | relevance | path

Searched refs:atomic_uchar (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h31 using atomic_uchar = atomic<unsigned char>; variable
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h45 using std::atomic_uchar // see below
148 using std::atomic_uchar _LIBCPP_USING_IF_EXISTS;
H A Datomic469 typedef atomic<unsigned char> atomic_uchar;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h101 typedef _Atomic(unsigned char) atomic_uchar; typedef
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc71 using std::atomic_uchar _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/sys/
H A Dstdatomic.h193 typedef _Atomic(unsigned char) atomic_uchar; typedef
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc295 SYMBOL(atomic_uchar, None, <stdatomic.h>)