Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h41 using atomic_char8_t = atomic<char8_t>; variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h111 typedef _Atomic(unsigned char) atomic_char8_t; typedef