Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp49 EXPECT_DEATH(scudo::reportAlignmentNotPowerOfTwo(123), "Scudo ERROR.*123"); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dreport.h51 void NORETURN reportAlignmentNotPowerOfTwo(uptr Alignment);
H A Dreport.cpp167 void NORETURN reportAlignmentNotPowerOfTwo(uptr Alignment) { in reportAlignmentNotPowerOfTwo() function
H A Dwrappers_c.inc102 scudo::reportAlignmentNotPowerOfTwo(alignment);