代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5172656
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
www.eeworm.com/read/190666/5172922
c empty3.c
// Build don't link:
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 12 Apr 2001
// Check we deal with aligning virtual bases after a
www.eeworm.com/read/190666/5172935
c empty2.c
// Build don't link:
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 12 Apr 2001
// Check we deal with trailing empty base classes pro
www.eeworm.com/read/190666/5173224
c empty1.c
// Origin: Mark Mitchell
// This test case checks that the return value optimization works for
// empty classes.
// PR c++/5995
extern "C" void abort();
extern "C" int printf
www.eeworm.com/read/190666/5173283
c empty2.c
// Build don't link:
// Origin: Mark Mitchell
struct E {};
void f () {
E e1, e2;
e1 = e2; // We should not warn about this statement, even though no
// code is
www.eeworm.com/read/179153/5309783
t 14______empty.t
#!perl -w
use strict;
no strict "vars";
use Bit::Vector;
# ======================================================================
# $vec->is_empty();
# $vec->is_full();
# ======================