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

  /external/compiler-rt/lib/asan/
asan_report.h 36 void NORETURN ReportDoubleFree(uptr addr, StackTrace *stack);
asan_report.cc 501 void ReportDoubleFree(uptr addr, StackTrace *stack) {
asan_allocator.cc 610 ReportDoubleFree((uptr)ptr, stack);
asan_allocator2.cc 430 ReportDoubleFree((uptr)ptr, stack);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 238 void ReportDoubleFree(CheckerContext &C, SourceRange Range, bool Released,
752 ReportDoubleFree(C, ParentExpr->getSourceRange(), RsBase->isReleased(),
    [all...]

Completed in 107 milliseconds