Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/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.cpp756 std::optional<ExplodedNode *> errorNode; checkPreObjCMessage() local
/freebsd-src/contrib/bmake/
H A Dcompat.c726 GNode *errorNode = NULL; Compat_MakeAll() local
H A Dmain.c2086 static GNode *errorNode = NULL; PrintOnError() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2131 PathSensitiveBugReport(const BugType & bt,StringRef shortDesc,StringRef desc,const ExplodedNode * errorNode,PathDiagnosticLocation LocationToUnique,const Decl * DeclToUnique) PathSensitiveBugReport() argument
2997 const ExplodedNode *errorNode = R->getErrorNode(); findReportInEquivalenceClass() local