代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/183001/5260284
out truncate.out
-- Test basic TRUNCATE functionality.
CREATE TABLE truncate_a (col1 integer primary key);
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "truncate_a_pkey" for table "truncate_a"
INSERT
www.eeworm.com/read/180437/5284170
mak unzip_cr.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP_CR.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencie
www.eeworm.com/read/169979/5407779
mak unzip_cr.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP_CR.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencie
www.eeworm.com/read/169697/5413309
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creati
www.eeworm.com/read/169697/5413321
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creati
www.eeworm.com/read/169697/5413727
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creati
www.eeworm.com/read/167728/5452803
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creati
www.eeworm.com/read/163044/5511798
mak unzip_cr.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP_CR.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencie
www.eeworm.com/read/162868/5512487
mak unzip_cr.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP_CR.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencie
www.eeworm.com/read/162614/5520131
c cast6.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 28 Nov 2000
// We failed to reject static_cast and implicit con