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

/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py167 class Goto(Node): class in inherits:Node
1626 return Goto(tokens[0].start, tokens[0].end, tokens[0].name)
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.h490 /* Pseudo-insn. Goto dst, on given condition (which could be
496 } Goto; member in union:__anon13043::__anon13044
H A Dhost_arm_defs.h685 } Goto; member in union:__anon13130::__anon13131
H A Dhost_ppc_defs.h580 /* Pseudo-insn. Goto dst, on given condition (which could be
586 } Goto; member in union:__anon13211::__anon13212
H A Dhost_x86_defs.h447 /* Pseudo-insn. Goto dst, on given condition (which could be
453 } Goto; member in union:__anon13328::__anon13329
/external/v8/src/
H A Dhydrogen.cc168 void HBasicBlock::Goto(HBasicBlock* block, bool drop_extra) { function in class:v8::internal::HBasicBlock
626 first->Goto(join_block);
627 second->Goto(join_block);
638 if (exit_block != NULL) exit_block->Goto(continue_block);
651 if (body_exit != NULL) body_exit->Goto(loop_entry);
654 if (loop_successor != NULL) loop_successor->Goto(break_block);
2340 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2341 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2362 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2363 empty_false->Goto(if_fals
[all...]

Completed in 148 milliseconds