Home | History | Annotate | Download | only in TestCases

Lines Matching defs:buf1

35     uintptr_t *buf1 = NULL;
36 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1);
37 assertNotZeroPcs(buf1, sz1);
38 assert(buf1 == buf);
47 uintptr_t *buf1 = NULL;
48 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1);
49 assertNotZeroPcs(buf1, sz1);
50 assert(buf1 == buf);
59 uintptr_t *buf1 = NULL;
60 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1);
61 assertNotZeroPcs(buf1, sz1);
62 assert(buf1 == buf);