Searched refs:DstF (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 438 const CFGBlock *DstF; variable 446 : NodeBuilder(SrcNode, DstSet, C), DstT(DT), DstF(DF) { in BranchNodeBuilder() 455 : NodeBuilder(SrcSet, DstSet, C), DstT(DT), DstF(DF) { in BranchNodeBuilder()
|
| H A D | ExprEngine.h | 334 const CFGBlock *DstT, const CFGBlock *DstF, 344 const CFGBlock *DstF); 353 const CFGBlock *DstF);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 1646 const CFGBlock *DstF) { in processCleanupTemporaryBranch() argument 1647 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch() 2815 ExplodedNodeSet &Dst, const CFGBlock *DstT, const CFGBlock *DstF, in processBranch() argument 2823 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch() 2843 BranchNodeBuilder Builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch() 2946 ExplodedNodeSet &Dst, const CFGBlock *DstT, const CFGBlock *DstF) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() 2952 BranchNodeBuilder Builder(Pred, Dst, BuilderCtx, DstT, DstF); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| H A D | CoreEngine.cpp | 721 const CFGBlock *Dst = Branch ? DstT : DstF; in generateNode()
|