Searched defs:_Atomic (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libcxxrt/ | ||
H A D | atomic.h | 13 # define _Atomic(T) T macro |
/freebsd/contrib/llvm-project/libcxx/include/ | ||
H A D | stdatomic.h | 133 # define _Atomic(_Tp) ::std::atomic<_Tp> macro |