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.h347 class NodeBuilderWithSinks: public NodeBuilder {
355 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks() function
H A DExprEngine.h89 class NodeBuilderWithSinks; variable
321 NodeBuilderWithSinks &nodeBuilder,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp323 NodeBuilderWithSinks NodeBuilder(Pred, DstNodes, BuilderCtx, BE); in HandleBlockEdge()
708 void NodeBuilderWithSinks::anchor() {} in anchor()
H A DExprEngine.cpp2538 NodeBuilderWithSinks &nodeBuilder, in processCFGBlockEntrance()