Searched refs:Goto (Results 1 - 20 of 20) 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_amd64_defs.c726 i->Ain.Goto.cond = cond;
727 i->Ain.Goto.dst = dst;
728 i->Ain.Goto.jk = jk;
1118 if (i->Ain.Goto.cond != Acc_ALWAYS) {
1120 showAMD64CondCode(i->Ain.Goto.cond));
1122 if (i->Ain.Goto.jk != Ijk_Boring
1123 && i->Ain.Goto.jk != Ijk_Call
1124 && i->Ain.Goto.jk != Ijk_Ret) {
1126 ppIRJumpKind(i->Ain.Goto.jk);
1130 ppAMD64RI(i->Ain.Goto
[all...]
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_ppc_defs.c829 i->Pin.Goto.cond = cond;
830 i->Pin.Goto.dst = dst;
831 i->Pin.Goto.jk = jk;
1279 if (i->Pin.Goto.cond.test != Pct_ALWAYS) {
1280 vex_printf("if (%s) ", showPPCCondCode(i->Pin.Goto.cond));
1283 if (i->Pin.Goto.jk != Ijk_Boring
1284 && i->Pin.Goto.jk != Ijk_Call
1285 && i->Pin.Goto.jk != Ijk_Ret) {
1287 ppIRJumpKind(i->Pin.Goto.jk);
1290 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;
1563 if (i->ARMin.Goto.cond != ARMcc_AL) {
1565 showARMCondCode(i->ARMin.Goto.cond));
1569 if (i->ARMin.Goto.jk != Ijk_Boring
1570 && i->ARMin.Goto.jk != Ijk_Call
1571 && i->ARMin.Goto.jk != Ijk_Ret) {
1573 ppIRJumpKind(i->ARMin.Goto.jk);
1577 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:__anon10648::__anon10649
H A Dhost_amd64_defs.h482 /* Pseudo-insn. Goto dst, on given condition (which could be
488 } Goto; member in union:__anon10407::__anon10408
H A Dhost_arm_defs.h685 } Goto; member in union:__anon10493::__anon10494
H A Dhost_ppc_defs.h578 /* Pseudo-insn. Goto dst, on given condition (which could be
584 } Goto; member in union:__anon10573::__anon10574
/external/zlib/
H A Dmake_vms.com236 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
241 $ If Argument .Eqs. "" Then Goto Exit
245 $ If File .Eqs. " " Then Goto Endl
250 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
251 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
252 $ Goto Loop3
255 $ Goto Loop2
258 $ If arg .Le. 8 Then Goto Loop
259 $ Goto Exit
/external/v8/src/
H A Dhydrogen.cc169 void HBasicBlock::Goto(HBasicBlock* block, bool include_stack_check) { function in class:v8::internal::HBasicBlock
534 first->Goto(join_block);
535 second->Goto(join_block);
546 if (exit_block != NULL) exit_block->Goto(continue_block);
559 if (body_exit != NULL) body_exit->Goto(loop_entry, true);
562 if (loop_successor != NULL) loop_successor->Goto(break_block);
2108 empty_true->Goto(if_true(), false);
2109 empty_false->Goto(if_false(), false);
2241 current_block()->Goto(body_entry);
2427 if (current_block() != NULL) current_block()->Goto(break_bloc
[all...]
H A Dhydrogen.h121 void Goto(HBasicBlock* block, bool include_stack_check = false);
140 // Goto (target block)
H A Dhydrogen-instructions.h112 V(Goto) \
817 DECLARE_CONCRETE_INSTRUCTION(Goto, "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.h100 V(Goto) \
373 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/v8/src/ia32/
H A Dlithium-ia32.h100 V(Goto) \
374 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/v8/src/x64/
H A Dlithium-x64.h100 V(Goto) \
374 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/clang/tools/libclang/
H A DCIndex.cpp4078 if (GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
4079 if (LabelDecl *label = Goto->getLabel())

Completed in 861 milliseconds