代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/233448/4671126
c forscope2.c
// { dg-do compile }
struct S {
void foo() {
for (_ptr; ;) {} // { dg-error "not declared" }
_ptr = 0;
}
};
www.eeworm.com/read/233448/4671170
c crash5.c
// { dg-do compile }
//
// PR 17618
void foo()
{
p; // { dg-error "not declared" }
(void*) p;
}
www.eeworm.com/read/380043/2664024
pas msxml2_tlb.pas
unit MSXML2_TLB;
// ************************************************************************ //
// WARNING
// -------
// The types declared in this file were generated from data read from a
//
www.eeworm.com/read/380043/2664038
pas msxml2_tlb.pas
unit MSXML2_TLB;
// ************************************************************************ //
// WARNING
// -------
// The types declared in this file were generated from data read from a
//
www.eeworm.com/read/366702/2865891
c forscope2.c
// { dg-do compile }
struct S {
void foo() {
for (_ptr; ;) {} // { dg-error "not declared" }
_ptr = 0;
}
};
www.eeworm.com/read/366702/2865944
c crash5.c
// { dg-do compile }
//
// PR 17618
void foo()
{
p; // { dg-error "not declared" }
(void*) p;
}
www.eeworm.com/read/366702/2868058
c ptrmem7.c
// PR c++/27447
// { dg-do compile }
void (A::* p)(); // { dg-error "declared|token" }
www.eeworm.com/read/366702/2869033
c crash67.c
// PR c++/32561
template struct A; // { dg-error "redefinition|declared" }
www.eeworm.com/read/252403/4405511
err 17.err
transformdb: class ::Test::C declared but not defined
The following types had no matching definitions in the new Slice:
::Test::C
www.eeworm.com/read/336165/12467330
pas msxml2_tlb.pas
unit MSXML2_TLB;
// ************************************************************************ //
// WARNING
// -------
// The types declared in this file were generated from data read from a
//