Home
last modified time | relevance | path

Searched defs:errorNode (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp133 if (ExplodedNode *errorNode = C.generateErrorNode()) { in checkPreStmt() local
H A DNonNullParamChecker.cpp182 if (ExplodedNode *errorNode = C.generateErrorNode(stateNull)) { in checkPreCall() local
H A DBasicObjCFoundationChecks.cpp752 std::optional<ExplodedNode *> errorNode; in checkPreObjCMessage() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h370 const ExplodedNode *errorNode) in PathSensitiveBugReport() argument
374 const ExplodedNode *errorNode) in PathSensitiveBugReport() argument
387 const ExplodedNode *errorNode, in PathSensitiveBugReport() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2145 PathSensitiveBugReport(const BugType & bt,StringRef shortDesc,StringRef desc,const ExplodedNode * errorNode,PathDiagnosticLocation LocationToUnique,const Decl * DeclToUnique) PathSensitiveBugReport() argument
3028 const ExplodedNode *errorNode = R->getErrorNode(); findReportInEquivalenceClass() local