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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp408 // Jump from the catch into the try is not allowed either.
433 // Jump from __except or __finally into the __try are not allowed either.
479 // Jump from the catch to the finally or try is not valid.
491 // Jump from the finally to the try or catch is not valid.
619 Stmt *Jump = Jumps.pop_back_val(); local
622 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
635 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
644 SwitchStmt *SS = cast<SwitchStmt>(Jump);
672 /// Jump-triviality is transitive but asymmetric.
821 static void DiagnoseIndirectOrAsmJumpStmt(Sema &S, Stmt *Jump, argument
843 DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S50 # Jump to the relocated code.
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc27 the environment. Jump to this line to read the new instructions.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp127 void Jump(const BasicBlock *bb) { function in class:InterpreterStackFrame
681 frame.Jump(&function.front());
916 frame.Jump(br_inst->getSuccessor(0));
918 frame.Jump(br_inst->getSuccessor(1));
926 frame.Jump(br_inst->getSuccessor(0));
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S82 # Jump to the relocated code.
152 jmp LOAD # Jump to boot code
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S208 jmp main-LOAD+ORIGIN # Jump to relocated code
/freebsd-13-stable/sys/mips/mips/
H A Dexception.S195 j k0 # Jump to the function.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1538 SDValue Jump = Op.getOperand(2); local
1541 Chain, Jump, Cond);

Completed in 77 milliseconds