代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/470720/1447202
c misc1.c
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class C {
int val;
p
www.eeworm.com/read/470693/1459148
c misc1.c
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class C {
int val;
p
www.eeworm.com/read/240162/4582388
c misc1.c
// { dg-do run }
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class
www.eeworm.com/read/233448/4675204
c misc1.c
// { dg-do run }
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class
www.eeworm.com/read/231546/4715492
m4 m4sh.m4
# This file is part of Autoconf. -*- Autoconf -*-
# M4 sugar for common shell constructs.
# Requires GNU M4 and M4sugar.
# Copyright (C) 2000, 2001, 2002 Free Software Foundat
www.eeworm.com/read/216499/4892242
8 mkfs.8
.th MKFS VIII 11/1/73
.sh NAME
mkfs \*- construct a file system
.sh SYNOPSIS
.bd /etc/mkfs
special
proto
.sh DESCRIPTION
.it Mkfs
constructs a file system
by writing on the special file
.it special
ac
www.eeworm.com/read/212736/4934515
h table.h
#ifndef TABLE_H
#define TABLE_H
#include "source.h"
// Table is a class which is built up upon the Source class. It
// constructs an array according to the source. Each line in
// the source is a ro
www.eeworm.com/read/195341/5111654
8 mkfs.8
.th MKFS VIII 11/1/73
.sh NAME
mkfs \*- construct a file system
.sh SYNOPSIS
.bd /etc/mkfs
special
proto
.sh DESCRIPTION
.it Mkfs
constructs a file system
by writing on the special file
.it special
ac
www.eeworm.com/read/190666/5174993
c misc1.c
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class C {
int val;
p
www.eeworm.com/read/183001/5260318
out union.out
--
-- UNION (also INTERSECT, EXCEPT)
--
-- Simple UNION constructs
SELECT 1 AS two UNION SELECT 2;
two
-----
1
2
(2 rows)
SELECT 1 AS one UNION SELECT 1;
one
-----
1
(1 row)
SELECT 1 AS