AstInterface::IsGoto
Check whether s is a jump (goto, return, continue, break, etc) stmt; if yes, grab the jump destination in 'dest'
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
bool
IsGoto(
AstNodePtr const& s,
AstNodePtr* dest = 0);
Created with MrDocs