代码搜索:continue

找到约 10,000 项符合「continue」的源代码

代码结果 10,000
www.eeworm.com/read/169602/5419201

hpp continuefragmented.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/169400/5421676

cs managedcallback.cs

// // // // // $Revisi
www.eeworm.com/read/167562/5456993

cpp deps.cpp

/**************************************************************************** ** ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved. ** ** This file is part of the tools applications of the
www.eeworm.com/read/166399/5475494

c ictainfo.c

/************************************************************************/ /* SISCO SOFTWARE MODULE HEADER *****************************************/ /*************************************************
www.eeworm.com/read/165926/5476431

xs c_6b6e.xs

#include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "INLINE.h" int re_DFA_C_0 (char* s) { int pos = -1; int state = 1; int done = -1; while (1) { char c
www.eeworm.com/read/162614/5515439

c ffi.c

/* ----------------------------------------------------------------------- ffi.c - Copyright (c) 2002, 2003, 2004, 2005 Kaz Kojima SuperH Foreign Function Interface Permission is hereby
www.eeworm.com/read/162614/5516930

c 20011029-2.c

/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O2" } */ int foo (int s) { for (;;) { int a[32]; int y, z; __asm__ __volatile__ ("" : "=c" (y), "=D" (
www.eeworm.com/read/162614/5518560

c pr23164.c

/* { dg-do compile } */ /* { dg-options "-O2" } */ bool f(); struct S { S(); ~S(); }; void g() { for (;;) { S s1, s2, s3, s4, s5, s6; if (f()) continue;
www.eeworm.com/read/162614/5523207

f90 logical_select_1.f90

LOGICAL :: L = .FALSE. SELECT CASE (L) CASE (.TRUE.) CALL abort CASE (.FALSE.) CONTINUE CASE DEFAULT CALL abort END SELECT SELECT CASE (L) CASE (.TRUE., .FALSE.)
www.eeworm.com/read/162614/5523240

f90 alternate_return.f90

program alt_return implicit none call myproc (1, *10, 42) 20 continue call abort () 10 continue call myproc(2, *20, 42) call myproc(3, *20, 42) contains subroutine myproc(n, *, i) integ