Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic.h51 struct atomic_uintptr_t { struct
52 typedef uptr Type;
53 volatile Type val_dont_use;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic.h55 struct atomic_uintptr_t { struct
56 typedef uptr Type;
57 volatile Type val_dont_use;
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h109 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/external/clang/lib/Headers/
Dstdatomic.h123 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/external/elfutils/lib/
Dstdatomic-fbsd.h250 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef