Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/src/
H A Dcxa_guard_impl.h183 struct GuardByte { struct
186 GuardByte& operator=(GuardByte const&) = delete; argument
188 explicit GuardByte(uint8_t* const guard_byte_address) : guard_byte(guard_byte_address) {} in GuardByte() argument
193 acquireGuardByte acquire() argument
200 releaseGuardByte release() argument
203 abortGuardByte abort() argument
[all...]