代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2882379
c label-compound-stmt-1.c
/* Test that labels at ends of compound statements are hard errors. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
void f(void) { g: } /* { dg-b
www.eeworm.com/read/366702/2883865
c stmt-expr-label-1.c
/* Test for labels in statement expressions: bugs 772 and 17913.
goto statements must not jump into statement expressions.
This tests all combinations of label and goto locations in a given
www.eeworm.com/read/366702/2883921
c parse-decl-after-label.c
/* PR 29062
{ dg-do compile }
{ dg-options "-fsyntax-only" }
*/
int f(x)
{
if (x > 1)
{
goto finish;
}
return x;
finish:
int ret = 1; /* { dg-error "a label can only be part
www.eeworm.com/read/366702/2884522
c stmt-expr-label-3.c
/* Test for labels in statement expressions: bugs 772 and 17913.
Test the particular case of bug 17913. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-opt
www.eeworm.com/read/366513/2887495
svn-base label-min.js.svn-base
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.form.Label=Ext.extend(Ext.BoxComponent,{onRender:function(B,A){
www.eeworm.com/read/162614/5530809
c stmt-expr-label-1.c
/* Test for labels in statement expressions: bugs 772 and 17913.
goto statements must not jump into statement expressions.
This tests all combinations of label and goto locations in a given
www.eeworm.com/read/162614/5531361
c stmt-expr-label-3.c
/* Test for labels in statement expressions: bugs 772 and 17913.
Test the particular case of bug 17913. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-opt
www.eeworm.com/read/474586/6813125
svn-base set_label.m.svn-base
function set_label(xstr,ystr,zstr)
% set_label - set the label for a plot
%
% set_label(xstr,ystr,zstr);
%
% Copyright (c) 2008 Gabriel Peyre
if nargin
www.eeworm.com/read/474586/6813155
svn-base set_label.sci.svn-base
function set_label(xstr,ystr)
// set_label - set the label for a plot
//
// set_label(xstr,ystr);
//
// Copyright (c) 2008 Gabriel Peyre
if argn(2)
www.eeworm.com/read/295686/8145791