Home
last modified time | relevance | path

Searched defs:atomic_uchar (Results 1 – 3 of 3) 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/clang/lib/Headers/
H A Dstdatomic.h101 typedef _Atomic(unsigned char) atomic_uchar; typedef
/freebsd/sys/sys/
H A Dstdatomic.h193 typedef _Atomic(unsigned char) atomic_uchar; typedef