Searched refs:Goto (Results 1 - 21 of 21) sorted by relevance

/external/libpng/contrib/pngminus/
H A Dmakevms.com60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
76 $ Goto Loop3
79 $ Goto Loop2
82 $ If arg .Le. 8 Then Goto Loop
83 $ Goto Exit
/external/libpng/scripts/
H A Dmakevms.com110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
115 $ If Argument .Eqs. "" Then Goto Exit
119 $ If File .Eqs. " " Then Goto Endl
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
126 $ Goto Loop3
129 $ Goto Loop2
132 $ If arg .Le. 8 Then Goto Loop
133 $ Goto Exit
/external/libpng/contrib/gregbook/
H A Dmakevms.com100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
105 $ If Argument .Eqs. "" Then Goto Exit
109 $ If File .Eqs. " " Then Goto Endl
114 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
115 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
116 $ Goto Loop3
119 $ Goto Loop2
122 $ If arg .Le. 8 Then Goto Loop
123 $ Goto Exit
/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.c653 i->Xin.Goto.cond = cond;
654 i->Xin.Goto.dst = dst;
655 i->Xin.Goto.jk = jk;
957 if (i->Xin.Goto.cond != Xcc_ALWAYS) {
959 showX86CondCode(i->Xin.Goto.cond));
961 if (i->Xin.Goto.jk != Ijk_Boring
962 && i->Xin.Goto.jk != Ijk_Call
963 && i->Xin.Goto.jk != Ijk_Ret) {
965 ppIRJumpKind(i->Xin.Goto.jk);
969 ppX86RI(i->Xin.Goto
[all...]
H A Dhost_amd64_defs.c748 i->Ain.Goto.cond = cond;
749 i->Ain.Goto.dst = dst;
750 i->Ain.Goto.jk = jk;
1146 if (i->Ain.Goto.cond != Acc_ALWAYS) {
1148 showAMD64CondCode(i->Ain.Goto.cond));
1150 if (i->Ain.Goto.jk != Ijk_Boring
1151 && i->Ain.Goto.jk != Ijk_Call
1152 && i->Ain.Goto.jk != Ijk_Ret) {
1154 ppIRJumpKind(i->Ain.Goto.jk);
1158 ppAMD64RI(i->Ain.Goto
[all...]
H A Dhost_ppc_defs.c837 i->Pin.Goto.cond = cond;
838 i->Pin.Goto.dst = dst;
839 i->Pin.Goto.jk = jk;
1338 if (i->Pin.Goto.cond.test != Pct_ALWAYS) {
1339 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Goto.cond));
1342 if (i->Pin.Goto.jk != Ijk_Boring
1343 && i->Pin.Goto.jk != Ijk_Call
1344 && i->Pin.Goto.jk != Ijk_Ret) {
1346 ppIRJumpKind(i->Pin.Goto.jk);
1349 if (i->Pin.Goto
[all...]
H A Dhost_arm_defs.c1177 i->ARMin.Goto.jk = jk;
1178 i->ARMin.Goto.cond = cond;
1179 i->ARMin.Goto.gnext = gnext;
1568 if (i->ARMin.Goto.cond != ARMcc_AL) {
1570 showARMCondCode(i->ARMin.Goto.cond));
1574 if (i->ARMin.Goto.jk != Ijk_Boring
1575 && i->ARMin.Goto.jk != Ijk_Call
1576 && i->ARMin.Goto.jk != Ijk_Ret) {
1578 ppIRJumpKind(i->ARMin.Goto.jk);
1582 ppHRegARM(i->ARMin.Goto
[all...]
H A Dhost_x86_defs.h447 /* Pseudo-insn. Goto dst, on given condition (which could be
453 } Goto; member in union:__anon13921::__anon13922
H A Dhost_amd64_defs.h490 /* Pseudo-insn. Goto dst, on given condition (which could be
496 } Goto; member in union:__anon13636::__anon13637
H A Dhost_arm_defs.h685 } Goto; member in union:__anon13723::__anon13724
H A Dhost_ppc_defs.h580 /* Pseudo-insn. Goto dst, on given condition (which could be
586 } Goto; member in union:__anon13804::__anon13805
/external/zlib/src/
H A Dmake_vms.com263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
279 $ Goto Loop3
282 $ Goto Loop2
285 $ If arg .Le. 8 Then Goto Loop
286 $ Goto Exit
/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...]
H A Dhydrogen.h124 void Goto(HBasicBlock* block, bool drop_extra = false);
146 // Goto (target block)
H A Dhydrogen-instructions.h114 V(Goto) \
1015 DECLARE_CONCRETE_INSTRUCTION(Goto)
/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/v8/src/arm/
H A Dlithium-arm.h103 V(Goto) \
377 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/v8/src/ia32/
H A Dlithium-ia32.h97 V(Goto) \
369 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/v8/src/mips/
H A Dlithium-mips.h103 V(Goto) \
376 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/v8/src/x64/
H A Dlithium-x64.h103 V(Goto) \
378 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/clang/tools/libclang/
H A DCIndex.cpp4225 if (GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
4226 if (LabelDecl *label = Goto->getLabel())

Completed in 319 milliseconds