Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp211 BugReport *Report = new BugReport(*BT_doubleunlock, in ReleaseLock() local
282 BugReport *Report = new BugReport(*BT_destroylock, Message, N); in DestroyLock() local
317 BugReport *Report = new BugReport(*BT_initlock, Message, N); in InitLock() local
330 BugReport *Report = new BugReport(*BT_destroylock, in reportUseDestroyedBug() local
DMacOSKeychainAPIChecker.cpp272 BugReport *Report = new BugReport(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
317 BugReport *Report = new BugReport(*BT, os.str(), N); in checkPreStmt() local
373 BugReport *Report = new BugReport(*BT, in checkPreStmt() local
439 BugReport *Report = new BugReport(*BT, in checkPreStmt() local
550 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing, in generateAllocatedDataNotReleasedReport() local
DNSAutoreleasePoolChecker.cpp71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when " in checkPreObjCMessage() local
DReturnUndefChecker.cpp87 BugReport *Report = new BugReport(BT, BT.getDescription(), N); in emitBug() local
DUnixAPIChecker.cpp86 BugReport *Report = new BugReport(*BT_open, Msg, N); in ReportOpenBug() local
DDeadStoresChecker.cpp164 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() function in __anon9c4b9db30211::DeadStoreObs
/external/doclava/src/com/google/doclava/apicheck/
DApiCheck.java229 public class Report { class in ApiCheck
233 private Report(int code, Set<ErrorMessage> errors) { in Report() method in ApiCheck.Report
/external/clang/lib/Basic/
DWarnings.cpp80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
DDiagnostic.cpp316 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() function in DiagnosticsEngine
/external/google-breakpad/src/processor/
Dcfi_frame_info.cc165 bool CFIRuleParser::Report() { in Report() function in google_breakpad::CFIRuleParser
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.cc36 void Report() { in Report() function in __sanitizer::UnknownFlags
Dsanitizer_printf.cc294 void Report(const char *format, ...) { in Report() function
Dsanitizer_deadlock_detector2.cc405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report() function in __sanitizer::DD
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp48 Report enumerator
477 CoverageReport Report(ViewOpts, std::move(Coverage)); in report() local
/external/gptfdisk/
Dgptcurses.cc797 void Report(string theText) { in Report() function
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h485 Optional<LoopAccessReport> Report; variable
/external/clang/include/clang/Basic/
DDiagnostic.h1110 inline DiagnosticBuilder DiagnosticsEngine::Report(SourceLocation Loc, in Report() function
1119 inline DiagnosticBuilder DiagnosticsEngine::Report(unsigned DiagID) { in Report() function