代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/240162/4579504
c array12.c
// PR c++/12253
// Bug: We were failing to destroy the temporary A passed to the
// constructor for b[0] before going on to construct b[1].
// { dg-do run }
extern "C" int printf (const char *, ...)
www.eeworm.com/read/240162/4582743
c t113.c
// { dg-do assemble }
// GROUPS passed niklas explicit-construct virtual-base
struct A {};
struct B : virtual A { B(); };
struct C : B {};
struct D { D(C&); };
D d(C());
www.eeworm.com/read/234427/4659143
h csoundmixer.h
#ifndef __CSOUNDMIXER_H
#define __CSOUNDMIXER_H
#include "TSample.h"
#include "TAudioShared.h"
#include
class CSoundMixer : public CBase
{
// Construct and destruct
public:
www.eeworm.com/read/234427/4659147
cpp cwaveloader.cpp
#include "CWaveLoader.h"
#include
#include
#include
// Construct and Destruct
/// NewL()
CWavLoader* CWavLoader::NewL()
{
CWavLoader* self = NewLC(
www.eeworm.com/read/233448/4671825
c array12.c
// PR c++/12253
// Bug: We were failing to destroy the temporary A passed to the
// constructor for b[0] before going on to construct b[1].
// { dg-do run }
extern "C" int printf (const char *, ...)
www.eeworm.com/read/233448/4675561
c t113.c
// { dg-do assemble }
// GROUPS passed niklas explicit-construct virtual-base
struct A {};
struct B : virtual A { B(); };
struct C : B {};
struct D { D(C&); };
D d(C());
www.eeworm.com/read/233448/4676324
mm cxx-ivars-2.mm
// APPLE LOCAL file mainline
// Check if the '- .cxx_construct' and '-.cxx_destruct' methods get called
// and if they perform their desired function.
// { dg-do run }
// { dg-options "-fobjc-call-cxx
www.eeworm.com/read/230102/4726363
java application1.java
package helloworld;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame1 fram
www.eeworm.com/read/230102/4726370
java~3~ application1.java~3~
package helloworld;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame1 fram
www.eeworm.com/read/230102/4726371
java~2~ application1.java~2~
package helloworld;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame1 fram