Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dinterceptors.c28 ASSERT_READ_ZERO_LABEL(p, kSize); in test_aligned_alloc()
35 ASSERT_READ_ZERO_LABEL(p, kSize); in test_calloc()
47 ASSERT_READ_ZERO_LABEL(p, kSize); in test_free()
62 ASSERT_READ_ZERO_LABEL(p, kSize); in test_malloc()
88 ASSERT_READ_ZERO_LABEL(p, kSize); in test_memalign()
95 ASSERT_READ_ZERO_LABEL(p, kSize); in test_mmap()
101 ASSERT_READ_ZERO_LABEL(p, kSize); in test_mmap()
116 ASSERT_READ_ZERO_LABEL(p, kSize); in test_unmmap()
125 ASSERT_READ_ZERO_LABEL(p, kSize); in test_posix_memalign()
132 ASSERT_READ_ZERO_LABEL(p, kSize); in test_pvalloc()
[all …]
H A Dcustom.cpp48 #define ASSERT_READ_ZERO_LABEL(ptr, size) \ macro
666 ASSERT_READ_ZERO_LABEL(&rbuf0[0], 8); in test_recvmmsg()
668 ASSERT_READ_ZERO_LABEL(&rbuf1[0], 7); in test_recvmmsg()
710 ASSERT_READ_ZERO_LABEL(&rbuf[0], 8); in test_recvmsg()
921 ASSERT_READ_ZERO_LABEL(buf, 128); in test_fgets()
945 ASSERT_READ_ZERO_LABEL(buf + 2, 2); in test_getcwd()
972 ASSERT_READ_ZERO_LABEL(buf + 2, 2); in test_getentropy()
985 ASSERT_READ_ZERO_LABEL(buf + 2, 2); in test_gethostname()
1231 ASSERT_READ_ZERO_LABEL(&pwd, 4); in test_getpwuid_r()
1717 ASSERT_READ_ZERO_LABEL(fd, sizeof(fd)); in test_socketpair()
[all …]