代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/240162/4579482
c array1.c
// Test that completing an array declared with a typedef doesn't change
// the typedef.
// { dg-do run }
typedef int iArr[];
const iArr array4={
1, 2, 3, 4
};
const iArr array3={
1, 2, 3
};
c
www.eeworm.com/read/233522/4667889
h vcl_complex.h
#ifndef vcl_win32_vc60_complex_h_
#define vcl_win32_vc60_complex_h_
// fsm: complex is derived from _Complex_base, which is not
// declared with __declspec(dllimport). So complex shouldn
www.eeworm.com/read/233448/4671795
c array1.c
// Test that completing an array declared with a typedef doesn't change
// the typedef.
// { dg-do run }
typedef int iArr[];
const iArr array4={
1, 2, 3, 4
};
const iArr array3={
1, 2, 3
};
c
www.eeworm.com/read/229812/4741373
sed stripvcl.sed
/^\*\*/d
/^0000/d
/^Warning(1028)/d
/^file.*: undefined symbol/d
/^Current usage:/d
/^[0-9]* cache hits/d
/^File.*\\testin\\.*\.c/s/^.*\\testin\\\([0-9a-zA-Z_]*\.c\)/\1/
/declared in:/s/in:.*\\
www.eeworm.com/read/214352/4908707
java dtdsequence.java
package com.wutka.dtd;
import java.io.*;
import java.util.*;
/** Represents a sequence in an element's content.
* A sequence is declared in the DTD as (value1,value2,value3,etc.)
*
* @author Mark
www.eeworm.com/read/162614/5518154
c array1.c
// Test that completing an array declared with a typedef doesn't change
// the typedef.
// { dg-do run }
typedef int iArr[];
const iArr array4={
1, 2, 3, 4
};
const iArr array3={
1, 2, 3
};
c
www.eeworm.com/read/340665/3273007
c array1.c
// Test that completing an array declared with a typedef doesn't change
// the typedef.
// { dg-do run }
typedef int iArr[];
const iArr array4={
1, 2, 3, 4
};
const iArr array3={
1, 2, 3
};
c
www.eeworm.com/read/271345/4229472
err 2410lib.err
"2410lib.c", line 196: Warning: inventing 'extern int MMU_SetAsyncBusMode();'
"2410lib.c", line 214: Warning: static 'whichUart' declared but not used
2410lib.c: 2 warnings, 0 errors, 0 serious erro
www.eeworm.com/read/440906/1774608
c array1.c
// Test that completing an array declared with a typedef doesn't change
// the typedef.
// { dg-do run }
typedef int iArr[];
const iArr array4={
1, 2, 3, 4
};
const iArr array3={
1, 2, 3
};
c
www.eeworm.com/read/432906/1887365
c xc_ia64_stubs.c
#include "xg_private.h"
#include "xc_ia64.h"
/* this is a very ugly way of getting FPSR_DEFAULT. struct ia64_fpreg is
* mysteriously declared in two places: /usr/include/asm/fpu.h and
* /usr/inclu