Searched refs:HStorage (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp143 static std::aligned_storage<sizeof(XRayFileHeader)>::type HStorage; local
149 XRayFileHeader &H = reinterpret_cast<XRayFileHeader &>(HStorage);
172 return reinterpret_cast<XRayFileHeader &>(HStorage);

Completed in 112 milliseconds