HomeSort by relevance Sort by last modified time
    Searched refs:DstT (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 283 const CFGBlock* DstT;
296 BranchNodeBuilder(const CFGBlock* src, const CFGBlock* dstT,
298 : Eng(*e), Src(src), DstT(dstT), DstF(dstF), Pred(pred),
300 InFeasibleTrue(!DstT), InFeasibleFalse(!DstF) {}
315 return branch ? DstT : DstF;
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 632 Eng.G->getNode(BlockEdge(Src,branch ? DstT:DstF,Pred->getLocationContext()),

Completed in 20 milliseconds