Home | History | Annotate | Download | only in TestCases

Lines Matching refs:buf

15 void assertNotZeroPcs(uintptr_t *buf, uintptr_t size) {
16 assert(buf);
18 assert(buf[i]);
23 uintptr_t *buf = NULL;
24 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
25 assertNotZeroPcs(buf, sz);
30 uintptr_t *buf = NULL;
31 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
38 assert(buf1 == buf);
43 uintptr_t *buf = NULL;
44 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
50 assert(buf1 == buf);
55 uintptr_t *buf = NULL;
56 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
62 assert(buf1 == buf);