Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__atomic/
H A Daliases.h33 using atomic_ushort = atomic<unsigned short>; global() variable
/llvm-project/clang/lib/Headers/
H A Dstdatomic.h100 typedef _Atomic(unsigned short) atomic_ushort; global() typedef