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

/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.h132 // Goto (target block)
172 void Goto(HBasicBlock* block,
177 Goto(block, position, NULL, false);
1080 void Goto(HBasicBlock* from, function in class:v8::internal::HGraphBuilder
1084 from->Goto(target, source_position(), state, add_simulate);
1086 void Goto(HBasicBlock* target, function in class:v8::internal::HGraphBuilder
1089 Goto(current_block(), target, state, add_simulate);
1092 Goto(from, target, NULL, false);
1095 Goto(target, NULL, false);
1578 // IfBuilder. This appends a Goto instructio
[all...]
H A Dhydrogen.cc212 void HBasicBlock::Goto(HBasicBlock* block, function in class:v8::internal::HBasicBlock
3350 Goto(first, join_block);
3351 Goto(second, join_block);
3362 if (exit_block != NULL) Goto(exit_block, continue_block);
3375 if (body_exit != NULL) Goto(body_exit, loop_entry);
3378 if (loop_successor != NULL) Goto(loop_successor, break_block);
3389 Goto(loop_entry);
4155 owner()->Goto(empty_true, if_true(), owner()->function_state());
4156 owner()->Goto(empty_false, if_false(), owner()->function_state());
4167 owner()->Goto(true_branc
[all...]

Completed in 2162 milliseconds