代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/479224/1334070
h stl_construct.h
// nonstandard construct and destroy functions -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library
www.eeworm.com/read/479224/1334288
h stl_construct.h
// nonstandard construct and destroy functions -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is
www.eeworm.com/read/470693/1467257
h stl_construct.h
// nonstandard construct and destroy functions -*- C++ -*-
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// soft
www.eeworm.com/read/460526/1561003
h stl_construct.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/233448/4671349
c construct1.c
// PR c++/16717
// { dg-options "-O2" }
int i;
void hello (void) __attribute__ ((constructor));
void hello (void) { i = 1; }
int main (void) {
if (i != 1)
return 1;
}
www.eeworm.com/read/233448/4690370
h stl_construct.h
// nonstandard construct and destroy functions -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This libra
www.eeworm.com/read/231865/4709590
h stl_construct.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
www.eeworm.com/read/221464/4829748
sh pool_construct.sh
#!/bin/sh
#
# Copyright (C) 2000 Stephen Cleary
#
# This file can be redistributed and/or modified under the terms found
# in "copyright.html"
# This software and its documentation is provided
www.eeworm.com/read/221464/4829752
bat pool_construct.bat
@echo off
rem
rem Copyright (C) 2000, 2001 Stephen Cleary
rem
rem This file can be redistributed and/or modified under the terms found
rem in "copyright.html"
rem This software and its document
www.eeworm.com/read/221464/4829753
inc pool_construct.inc
// Copyright (C) 2000 Stephen Cleary
//
// Permission to copy, use, and distribute this software is granted, provided
// that this copyright notice appears in all copies.
// Permission to modify t