代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518634
c empty9.c
// { dg-do run { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
// { dg-options "-w -fabi-version=0" }
struct E1 {};
struct E2 : public E1 {
virtual void f ();
};
struct E3
www.eeworm.com/read/162614/5518658
c empty11.c
// { dg-do run }
// { dg-options "-w -fabi-version=0" }
struct E {};
struct E2 : public E {};
struct E3 : public E, public E2 {};
struct E4 : public E, public E2, public E3 { };
struct E5 : public E,
www.eeworm.com/read/162614/5519582
c empty3.c
// { dg-do assemble }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 12 Apr 2001
// Check we deal with aligning virtual bases after
www.eeworm.com/read/162614/5519595
c empty2.c
// { dg-do assemble }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 12 Apr 2001
// Check we deal with trailing empty base classes p
www.eeworm.com/read/162614/5519885
c empty1.c
// { dg-do run }
// Origin: Mark Mitchell
// This test case checks that the return value optimization works for
// empty classes.
// PR c++/5995
extern "C" void abort();
ext
www.eeworm.com/read/162614/5519944
c empty2.c
// { dg-do assemble }
// Origin: Mark Mitchell
struct E {};
void f () {
E e1, e2;
e1 = e2; // We should not warn about this statement, even though no
// code
www.eeworm.com/read/162614/5529499
c empty1.c
/* { dg-do run } */
/* { dg-options "" } */
struct S { int : 0; };
union U { int : 0; };
int main () {
if (__alignof__ (struct S) != __alignof__ (union U))
return 1;
return 0;
}
www.eeworm.com/read/162614/5529891
c if-empty-1.c
/* Test diagnostics for empty bodies in if / else. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-Wextra" } */
void
f (int x)
{
if (x)
; /* {
www.eeworm.com/read/349942/3137028
js fckdebug_empty.js
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any o
www.eeworm.com/read/348941/3149175
js fckdebug_empty.js
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any o