Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdatomic.h119 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef