HomeSort by relevance Sort by last modified time
    Searched refs:PrintSimple (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_scariness_score.h 54 static void PrintSimple(int score, const char *descr) {
asan_report.cc 751 ScarinessScore::PrintSimple(10, "stack-overflow");
811 ScarinessScore::PrintSimple(42, "double-free");
834 ScarinessScore::PrintSimple(10, "new-delete-type-mismatch");
854 ScarinessScore::PrintSimple(40, "bad-free");
876 ScarinessScore::PrintSimple(10, "alloc-dealloc-mismatch");
    [all...]

Completed in 300 milliseconds