Home
last modified time | relevance | path

Searched refs:DstSet (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h273 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
275 : C(Ctx), Finalized(F), Frontier(DstSet) { in C()
279 NodeBuilder(const ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet,
281 : C(Ctx), Finalized(F), Frontier(DstSet) { in C()
349 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks() argument
351 : NodeBuilder(Pred, DstSet, Ctx), Location(L) {} in NodeBuilderWithSinks()
385 StmtNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
388 : NodeBuilder(SrcNode, DstSet, Ctx), EnclosingBldr(Enclosing) { in NodeBuilder() argument
393 StmtNodeBuilder(ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet,
396 : NodeBuilder(SrcSet, DstSet, Ctx), EnclosingBldr(Enclosing) { in NodeBuilder() argument
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h247 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
249 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) { in C()
253 NodeBuilder(const ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet,
255 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) { in C()
319 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks() argument
321 : NodeBuilder(Pred, DstSet, Ctx), Location(L) {} in NodeBuilderWithSinks()
355 StmtNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet,
358 : NodeBuilder(SrcNode, DstSet, Ctx), EnclosingBldr(Enclosing) { in NodeBuilder() argument
363 StmtNodeBuilder(ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet,
366 : NodeBuilder(SrcSet, DstSet, Ctx), EnclosingBldr(Enclosing) { in NodeBuilder() argument
[all …]