Home
last modified time | relevance | path

Searched defs:atomic_int_least64_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h55 using atomic_int_least64_t = atomic<int_least64_t>; variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h122 typedef _Atomic(int_least64_t) atomic_int_least64_t; typedef
/freebsd/sys/sys/
H A Dstdatomic.h211 typedef _Atomic(__int_least64_t) atomic_int_least64_t; typedef