Searched defs:setIndirectGotoBlock (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h828 /// setIndirectGotoBlock - Set the block used for indirect goto jumps.
830 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; } function in class:clang::CFGBlock::CFG

Completed in 811 milliseconds