Searched defs:Report (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp55 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp86 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); local
H A DNSAutoreleasePoolChecker.cpp67 auto Report = std::make_unique<PathSensitiveBugReport>( local
H A DVforkChecker.cpp134 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); local
H A DPaddingChecker.cpp340 auto Report = std::make_unique<BasicBugReport>(PaddingBug, Os.str(), CELoc); local
H A DVirtualCallChecker.cpp150 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, OS.str(), N); local
H A DStackAddrEscapeChecker.cpp204 auto Report = std::make_unique<PathSensitiveBugReport>( local
228 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_capturedstackret, local
385 auto Report = local
415 auto Report local
[all...]
H A DDeadStoresChecker.cpp192 void Report(const VarDecl *V, DeadStoreKind dsk, function in class:__anon908::DeadStoreObs
H A DPthreadLockChecker.cpp632 auto Report = local
H A DMacOSKeychainAPIChecker.cpp237 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); local
280 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); local
485 auto Report = std::make_unique<PathSensitiveBugReport>( local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp33 auto Report = std::make_unique<PathSensitiveBugReport>( local
56 auto Report = std::make_unique<PathSensitiveBugReport>(MissingWaitBugType, local
76 auto Report = std::make_unique<PathSensitiveBugReport>(UnmatchedWaitBugType, local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp95 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); local
H A DNoUncountedMembersChecker.cpp144 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); local
H A DUncountedLocalVarsChecker.cpp238 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); local
H A DUncountedCallArgsChecker.cpp182 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); local
H A DRefCntblBaseVirtualDtorChecker.cpp188 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); local
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp113 void Diagnostics::Report(llvm::StringRef message) { function in class:Diagnostics
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp135 Driver::CompilationDiagnosticReport Report; local
190 std::optional<driver::Driver::CompilationDiagnosticReport> Report = local
197 printReproducerInformation(llvm::outs(), InvocationInfo, *Report); local
148 printReproducerInformation( llvm::raw_ostream &OS, const ClangInvocationInfo &Info, const driver::Driver::CompilationDiagnosticReport &Report) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp43 ScopedErrorReport Report; local
50 ScopedErrorReport Report; local
62 ScopedErrorReport Report; local
69 ScopedErrorReport Report; local
76 ScopedErrorReport Report; local
83 ScopedErrorReport Report; local
92 ScopedErrorReport Report; local
99 ScopedErrorReport Report; local
104 ScopedErrorReport Report; local
125 ScopedErrorReport Report; local
131 ScopedErrorReport Report; local
140 ScopedErrorReport Report; local
149 ScopedErrorReport Report; local
156 ScopedErrorReport Report; local
163 ScopedErrorReport Report; local
170 ScopedErrorReport Report; local
178 ScopedErrorReport Report; local
185 ScopedErrorReport Report; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp33 void Report() { function in class:__sanitizer::UnknownFlags
H A Dsanitizer_deadlock_detector2.cpp398 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { function in class:__sanitizer::DD
H A Dsanitizer_printf.cpp321 void Report(const char *format, ...) { function in namespace:__sanitizer
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h189 static TrackerRef create(PathSensitiveBugReport &Report) { argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp185 auto Report = std::make_unique<PathSensitiveBugReport>( local
199 auto Report = std::make_unique<PathSensitiveBugReport>( local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp567 auto &Report = SubDir.second.first; variable
576 auto &Report = SubFile.second; variable
[all...]

Completed in 303 milliseconds

12