代码搜索:LABEL

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

代码结果 10,000
www.eeworm.com/read/193974/5138921

java target2label.java

/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet Th
www.eeworm.com/read/190666/5179487

c wtr-label-1.c

/* Test for -Wtraditional warnings on label conflicts with identifiers. Note, gcc should omit these warnings in system header files. Origin: Kaveh R. Ghazi 8/24/2000. *
www.eeworm.com/read/190666/5179537

c label-lineno-1.c

/* Ensure that diagnostics for labels appear on the correct lineno. by Kaveh R. Ghazi 8/23/2000. */ void foo(int i) { my_label: i++; my_label: /* { dg-error "duplic
www.eeworm.com/read/172555/5383978

java label3d.java

package org.j3de.ui; import java.rmi.RemoteException; import javax.media.j3d.Font3D; import org.j3de.datamodel.RemoteObjectModel; public interface Label3D extends UIEle
www.eeworm.com/read/162614/5526334

f90 label_2.f90

! { dg-do compile } ! PR fortran/24640. We needed to check that whitespace follows ! a statement label in free form. ! program pr24640 10: a=10 ! { dg-error "character in statement" } end program
www.eeworm.com/read/162614/5526507

f90 label_3.f90

! { dg-do compile } ! PR fortran/25756. ! This used to ICE due to the space after the label. 1 ! { dg-warning "Ignoring statement label in empty statement" } end
www.eeworm.com/read/162614/5526552

f90 label_1.f90

! { dg-do compile } ! Test the fix for PR 25106 and 25055. program a 0056780 continue ! { dg-error "Too many digits" } 0 continue ! { dg-error "Statement label at" } stop 001234 !
www.eeworm.com/read/162614/5528736

c label-decl-4.c

/* Test diagnostics for duplicate label declarations. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "" } */ void f (void) { __label__ a, b, a; /*
www.eeworm.com/read/162614/5528737

c label-decl-3.c

/* Test diagnostics for label declarations. Test with -pedantic-errors. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-pedantic-errors" } */ ty
www.eeworm.com/read/162614/5529297

c wtr-label-1.c

/* Test for -Wtraditional warnings on label conflicts with identifiers. Note, gcc should omit these warnings in system header files. Origin: Kaveh R. Ghazi 8/24/2000. *