Searched defs:Goto (Results 1 - 3 of 3) sorted by last modified time

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1523 SExprRef Terminator; // Branch or Goto
1606 class Goto : public SExpr { class in namespace:clang::threadSafety
1610 Goto(BasicBlock *B, unsigned I) function in class:clang::threadSafety::Goto
1612 Goto(const Goto &G, BasicBlock *B, unsigned I) function in class:clang::threadSafety::Goto
1626 template <class C> typename C::CType compare(Goto *E, C &Cmp) {
/external/chromium_org/v8/src/
H A Dhydrogen.cc206 void HBasicBlock::Goto(HBasicBlock* block, function in class:v8::internal::HBasicBlock
3272 Goto(first, join_block);
3273 Goto(second, join_block);
3284 if (exit_block != NULL) Goto(exit_block, continue_block);
3297 if (body_exit != NULL) Goto(body_exit, loop_entry);
3300 if (loop_successor != NULL) Goto(loop_successor, break_block);
3311 Goto(loop_entry);
4078 owner()->Goto(empty_true, if_true(), owner()->function_state());
4079 owner()->Goto(empty_false, if_false(), owner()->function_state());
4090 owner()->Goto(true_branc
[all...]
H A Dhydrogen.h131 // Goto (target block)
171 void Goto(HBasicBlock* block,
176 Goto(block, position, NULL, false);
1076 void Goto(HBasicBlock* from, function in class:v8::internal::HGraphBuilder
1080 from->Goto(target, source_position(), state, add_simulate);
1082 void Goto(HBasicBlock* target, function in class:v8::internal::HGraphBuilder
1085 Goto(current_block(), target, state, add_simulate);
1088 Goto(from, target, NULL, false);
1091 Goto(target, NULL, false);
1568 // IfBuilder. This appends a Goto instructio
[all...]

Completed in 184 milliseconds