Home
last modified time | relevance | path

Searched refs:NodeBuilderWithSinks (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h345 class NodeBuilderWithSinks: public NodeBuilder {
353 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks() function
H A DExprEngine.h89 class NodeBuilderWithSinks; variable
317 NodeBuilderWithSinks &nodeBuilder,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp282 NodeBuilderWithSinks nodeBuilder(Pred, dstNodes, BuilderCtx, BE); in HandleBlockEdge()
641 void NodeBuilderWithSinks::anchor() {} in anchor()
H A DExprEngine.cpp2503 NodeBuilderWithSinks &nodeBuilder, in processCFGBlockEntrance()