Searched refs:Jump (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp331 // Jump from the catch into the try is not allowed either.
354 // Jump from __except or __finally into the __try are not allowed either.
425 // Jump from the catch to the finally or try is not valid.
437 // Jump from the finally to the try or catch is not valid.
524 Stmt *Jump = Jumps.pop_back_val(); local
527 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
540 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
549 SwitchStmt *SS = cast<SwitchStmt>(Jump);
578 /// Jump-triviality is transitive but asymmetric.
722 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, argument
741 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp204 Iter Jump, DebugLoc DL);
532 Iter Jump, DebugLoc DL) {
537 MachineInstrBuilder MIB = BuildMI(MBB, Jump, DL, NewDesc);
539 MIB.addReg(Jump->getOperand(0).getReg());
541 Iter tmpIter = Jump;
542 Jump = std::prev(Jump);
545 return Jump;
531 replaceWithCompactJump(MachineBasicBlock &MBB, Iter Jump, DebugLoc DL) argument
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Di386-opc.h105 #define Jump 0x10 /* special case for jump insns. */ macro
H A Di386-tbl.h771 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
826 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
829 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
832 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
835 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
838 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
841 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
844 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
847 Jump|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf,
850 Jump|No_bSu
[all...]
/freebsd-11.0-release/sys/boot/i386/mbr/
H A Dmbr.s50 # Jump to the relocated code.
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp134 void Jump (const BasicBlock *bb) function in class:InterpreterStackFrame
671 frame.Jump(&function.front());
967 frame.Jump(br_inst->getSuccessor(0));
969 frame.Jump(br_inst->getSuccessor(1));
979 frame.Jump(br_inst->getSuccessor(0));
/freebsd-11.0-release/sys/boot/pc98/boot0.5/
H A Dboot.s125 # Jump to bootstrap code
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s82 # Jump to the relocated code.
152 jmp LOAD # Jump to boot code
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S208 jmp main-LOAD+ORIGIN # Jump to relocated code
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-i386.c1471 { JumpAbsolute, "Jump Absolute" },
1886 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))
2074 if (current_templates->start->opcode_modifier & (Jump | JumpByte))
3971 if (i.tm.opcode_modifier & Jump)
4754 || !(current_templates->start->opcode_modifier & (Jump | JumpDword)))
7073 & (Jump | JumpDword)))
7127 if (current_templates->start->opcode_modifier & (Jump | JumpDword))
7155 & (Jump|JumpDword|JumpInterSegment))
7216 if (current_templates->start->opcode_modifier & (Jump | JumpDword))
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S196 /* Jump to cdboot */
489 ljmp $SEL_SCODE16,$pm_16 # Jump to 16-bit PM
533 ljmp $0,$MEM_BTX_ENTRY # Jump to the BTX entry point
/freebsd-11.0-release/sys/mips/mips/
H A Dexception.S201 j k0 # Jump to the function.
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1629 SDValue Jump = Op.getOperand(2); local
1632 Chain, Jump, Cond);
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 594 milliseconds