Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/
Dcoverage-caller-callee-total-count.cc19 uintptr_t CheckNewTotalUniqueCoverageIsLargerAndReturnIt(uintptr_t old_total) { in CheckNewTotalUniqueCoverageIsLargerAndReturnIt() argument
21 fprintf(stderr, "Caller-Callee: old %zd new %zd\n", old_total, new_total); in CheckNewTotalUniqueCoverageIsLargerAndReturnIt()
22 assert(new_total > old_total); in CheckNewTotalUniqueCoverageIsLargerAndReturnIt()