Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h176 struct GuardByte { struct
177 GuardByte() = delete;
178 GuardByte(GuardByte const&) = delete;
179 GuardByte& operator=(GuardByte const&) = delete; argument
181 explicit GuardByte(uint8_t* const guard_byte_address) : guard_byte(guard_byte_address) {} in GuardByte() function
552 GuardByte guard_byte;