Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_atomic.h67 struct atomic_uintptr_t { struct
68 typedef uptr Type;
69 volatile Type val_dont_use;
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__atomic/
HDaliases.h77 using atomic_uintptr_t = atomic<uintptr_t>; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDstdatomic.h133 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/freebsd-13-stable/sys/sys/
HDstdatomic.h222 typedef _Atomic(__uintptr_t) atomic_uintptr_t; typedef