Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp210 auto Report = llvm::make_unique<BugReport>( in ReleaseLock() local
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N); in DestroyLock() local
313 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N); in InitLock() local
326 auto Report = llvm::make_unique<BugReport>( in reportUseDestroyedBug() local
DMacOSKeychainAPIChecker.cpp270 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
315 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in checkPreStmt() local
371 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
437 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
547 auto Report = in generateAllocatedDataNotReleasedReport() local
DNSAutoreleasePoolChecker.cpp71 auto Report = llvm::make_unique<BugReport>( in checkPreObjCMessage() local
DReturnUndefChecker.cpp87 auto Report = llvm::make_unique<BugReport>(BT, BT.getDescription(), N); in emitBug() local
DVforkChecker.cpp136 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in reportBug() local
DUnixAPIChecker.cpp86 auto Report = llvm::make_unique<BugReport>(*BT_open, Msg, N); in ReportOpenBug() local
DPaddingChecker.cpp303 auto Report = llvm::make_unique<BugReport>(*PaddingBug, Os.str(), CELoc); in reportRecord() local
DDeadStoresChecker.cpp164 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() function in __anonff2c67580211::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.cpp337 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/pdfium/tools/drmemory/scripts/
Ddrmemory_analyze.py146 def Report(self, filenames, testcase, check_sanity): member in DrMemoryAnalyzer
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp48 Report enumerator
486 CoverageReport Report(ViewOpts, std::move(Coverage)); in report() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.cc36 void Report() { in Report() function in __sanitizer::UnknownFlags
Dsanitizer_printf.cc300 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/gptfdisk/
Dgptcurses.cc797 void Report(string theText) { in Report() function
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h636 Optional<LoopAccessReport> Report; variable
/external/clang/include/clang/Basic/
DDiagnostic.h1117 inline DiagnosticBuilder DiagnosticsEngine::Report(SourceLocation Loc, in Report() function
1126 inline DiagnosticBuilder DiagnosticsEngine::Report(unsigned DiagID) { in Report() function