Home
last modified time | relevance | path

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

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