代码搜索:empty

找到约 10,000 项符合「empty」的源代码

代码结果 10,000
www.eeworm.com/read/165801/5478254

jsp logic-empty.jsp

Test struts-logic Emptiness Tags T
www.eeworm.com/read/164348/5496921

dep-flist empty.dep-flist

empty.c thumb-rel32\audio_fixptutil_library_ribodefs.h
www.eeworm.com/read/163840/5508234

xpm trash_empty.xpm

/* XPM */ static char * trash_empty_xpm[] = { "32 32 11 1", " s background c None", ". c black", "X c #75D675D675D6", "o c #DF7DDF7DDF7D", "O c #A289A289A699", "+ c #451445144514", "@ c white", "# c
www.eeworm.com/read/162614/5518077

h empty6.h

struct A {}; struct B { A a; virtual void f () {} int i; };
www.eeworm.com/read/162614/5518200

c empty1.c

// { dg-do run } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 3 Sept 2001 // Bug 4203. We were bit copying empty bases including th
www.eeworm.com/read/162614/5518540

c empty-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ struct S {}; S bar (const S &a) { S s; s = a; return s; } /* Test whether memcpy call has been optimized out. */ /* {
www.eeworm.com/read/162614/5518580

c empty7.c

// { dg-do run { target i?86-*-* x86_64-*-* } } // { dg-require-effective-target ilp32 } // { dg-options "-fabi-version=0" } struct S1 {}; struct S2 { virtual void f () {} S1 s1[4]; }; struct S3 : vi
www.eeworm.com/read/162614/5518584

c empty6.c

// { dg-options "-Wabi" } struct A {}; struct B { A a; // { dg-warning "empty" "" { xfail mmix-*-* } } virtual void f () {} } __attribute__((aligned(2 * sizeof (void *)))); /* The preceding attr
www.eeworm.com/read/162614/5518603

c empty8.c

// { dg-do run } // { dg-options "-fabi-version=0" } struct E1 {}; struct E2 : public E1 {}; struct S1 { int i; }; struct S2 : public S1, E2 {}; S2 s2; int main () { if ((char *)(E2*) &s2 != (cha
www.eeworm.com/read/162614/5518628

c empty4.c

// { dg-do run } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 31 Jul 2001 // Bug 3820. We were bit copying empty bases including th