/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NSAutoreleasePoolChecker.cpp | 71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when " in checkPreObjCMessage() local
|
H A D | PthreadLockChecker.cpp | 211 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 D | MacOSKeychainAPIChecker.cpp | 272 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 D | ReturnUndefChecker.cpp | 87 BugReport *Report = new BugReport(BT, BT.getDescription(), N); in emitBug() local
|
H A D | UnixAPIChecker.cpp | 86 BugReport *Report = new BugReport(*BT_open, Msg, N); in ReportOpenBug() local
|
H A D | DeadStoresChecker.cpp | 164 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() function in __anon3346c1240211::DeadStoreObs
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | Warnings.cpp | 80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
|
H A D | Diagnostic.cpp | 316 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() function in DiagnosticsEngine
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 48 Report enumerator 465 CoverageReport Report(ViewOpts, Summarizer); in report() local
|
/minix3/minix/tests/ |
H A D | test25.c | 29 #define Report(s,n) printf("Subtest %d" s,subtest,(n)) macro
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1103 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 D | LoopVectorize.cpp | 223 class Report { class 229 Report(Instruction *I = nullptr) : Out(Message), Instr(I) { in Report() function in __anond293faa00111::Report
|