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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp397 // Jump from the catch into the try is not allowed either.
422 // Jump from __except or __finally into the __try are not allowed either.
468 // Jump from the catch to the finally or try is not valid.
480 // Jump from the finally to the try or catch is not valid.
604 Stmt *Jump = Jumps.pop_back_val(); local
607 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
620 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
629 SwitchStmt *SS = cast<SwitchStmt>(Jump);
657 /// Jump-triviality is transitive but asymmetric.
806 static void DiagnoseIndirectOrAsmJumpStmt(Sema &S, Stmt *Jump, argument
828 DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-opc.h107 #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-12-stable/stand/i386/mbr/
H A Dmbr.s50 # Jump to the relocated code.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp127 void Jump(const BasicBlock *bb) { function in class:InterpreterStackFrame
682 frame.Jump(&function.front());
917 frame.Jump(br_inst->getSuccessor(0));
919 frame.Jump(br_inst->getSuccessor(1));
927 frame.Jump(br_inst->getSuccessor(0));
/freebsd-12-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc27 the environment. Jump to this line to read the new instructions.
/freebsd-12-stable/stand/i386/pmbr/
H A Dpmbr.s82 # Jump to the relocated code.
152 jmp LOAD # Jump to boot code
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S208 jmp main-LOAD+ORIGIN # Jump to relocated code
/freebsd-12-stable/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-12-stable/sys/mips/mips/
H A Dexception.S201 j k0 # Jump to the function.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1532 SDValue Jump = Op.getOperand(2); local
1535 Chain, Jump, Cond);

Completed in 210 milliseconds