/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 50 ExplodedGraph::ExplodedGraph() in ExplodedGraph() function in ExplodedGraph 53 ExplodedGraph::~ExplodedGraph() {} in ~ExplodedGraph() 59 bool ExplodedGraph::isInterestingLValueExpr(const Expr *Ex) { in isInterestingLValueExpr() 67 bool ExplodedGraph::shouldCollect(const ExplodedNode *node) { in shouldCollect() 164 void ExplodedGraph::collectNode(ExplodedNode *node) { in collectNode() 180 void ExplodedGraph::reclaimRecentlyAllocatedNodes() { in reclaimRecentlyAllocatedNodes() 218 void ExplodedNode::addPredecessor(ExplodedNode *V, ExplodedGraph &G) { in addPredecessor() 236 void ExplodedNode::NodeGroup::addNode(ExplodedNode *N, ExplodedGraph &G) { in addNode() 301 ExplodedNode *ExplodedGraph::getNode(const ProgramPoint &L, in getNode() 339 ExplodedNode *ExplodedGraph::createUncachedNode(const ProgramPoint &L, in createUncachedNode() [all …]
|
D | CMakeLists.txt | 23 ExplodedGraph.cpp
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 42 ExplodedGraph::ExplodedGraph() = default; 44 ExplodedGraph::~ExplodedGraph() = default; 50 bool ExplodedGraph::isInterestingLValueExpr(const Expr *Ex) { in isInterestingLValueExpr() 57 bool ExplodedGraph::shouldCollect(const ExplodedNode *node) { in shouldCollect() 154 void ExplodedGraph::collectNode(ExplodedNode *node) { in collectNode() 170 void ExplodedGraph::reclaimRecentlyAllocatedNodes() { in reclaimRecentlyAllocatedNodes() 205 void ExplodedNode::addPredecessor(ExplodedNode *V, ExplodedGraph &G) { in addPredecessor() 220 void ExplodedNode::NodeGroup::addNode(ExplodedNode *N, ExplodedGraph &G) { in addNode() 394 ExplodedNode *ExplodedGraph::getNode(const ProgramPoint &L, in getNode() 432 ExplodedNode *ExplodedGraph::createUncachedNode(const ProgramPoint &L, in createUncachedNode() [all …]
|
D | CMakeLists.txt | 26 ExplodedGraph.cpp
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 54 class ExplodedGraph; variable 69 friend class ExplodedGraph; variable 106 void addNode(ExplodedNode *N, ExplodedGraph &G); 197 void addPredecessor(ExplodedNode *V, ExplodedGraph &G); 304 class ExplodedGraph { 346 ExplodedGraph(); 347 ~ExplodedGraph(); 366 std::unique_ptr<ExplodedGraph> MakeEmptyGraph() const { in MakeEmptyGraph() 367 return std::make_unique<ExplodedGraph>(); in MakeEmptyGraph() 439 std::unique_ptr<ExplodedGraph> [all …]
|
D | ExprEngine.h | 150 ExplodedGraph &G; 261 ExplodedGraph &getGraph() { return G; } in getGraph() 262 const ExplodedGraph &getGraph() const { return G; } in getGraph()
|
D | CoreEngine.h | 75 mutable ExplodedGraph G; 140 ExplodedGraph &getGraph() { return G; } in getGraph()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 44 class ExplodedGraph; variable 56 friend class ExplodedGraph; variable 96 void addNode(ExplodedNode *N, ExplodedGraph &G); 176 void addPredecessor(ExplodedNode *V, ExplodedGraph &G); 247 class ExplodedGraph { 306 std::unique_ptr<ExplodedGraph> MakeEmptyGraph() const { in MakeEmptyGraph() 307 return llvm::make_unique<ExplodedGraph>(); in MakeEmptyGraph() 322 ExplodedGraph(); 324 ~ExplodedGraph(); 383 std::unique_ptr<ExplodedGraph>
|
D | ExprEngine.h | 66 ExplodedGraph& G; 159 ExplodedGraph& getGraph() { return G; } in getGraph() 160 const ExplodedGraph& getGraph() const { return G; } in getGraph()
|
D | CoreEngine.h | 63 mutable ExplodedGraph G; 121 ExplodedGraph &getGraph() { return G; } in getGraph()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 37 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const; 41 void AnalyzerStatsChecker::checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis() 55 for (ExplodedGraph::node_iterator I = G.nodes_begin(); in checkEndAnalysis()
|
D | UnreachableCodeChecker.cpp | 35 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B, 49 void UnreachableCodeChecker::checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis() 62 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end(); in checkEndAnalysis()
|
D | CheckerDocumentation.cpp | 188 void checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis()
|
D | DebugCheckers.cpp | 205 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const { in checkEndAnalysis()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 36 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const; 40 void AnalyzerStatsChecker::checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis() 54 for (ExplodedGraph::node_iterator I = G.nodes_begin(); in checkEndAnalysis()
|
D | UnreachableCodeChecker.cpp | 34 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B, 48 void UnreachableCodeChecker::checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis() 61 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end(); in checkEndAnalysis()
|
D | CheckerDocumentation.cpp | 205 void checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis()
|
D | ExprInspectionChecker.cpp | 65 void checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, 307 void ExprInspectionChecker::checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, in checkEndAnalysis()
|
/external/llvm-project/clang/lib/StaticAnalyzer/ |
D | README.txt | 25 node in an exploded graph (ExplodedGraph). The term "exploded" comes 29 ExplodedGraph. We start at a root node, which has the entry program 32 state to change, resulting in a new node in the ExplodedGraph with an 49 existing node. Thus the ExplodedGraph is not a DAG; it can contain 54 ProgramState. This immutability is key since the ExplodedGraph represents 116 third generates a graphviz dot file of the ExplodedGraph. This is
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 25 node in an exploded graph (ExplodedGraph). The term "exploded" comes 29 ExplodedGraph. We start at a root node, which has the entry program 32 state to change, resulting in a new node in the ExplodedGraph with an 49 existing node. Thus the ExplodedGraph is not a DAG; it can contain 54 ProgramState. This immutability is key since the ExplodedGraph represents 116 third generates a graphviz dot file of the ExplodedGraph. This is
|
/external/llvm-project/clang/test/Analysis/exploded-graph-rewriter/ |
D | empty.dot | 9 // CHECK: digraph "ExplodedGraph" {
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 42 class ExplodedGraph; variable 503 ExplodedGraph &getGraph(); 536 ExplodedGraph &getGraph() { return BR.getGraph(); }
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/ |
D | BUILD.gn | 35 "ExplodedGraph.cpp",
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 42 class ExplodedGraph; variable 286 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR, 431 typedef CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 47 class ExplodedGraph; variable 347 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR, 501 CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>;
|