Home
last modified time | relevance | path

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

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dopen_memstream.cc16 static void check_mem_is_good(void *p, size_t s) { in check_mem_is_good() function
21 static void check_mem_is_good(void *p, size_t s) { in check_mem_is_good() function
25 static void check_mem_is_good(void *p, size_t s) {} in check_mem_is_good() function
36 check_mem_is_good(&buf, sizeof(buf)); in run()
37 check_mem_is_good(&buf_len, sizeof(buf_len)); in run()
38 check_mem_is_good(buf, buf_len); in run()
51 check_mem_is_good(&buf, sizeof(buf)); in run()
52 check_mem_is_good(&buf_len, sizeof(buf_len)); in run()
53 check_mem_is_good(buf, buf_len);\ in run()
57 check_mem_is_good(&buf, sizeof(buf)); in run()
[all …]
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dopen_memstream.cpp16 static void check_mem_is_good(void *p, size_t s) { in check_mem_is_good() function
21 static void check_mem_is_good(void *p, size_t s) { in check_mem_is_good() function
25 static void check_mem_is_good(void *p, size_t s) {} in check_mem_is_good() function
36 check_mem_is_good(&buf, sizeof(buf)); in run()
37 check_mem_is_good(&buf_len, sizeof(buf_len)); in run()
38 check_mem_is_good(buf, buf_len); in run()
51 check_mem_is_good(&buf, sizeof(buf)); in run()
52 check_mem_is_good(&buf_len, sizeof(buf_len)); in run()
53 check_mem_is_good(buf, buf_len);\ in run()
57 check_mem_is_good(&buf, sizeof(buf)); in run()
[all …]