代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/470720/1444868

c typename2.c

// { dg-do compile } // { dg-options "" } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 21 Mar 2002 // PR 5507. Overzealous implicit
www.eeworm.com/read/470720/1445163

c comdat3.c

// Test that duplicate elimination of implicit instantiations of static // data members works properly. // Additional sources: comdat3-aux.cc // Additional files: comdat3.h #include "comdat3.h" int
www.eeworm.com/read/470720/1445677

c cast6.c

// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 28 Nov 2000 // We failed to reject static_cast and implicit conve
www.eeworm.com/read/470693/1456366

c dllimport5.c

// { dg-do compile { target i?86-*-cygwin* i?86-*-mingw*} } // Report error if static symbol definition has dllimport attribute. __attribute__((dllimport)) int impvar; // OK, implicit "extern"
www.eeworm.com/read/470693/1456814

c typename2.c

// { dg-do compile } // { dg-options "" } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 21 Mar 2002 // PR 5507. Overzealous implicit
www.eeworm.com/read/470693/1457109

c comdat3.c

// Test that duplicate elimination of implicit instantiations of static // data members works properly. // Additional sources: comdat3-aux.cc // Additional files: comdat3.h #include "comdat3.h" int
www.eeworm.com/read/470693/1457623

c cast6.c

// Build don't link: // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 28 Nov 2000 // We failed to reject static_cast and implicit conve
www.eeworm.com/read/250243/4434901

makefile

# # Makefile for the linux/parisc floating point code # # See arch/parisc/math-emu/README CFLAGS += -Wno-parentheses -Wno-implicit-function-declaration \ -Wno-uninitialized -Wno-strict-prototypes -W
www.eeworm.com/read/248665/4465535

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/242657/4550095

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