代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/217183/14974674
err cpuspeed.err
"cpuspeed.c", line 122: Warning: C2917W: no side effect in void context: 'unary *'
"cpuspeed.c", line 139: Warning: C2917W: no side effect in void context: 'unary *'
"cpuspeed.c", line 1
www.eeworm.com/read/216545/15003755
err irda.err
"src\irda.c", line 167: Warning: C2892E: signed constant overflow: '
www.eeworm.com/read/216545/15003786
err usbout.err
"src\usbout.c", line 100: Warning: C2206W: Undefined macro 'USBDMA' in #if - treated as 0
"src\usbout.c", line 108: Warning: C2206W: Undefined macro 'USBDMA' in #if - treated as 0
"src\usbout.c", li
www.eeworm.com/read/216545/15003804
err extdmam.err
"src\extdmam.c", line 273: Warning: C2870W: variable 'memSum1' declared but not used
"src\extdmam.c", line 273: Warning: C2870W: variable 'memSum0' declared but not used
"src\extdmam.c", line 273: W
www.eeworm.com/read/216545/15003809
err power.err
"src\power.c", line 104: Warning: C2917W: no side effect in void context: 'unary *'
"src\power.c", line 112: Warning: C2892E: signed constant overflow: '*'
"src\power.c", line 152: Warning: C2
www.eeworm.com/read/216545/15003817
err pll.err
"src\pll.c", line 107: Warning: C2207W: inventing 'extern int LcdEnvidOnOff();'
"src\pll.c", line 186: Warning: C2207W: inventing 'extern int dhrystone21();'
"src\pll.c", line 187: Warning: C2870W:
www.eeworm.com/read/162614/5519179
c crash41.c
// PR c++/22464
template
void do_something(const T* A) // { dg-error "declared" }
{
struct helper_t{
helper_t() {
A[0]; // { dg-error "use" }
}
} helper;
}
void sub
www.eeworm.com/read/162614/5520340
c ttp10.c
// { dg-do assemble }
template class D
{
public:
int f();
};
template int D::f()
{
return sizeof(T);
}
template class C
{
D d; // { dg
www.eeworm.com/read/162614/5521569
c err-msg12.c
// { dg-do assemble }
// GROUPS passed error-messages
class foo {
public:
friend mutable int x ();// { dg-error "" } non-object member `x' cannot be declared `mutable'
};
www.eeworm.com/read/162614/5522046
c 900208_02.c
// { dg-do run }
// g++ 1.36.1 bug 900208_02
// g++ does not allow a static member of a class/struct/union to be
// declared as an array without an explicit upper bound.
// Cfront 2.0 passes this t