Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h155 void AddReport(BugReport* R) { Reports.push_back(R); } in AddReport() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1638 EQ->AddReport(R); in EmitReport()
/external/valgrind/tsan/
Dthread_sanitizer.cc5545 bool NOINLINE AddReport(Thread *thr, uintptr_t pc, bool is_w, uintptr_t addr, in AddReport() function in ReportStorage
7025 reports_.AddReport(thr, pc, is_w, addr, size, in HandleMemoryAccessHelper()