代码搜索:implicit

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

代码结果 5,250
www.eeworm.com/read/233448/4678889

f90 io_end.f90

! Check we can cope with end labels in IO statements program m implicit none integer i do while (.true.) read(*, *, end = 1) i end do 1 continue end program m
www.eeworm.com/read/233448/4681615

f90 getenv_1.f90

! { dg-do run } ! Test the getenv and get_environment_variable intrinsics. ! Ignore the return value because it's not supported/meaningful on all targets program getenv_1 implicit none character(l
www.eeworm.com/read/233448/4681632

f90 char_pointer_dependency.f90

! { dg-do run } ! Test assignments from character pointer functions with dependencies ! are correctly resolved. ! Provided by Paul Thomas pault@gcc.gnu.org program char_pointer_dependency implicit n
www.eeworm.com/read/233448/4681670

f90 pr19467.f90

! { dg-do run } ! pr 19467 ! test namelist with character arrays ! Based on example provided by paulthomas2@wanadoo.fr program pr19467 implicit none integer :: ier character(len=2)
www.eeworm.com/read/233448/4684228

c parm-impl-decl-2.c

/* Test implicit function declarations and other odd declarations in function prototypes. Make sure that LABEL_DECLs don't occur. */ /* Origin: Joseph Myers */ /* { dg-d
www.eeworm.com/read/233448/4684459

c assign-warn-1.c

/* Test diagnostics for bad implicit type conversions. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-pedantic" } */ #define TESTARG(ID, TL, TR) void
www.eeworm.com/read/233448/4691586

cc 2.cc

// { dg-options "-fno-implicit-templates" } // Copyright (C) 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistr
www.eeworm.com/read/233448/4691588

cc 2.cc

// { dg-options "-fno-implicit-templates" } // Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you
www.eeworm.com/read/217239/4874733

mak unzip.mak

.AUTODEPEND # *Translator Definitions* CC = bcc +UNZIP.CFG TASM = TASM TLINK = tlink # *Implicit Rules* .c.obj: $(CC) -c {$< } .cpp.obj: $(CC) -c {$< } # *List Macros* EXE_dependencies =
www.eeworm.com/read/217239/4874734

mak zipinfo.mak

.AUTODEPEND # *Translator Definitions* CC = bcc +ZIPINFO.CFG TASM = TASM TLINK = tlink # *Implicit Rules* .c.obj: $(CC) -c {$< } .cpp.obj: $(CC) -c {$< } # *List Macros* EXE_dependencies