Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when " in checkPreObjCMessage() local
H A 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
H A DMacOSKeychainAPIChecker.cpp272 BugReport *Report = new BugReport(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
313 BugReport *Report = new BugReport(*BT, os.str(), N); in checkPreStmt() local
365 BugReport *Report = new BugReport(*BT, in checkPreStmt() local
431 BugReport *Report = new BugReport(*BT, in checkPreStmt() local
540 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing, in generateAllocatedDataNotReleasedReport() local
H A DReturnUndefChecker.cpp87 BugReport *Report = new BugReport(BT, BT.getDescription(), N); in emitBug() local
H A DUnixAPIChecker.cpp86 BugReport *Report = new BugReport(*BT_open, Msg, N); in ReportOpenBug() local
H A DDeadStoresChecker.cpp164 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() function in __anon3346c1240211::DeadStoreObs
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DWarnings.cpp80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
H A DDiagnostic.cpp316 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() function in DiagnosticsEngine
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp48 Report enumerator
465 CoverageReport Report(ViewOpts, Summarizer); in report() local
/minix3/minix/tests/
H A Dtest25.c29 #define Report(s,n) printf("Subtest %d" s,subtest,(n)) macro
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1103 inline DiagnosticBuilder DiagnosticsEngine::Report(SourceLocation Loc, in Report() function
1112 inline DiagnosticBuilder DiagnosticsEngine::Report(unsigned DiagID) { in Report() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp223 class Report { class
229 Report(Instruction *I = nullptr) : Out(Message), Instr(I) { in Report() function in __anond293faa00111::Report