Home
last modified time | relevance | path

Searched refs:GOTO (Results 1 – 25 of 217) sorted by relevance

123456789

/external/llvm/tools/msbuild/
Dinstall.bat12 IF %PLATFORM% == x64 GOTO PLATFORMLOOPEND
19 IF EXIST %D% GOTO FOUND_V100
21 IF EXIST %D% GOTO FOUND_V100
25 IF EXIST %D% GOTO FOUND_V110
27 IF EXIST %D% GOTO FOUND_V110
31 IF EXIST %D% GOTO FOUND_V120
33 IF EXIST %D% GOTO FOUND_V120
37 IF EXIST %D% GOTO FOUND_V140
39 IF EXIST %D% GOTO FOUND_V140
43 GOTO PLATFORMLOOPHEAD
[all …]
/external/ow2-asm/asm-util/src/test/resources/
Djdk5.AllInstructions.txt82 GOTO L2
93 GOTO L5
104 GOTO L8
115 GOTO L11
126 GOTO L14
137 GOTO L17
149 GOTO L20
163 GOTO L23
177 GOTO L26
191 GOTO L29
[all …]
Djdk3.AllInstructions.txt56 GOTO L2
67 GOTO L5
78 GOTO L8
89 GOTO L11
100 GOTO L14
111 GOTO L17
123 GOTO L20
137 GOTO L23
151 GOTO L26
165 GOTO L29
[all …]
Djdk8.AllFrames.txt54 GOTO L2
81 GOTO L2
115 GOTO L3
142 GOTO L5
149 GOTO L7
206 GOTO L1
215 GOTO L5
302 GOTO L7
504 GOTO L4
533 GOTO L2
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
Dpointer-sign-bits.ll10 "GOTO or IF*2": ; preds = %"true verifyAndComputePtr89", %verifyNullCont84
13 "GOTO or IF*5": ; preds = %"true verifyAndComputePtr127", %"GOTO or IF*6"
16 "GOTO or IF*6": ; preds = %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge", %"true ver…
17 …%indvar = phi i32 [ %indvar.next, %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge" ], [ 0, %"…
21 br i1 %3, label %verifyNullCont126, label %"GOTO or IF*5"
171 …br i1 undef, label %"verifyNullCont78.GOTO or IF*4_crit_edge", label %verifyNullCont78.end_crit_ed…
173 "verifyNullCont78.GOTO or IF*4_crit_edge": ; preds = %verifyNullCont78
179 verifyNullExit80: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge"
182 verifyNullCont81: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge"
188 br i1 undef, label %"GOTO or IF*2", label %verifyNullCont86
[all …]
/external/sg3_utils/scripts/
D55-scsi-sg3_id.rules3 ACTION=="remove", GOTO="sg3_utils_id_end"
5 SUBSYSTEM=="block", GOTO="block_dev"
12 GOTO="scsi_inquiry"
14 ENV{.INQUIRY_DEV}="$root/bsg/$id", GOTO="scsi_inquiry"
18 ENV{.INQUIRY_DEV}="$root/bsg/$id", GOTO="scsi_inquiry"
20 GOTO="sg3_utils_id_end"
26 ENV{DEVTYPE}=="partition", ENV{ID_SCSI}=="1", GOTO="compat"
29 KERNEL=="cciss*", ENV{DEVTYPE}=="disk", GOTO="sg_inquiry"
32 KERNEL!="sd*[!0-9]|sr*", GOTO="sg3_utils_id_end"
43 ENV{ID_SCSI_INQUIRY}=="0", GOTO="sg_inquiry"
[all …]
D59-fc-wwpn-id.rules5 ACTION!="add|change", GOTO="fc_wwpn_end"
6 KERNEL!="sd*", GOTO="fc_wwpn_end"
10 ENV{FC_TARGET_WWPN}!="?*", GOTO="fc_wwpn_end"
11 ENV{FC_INITIATOR_WWPN}!="?*", GOTO="fc_wwpn_end"
12 ENV{FC_TARGET_LUN}!="?*", GOTO="fc_wwpn_end"
D59-scsi-cciss_id.rules3 ACTION!="add|change", GOTO="cciss_compat_end"
4 KERNEL!="sd*", GOTO="cciss_compat_end"
5 ENV{ID_VENDOR}!="HP", ENV{ID_VENDOR}!="COMPAQ", GOTO="cciss_compat_end"
6 ENV{ID_MODEL}!="LOGICAL_VOLUME", GOTO="cciss_compat_end"
10 ENV{ID_CCISS}!="?*", GOTO="cciss_compat_end"
D54-before-scsi-sg3_id.rules15 ACTION=="remove", GOTO="storage_hardware_end"
16 SUBSYSTEM!="block", GOTO="block_storage_end"
17 KERNEL!="sd*|sr*|cciss*", GOTO="block_storage_end"
20 TEST=="whole_disk", GOTO="block_storage_end"
46 SUBSYSTEM!="scsi_tape", GOTO="storage_hardware_end"
47 KERNEL!="st*[0-9]|nst*[0-9]", GOTO="storage_hardware_end"
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DGOTO.java28 public class GOTO extends GotoInstruction implements VariableLengthInstruction { class
34 GOTO() { in GOTO() method in GOTO
38 public GOTO(final InstructionHandle target) { in GOTO() method in GOTO
39 super(org.apache.bcel.Const.GOTO, target); in GOTO()
51 if (_opcode == org.apache.bcel.Const.GOTO) { in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp110 if (LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
132 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
141 if (SecondLastInst.getOpcode() == NVPTX::GOTO && in analyzeBranch()
142 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
161 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in removeBranch()
196 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in insertBranch()
205 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in insertBranch()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DBranchHandleTestCase.java28 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionNull()
36 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionBI()
38 bh.setInstruction(new GOTO(null)); in testsetInstructionBI()
44 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionnotBI()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp164 if (LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
186 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
195 if (SecondLastInst.getOpcode() == NVPTX::GOTO && in analyzeBranch()
196 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
213 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in RemoveBranch()
245 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in InsertBranch()
254 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in InsertBranch()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java85 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame); in testVisitJumpInsnWithProbe_GOTO()
88 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe_GOTO()
185 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe()
207 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes()
211 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes()
231 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes()
235 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilterTest.java388 m.visitJumpInsn(Opcodes.GOTO, l15); in javac_7_8()
395 m.visitJumpInsn(Opcodes.GOTO, l15); in javac_7_8()
419 m.visitJumpInsn(Opcodes.GOTO, l23); in javac_7_8()
426 m.visitJumpInsn(Opcodes.GOTO, l23); in javac_7_8()
465 m.visitJumpInsn(Opcodes.GOTO, l28); in javac_7_8()
472 m.visitJumpInsn(Opcodes.GOTO, l28); in javac_7_8()
510 m.visitJumpInsn(Opcodes.GOTO, l30); in javac_7_8()
517 m.visitJumpInsn(Opcodes.GOTO, l30); in javac_7_8()
634 m.visitJumpInsn(Opcodes.GOTO, end); in javac9_omitted_null_check()
643 m.visitJumpInsn(Opcodes.GOTO, end); in javac9_omitted_null_check()
[all …]
DFinallyFilterTest.java116 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_try_catch_finally()
159 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in ecj_try_catch_finally()
167 m.visitJumpInsn(Opcodes.GOTO, after); in ecj_try_catch_finally()
214 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_empty_catch()
222 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_empty_catch()
263 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_8_empty_catch()
271 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_8_empty_catch()
305 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in ecj_empty_catch()
312 m.visitJumpInsn(Opcodes.GOTO, after); in ecj_empty_catch()
366 m.visitJumpInsn(Opcodes.GOTO, finallyStart); in ecj_always_completes_abruptly()
DTryWithResourcesEcjFilterTest.java188 m.visitJumpInsn(Opcodes.GOTO, l4); in ecj()
213 m.visitJumpInsn(Opcodes.GOTO, l7); in ecj()
222 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj()
251 m.visitJumpInsn(Opcodes.GOTO, end); in ecj()
261 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj()
291 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj()
513 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut()
543 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut()
573 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut()
DTryWithResourcesJavac11FilterTest.java55 m.visitJumpInsn(Opcodes.GOTO, e); in without_null_check()
64 m.visitJumpInsn(Opcodes.GOTO, t); in without_null_check()
109 m.visitJumpInsn(Opcodes.GOTO, e); in with_null_check()
120 m.visitJumpInsn(Opcodes.GOTO, t); in with_null_check()
DKotlinWhenStringFilterTest.java68 m.visitJumpInsn(Opcodes.GOTO, case1); in should_filter()
77 m.visitJumpInsn(Opcodes.GOTO, case2); in should_filter()
86 m.visitJumpInsn(Opcodes.GOTO, case3); in should_filter()
147 m.visitJumpInsn(Opcodes.GOTO, case2); in should_filter_when_biggest_hashCode_first()
155 m.visitJumpInsn(Opcodes.GOTO, case3); in should_filter_when_biggest_hashCode_first()
DStringSwitchJavacFilterTest.java62 m.visitJumpInsn(Opcodes.GOTO, secondSwitch); in createFirstSwitch()
75 m.visitJumpInsn(Opcodes.GOTO, secondSwitch); in createFirstSwitch()
145 m.visitJumpInsn(Opcodes.GOTO, cases); in should_not_filter_code_generated_by_ECJ()
156 m.visitJumpInsn(Opcodes.GOTO, cases); in should_not_filter_code_generated_by_ECJ()
/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
DJumpInsnNodeTest.java47 JumpInsnNode jumpInsnNode = new JumpInsnNode(Opcodes.GOTO, labelNode); in testConstructor()
49 assertEquals(Opcodes.GOTO, jumpInsnNode.getOpcode()); in testConstructor()
56 JumpInsnNode jumpInsnNode = new JumpInsnNode(Opcodes.GOTO, new LabelNode()); in testSetOpcode()
/external/icu/icu4c/source/allinone/
Dicucheck.bat59 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
70 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
81 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
92 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
104 @REM @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java118 /* 12 */ addJump(code, Opcode.GOTO, 125); in generate()
122 /* 20 */ addJump(code, Opcode.GOTO, 125); in generate()
139 /* 66 */ addJump(code, Opcode.GOTO, 111); in generate()
148 /* 85 */ addJump(code, Opcode.GOTO, 106); in generate()
161 /* 114 */ addJump(code, Opcode.GOTO, 123); in generate()
/external/cronet/third_party/protobuf/
Dappveyor.bat3 IF %platform%==MinGW GOTO build_mingw
4 IF %language%==cpp GOTO build_cpp
5 IF %language%==csharp GOTO build_csharp
/external/protobuf/
Dappveyor.bat3 IF %platform%==MinGW GOTO build_mingw
4 IF %language%==cpp GOTO build_cpp
5 IF %language%==csharp GOTO build_csharp

123456789