Searched defs:Report (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSAutoreleasePoolChecker.cpp | 71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when " in checkPreObjCMessage() local
|
D | MacOSKeychainAPIChecker.cpp | 271 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
|
D | ReturnUndefChecker.cpp | 78 BugReport *Report = new BugReport(BT, BT.getDescription(), N); in emitBug() local
|
D | DeadStoresChecker.cpp | 159 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() function in __anone0b70ff90211::DeadStoreObs
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiCheck.java | 201 public class Report { class in ApiCheck 205 private Report(int code, Set<ErrorMessage> errors) { in Report() method in ApiCheck.Report
|
/external/clang/lib/Frontend/ |
D | Warnings.cpp | 87 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cc | 202 void Report(const char *format, ...) { in Report() function
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1062 inline DiagnosticBuilder DiagnosticsEngine::Report(SourceLocation Loc, in Report() function 1069 inline DiagnosticBuilder DiagnosticsEngine::Report(unsigned DiagID) { in Report() function
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 354 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() function in DiagnosticsEngine
|