Searched defs:ErrorNode (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp44 ExplodedNode *ErrorNode = Ctx.generateNonFatalErrorNode(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp183 NonNullParamChecker::genReportNullAttrNonNull(const ExplodedNode *ErrorNode, argument
208 genReportReferenceToNullPointer( const ExplodedNode *ErrorNode, const Expr *ArgE) const argument
H A DFuchsiaHandleChecker.cpp505 void FuchsiaHandleChecker::reportBug(SymbolRef Sym, ExplodedNode *ErrorNode, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h298 const ExplodedNode *ErrorNode = nullptr; member in class:clang::ento::PathSensitiveBugReport
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp210 const ExplodedNode *const ErrorNode; member in class:__anon867::PathDiagnosticBuilder
1966 PathDiagnosticConstruct( const PathDiagnosticConsumer *PDC, const ExplodedNode *ErrorNode, const PathSensitiveBugReport *R) argument
1975 PathDiagnosticBuilder( BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, PathSensitiveBugReport *r, const ExplodedNode *ErrorNode, std::unique_ptr<VisitorsDiagnosticsTy> VisitorsDiagnostics) argument
2427 const ExplodedNode *ErrorNode; member in class:__anon868::BugPathInfo
2694 generateVisitorsDiagnostics(PathSensitiveBugReport *R, const ExplodedNode *ErrorNode, BugReporterContext &BRC) argument
2760 const ExplodedNode *ErrorNode = BugPath->ErrorNode; local
[all...]

Completed in 138 milliseconds