Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp34 auto Report = llvm::make_unique<BugReport>(*DoubleNonblockingBugType, in reportDoubleNonblocking() local
57 auto Report = in reportMissingWait() local
77 auto Report = in reportUnmatchedWait() local
/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
DNSAutoreleasePoolChecker.cpp71 auto Report = llvm::make_unique<BugReport>( in checkPreObjCMessage() local
DMacOSKeychainAPIChecker.cpp262 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
307 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in checkPreStmt() local
363 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
429 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
539 auto Report = in generateAllocatedDataNotReleasedReport() 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
DPaddingChecker.cpp303 auto Report = llvm::make_unique<BugReport>(*PaddingBug, Os.str(), CELoc); in reportRecord() local
DUnixAPIChecker.cpp86 auto Report = llvm::make_unique<BugReport>(*BT_open, Msg, N); in ReportOpenBug() local
DDeadStoresChecker.cpp164 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() function in __anonf150ec120211::DeadStoreObs
/external/pdfium/fpdfsdk/javascript/
Dreport.cpp23 IMPLEMENT_JS_CLASS(CJS_Report, Report) in IMPLEMENT_JS_CLASS() argument
/external/doclava/src/com/google/doclava/apicheck/
DApiCheck.java234 public class Report { class in ApiCheck
238 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.cpp338 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/lisa/libs/utils/
Dreport.py37 class Report(object): class
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DReport.java45 public class Report extends Command { class
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.cc36 void Report() { in Report() function in __sanitizer::UnknownFlags
Dsanitizer_printf.cc303 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.cpp46 Report enumerator
595 CoverageReport Report(ViewOpts, std::move(Coverage)); in report() local
/external/gptfdisk/
Dgptcurses.cc797 void Report(string theText) { in Report() function
/external/clang/include/clang/Basic/
DDiagnostic.h1124 inline DiagnosticBuilder DiagnosticsEngine::Report(SourceLocation Loc, in Report() function
1133 inline DiagnosticBuilder DiagnosticsEngine::Report(unsigned DiagID) { in Report() function
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h675 Optional<LoopAccessReport> Report; variable