Home
last modified time | relevance | path

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

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