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

  /external/clang/include/clang/Analysis/
CFG.h 632 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; }
633 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; }
  /external/clang/lib/Analysis/
CFG.cpp 564 if (CFGBlock *B = cfg->getIndirectGotoBlock())
    [all...]

Completed in 340 milliseconds