Home
last modified time | relevance | path

Searched refs:setIndirectGotoBlock (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
DCFG.h828 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; } in setIndirectGotoBlock() function
/external/clang/lib/Analysis/
DCFG.cpp3629 cfg->setIndirectGotoBlock(IBlock); in VisitIndirectGotoStmt()