Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp28 EXPECT_DEATH(scudo::reportAlignmentTooBig(123, 456), "Scudo ERROR.*123.*456"); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.h32 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment);
H A Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig() function
H A Dcombined.h307 reportAlignmentTooBig(Alignment, MaxAlignment);