Home
last modified time | relevance | path

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

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