代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2868110
c label1.c
//PR c++/27820
void foo()
{
L: L: ; // { dg-error "duplicate label" }
}
www.eeworm.com/read/366702/2870179
c label1.c
// { dg-do assemble }
template
struct S {};
template
inline void g(T t)
{
here:
S st;
goto here;
}
template
void f(T t)
{
here:
g(t);
goto here;
}
void
www.eeworm.com/read/366702/2870940
c label2.c
// { dg-do assemble }
// GROUPS passed labels
extern "C" void abort();
class X {
public:
X();
};
void foo ()
{
X: ::abort();
goto X;
}
www.eeworm.com/read/366702/2871062
c label1.c
// { dg-do assemble }
// GROUPS passed labels
// it should only give 1 error, about using an undefined label
int main(void) { goto dummy; }// { dg-error "" } .*
www.eeworm.com/read/366702/2871212
c label2.c
// { dg-do run }
// { dg-options "" }
// Origin: Mark Mitchell
template
int f ()
{
int i = 0;
int j = 0;
int k = 0;
l:
if (j)
return 0;
({
__lab
www.eeworm.com/read/366702/2871223
c label1.c
// { dg-do run }
// { dg-options "" }
// Origin: Mark Mitchell
int main ()
{
int i = 0;
int j = 0;
int k = 0;
l:
if (j)
return 0;
({
__label__ l;
k =
www.eeworm.com/read/366702/2881510
c label-1.c
/* Test various diagnostics of ill-formed constructs involving labels. */
/* { dg-do compile } */
/* { dg-options "-Wunused" } */
extern void dummy(void);
/* labels must be defined */
void a(void)
www.eeworm.com/read/366513/2887511
js label-min.js
/*
* 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/360700/2959875
js label-min.js
/*
* 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/358021/3007351
m label541.m
function label541
figure(1)
x=1:0.1*pi:2*pi;
y=sin(x);
plot(x,y)
xlabel('x(0-2\pi)','fontweight','bold');
ylabel('y=sin(x)','fontweight','bold');
title('正弦函数','fontsize',12,'fontweight','bold