Home
last modified time | relevance | path

Searched refs:Goto (Results 1 – 25 of 53) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/zlib/
H A Dmake_vms.com268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
279 $ Goto Loop3
282 $ Goto Loop2
285 $ If arg .Le. 8 Then Goto Loop
286 $ Goto Exit
/netbsd/external/gpl3/binutils/dist/zlib/
H A Dmake_vms.com268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
279 $ Goto Loop3
282 $ Goto Loop2
285 $ If arg .Le. 8 Then Goto Loop
286 $ Goto Exit
/netbsd/external/gpl3/binutils.old/dist/zlib/
H A Dmake_vms.com268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
279 $ Goto Loop3
282 $ Goto Loop2
285 $ If arg .Le. 8 Then Goto Loop
286 $ Goto Exit
/netbsd/external/gpl3/gdb.old/dist/zlib/
H A Dmake_vms.com268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
279 $ Goto Loop3
282 $ Goto Loop2
285 $ If arg .Le. 8 Then Goto Loop
286 $ Goto Exit
/netbsd/common/dist/zlib/
H A Dmake_vms.com268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
279 $ Goto Loop3
282 $ Goto Loop2
285 $ If arg .Le. 8 Then Goto Loop
286 $ Goto Exit
/netbsd/external/bsd/nvi/docs/
H A Dev7 ^A<#> <#>G Goto line #.
8 ^A$ G Goto the end of the file.
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def48 TIL_OPCODE_DEF(Goto)
H A DThreadSafetyTIL.h1369 class Goto : public Terminator {
1371 Goto(BasicBlock *B, unsigned I) in Goto() function
1373 Goto(const Goto &G, BasicBlock *B, unsigned I) in Goto() function
1394 typename C::CType compare(const Goto *E, C &Cmp) const { in compare()
1488 case COP_Goto: return cast<Goto>(this)->successors(); in successors()
H A DThreadSafetyTraverse.h259 R_SExpr reduceGoto(Goto &Orig, BasicBlock *B) { in reduceGoto()
875 void printGoto(const Goto *E, StreamType &SS) { in printGoto()
/netbsd/crypto/external/cpl/trousers/dist/
H A DREADME.selinux14 - Goto Device Drivers > Character Devices > TPM Devices
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1218 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local
1219 Goto->removeFromParent(); in replaceUseWithLoad()
1222 NewBlock->getInstList().push_back(Goto); in replaceUseWithLoad()
1223 Goto->setSuccessor(0, PHIBlock); in replaceUseWithLoad()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dforeachvar.d298 case STMT.Goto: in foreachExpAndVar()
H A Dastenums.d375 Goto,
H A Dstatement.d381 …inout(GotoStatement) isGotoStatement() { return stmt == STMT.Goto ? cast(type… in isGotoStatement()
1763 super(loc, STMT.Goto); in this()
H A Dob.d823 case STMT.Goto: visitGoto(s.isGotoStatement()); break; in toObNodes()
/netbsd/external/bsd/ntp/dist/
H A DREADME.pullrequests80 6) You have fixed a bug. Goto step #2.
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dreadme.txt70 Goto: ControlPanel/System/AdvancedSystemSettings/EnvironmentVariables
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dasm.rst212 `Goto Labels <https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#GotoLabels>`_
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dasm.rst220 `Goto Labels <https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#GotoLabels>`_
/netbsd/games/fortune/datfiles/
H A Dfortunes.sp.ok477 Goto
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp910 auto *Tm = new (Arena) til::Goto(BB, Idx); in exitCFGBlockBody()
/netbsd/external/gpl2/texinfo/dist/po/
H A Dhe.po1338 msgid "Goto node: "
1339 msgstr "Goto node: "
H A Dtexinfo.pot1234 msgid "Goto node: "
H A Dde_AT.po1235 msgid "Goto node: "
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6325 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced() local
6326 if (LabelDecl *label = Goto->getLabel()) in clang_getCursorReferenced()

123