Home
last modified time | relevance | path

Searched defs:Report (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when " in checkPreObjCMessage() local
DMacOSKeychainAPIChecker.cpp271 BugReport *Report = new BugReport(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
312 BugReport *Report = new BugReport(*BT, os.str(), N); in checkPreStmt() local
364 BugReport *Report = new BugReport(*BT, in checkPreStmt() local
430 BugReport *Report = new BugReport(*BT, in checkPreStmt() local
539 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing, in generateAllocatedDataNotReleasedReport() local
DReturnUndefChecker.cpp78 BugReport *Report = new BugReport(BT, BT.getDescription(), N); in emitBug() local
DDeadStoresChecker.cpp159 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() function in __anone0b70ff90211::DeadStoreObs
/external/doclava/src/com/google/doclava/apicheck/
DApiCheck.java201 public class Report { class in ApiCheck
205 private Report(int code, Set<ErrorMessage> errors) { in Report() method in ApiCheck.Report
/external/clang/lib/Frontend/
DWarnings.cpp87 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc202 void Report(const char *format, ...) { in Report() function
/external/clang/include/clang/Basic/
DDiagnostic.h1062 inline DiagnosticBuilder DiagnosticsEngine::Report(SourceLocation Loc, in Report() function
1069 inline DiagnosticBuilder DiagnosticsEngine::Report(unsigned DiagID) { in Report() function
/external/clang/lib/Basic/
DDiagnostic.cpp354 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() function in DiagnosticsEngine