Home
last modified time | relevance | path

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

/external/compiler-rt/test/dfsan/
Dcustom.cc36 #define ASSERT_ZERO_LABEL(data) \ macro
55 ASSERT_ZERO_LABEL(s.st_dev); in test_stat()
71 ASSERT_ZERO_LABEL(s.st_dev); in test_fstat()
82 ASSERT_ZERO_LABEL(rv); in test_memcmp()
93 ASSERT_ZERO_LABEL(memcpy(str2, str1, sizeof(str1))); in test_memcpy()
95 ASSERT_ZERO_LABEL(str2[0]); in test_memcpy()
104 ASSERT_ZERO_LABEL(memset(&buf, j, sizeof(buf))); in test_memset()
119 ASSERT_ZERO_LABEL(rv); in test_strcmp()
132 ASSERT_ZERO_LABEL(rv); in test_strlen()
143 ASSERT_ZERO_LABEL(strd[0]); in test_strdup()
[all …]