Home
last modified time | relevance | path

Searched refs:DstT (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h403 const CFGBlock *DstT; variable
413 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
414 InFeasibleTrue(!DstT), InFeasibleFalse(!DstF) { in BranchNodeBuilder()
423 : NodeBuilder(SrcSet, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
424 InFeasibleTrue(!DstT), InFeasibleFalse(!DstF) { in BranchNodeBuilder()
432 return branch ? DstT : DstF; in getTargetBlock()
DSubEngine.h72 const CFGBlock *DstT,
81 const CFGBlock *DstT,
DExprEngine.h226 const CFGBlock *DstT,
235 const CFGBlock *DstT,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1375 const CFGBlock *DstT, in processBranch() argument
1383 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
1405 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
1476 const CFGBlock *DstT, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
1484 BranchNodeBuilder builder(Pred, Dst, BuilderCtx, DstT, DstF); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
DCoreEngine.cpp640 ProgramPoint Loc = BlockEdge(C.Block, branch ? DstT:DstF, in generateNode()