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 731 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; }
732 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 692 if (CFGBlock *B = cfg->getIndirectGotoBlock())
    [all...]

Completed in 408 milliseconds