Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp54 #define ASSERT_READ_LABEL(ptr, size, label) \ macro
711 ASSERT_READ_LABEL(&rbuf[8], 1, i_label); in test_recvmsg()
1693 ASSERT_READ_LABEL(&rem, 1, i_label); in test_nanosleep()
1848 ASSERT_READ_LABEL(buf, 4, 0); in test_sprintf_chunk()
1889 ASSERT_READ_LABEL(buf, 7, 0); in test_sprintf()
1892 ASSERT_READ_LABEL(buf + 9, 9, 0); in test_sprintf()
1895 ASSERT_READ_LABEL(buf + 19, 1, 0); in test_sprintf()
1898 ASSERT_READ_LABEL(buf + 22, 15, 0); in test_sprintf()
1963 ASSERT_READ_LABEL(buf, 7, 0); in test_snprintf()
1966 ASSERT_READ_LABEL(buf + 9, 4, 0); in test_snprintf()
[all …]