Home
last modified time | relevance | path

Searched defs:atomic_uintptr_t (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h55 struct atomic_uintptr_t { struct
56 typedef uptr Type;
57 volatile Type val_dont_use;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h78 using atomic_uintptr_t = atomic<uintptr_t>; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h127 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/freebsd-14.2/sys/sys/
H A Dstdatomic.h221 typedef _Atomic(__uintptr_t) atomic_uintptr_t; typedef