Home
last modified time | relevance | path

Searched defs:atomic_uchar (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__atomic/
H A Daliases.h31 using atomic_uchar = atomic<unsigned char>; global() variable
/llvm-project/clang/lib/Headers/
H A Dstdatomic.h98 typedef _Atomic(unsigned char) atomic_uchar; global() typedef