代码搜索:implicit

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

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

c typename6.c

// We don't try to make implicit typename handle this case. // Build don't link: // Special g++ Options: template struct A { typedef T A_Type; }; template struct B : public A
www.eeworm.com/read/470720/1448397

f 19990419-0.f

* Test case Toon submitted, cut down to expose the one bug. * Belongs in compile/. SUBROUTINE INIERS1 IMPLICIT LOGICAL(L) COMMON/COMIOD/ NHIERS1, LERS1 inquire(nhiers1, exist
www.eeworm.com/read/470693/1456789

c friend18.c

// { dg-do run } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 26 Mar 2003 // PR 10158. implicit inline template friends ICE'd temp
www.eeworm.com/read/470693/1457324

c instan1.c

// Build don't run: // Origin: Mark Mitchell // Special g++ Options: -fno-implicit-templates template struct U { static int j; }; template struct S {
www.eeworm.com/read/470693/1458108

c typename6.c

// We don't try to make implicit typename handle this case. // Build don't link: // Special g++ Options: template struct A { typedef T A_Type; }; template struct B : public A
www.eeworm.com/read/470693/1460343

f 19990419-0.f

* Test case Toon submitted, cut down to expose the one bug. * Belongs in compile/. SUBROUTINE INIERS1 IMPLICIT LOGICAL(L) COMMON/COMIOD/ NHIERS1, LERS1 inquire(nhiers1, exist
www.eeworm.com/read/460526/1560704

f90 utility.f90

module UTILITY implicit none contains ! 把value限制到min到max之间 subroutine Bound(min,max,value) integer min,max,value if ( valuemax ) value=max end subrout
www.eeworm.com/read/460526/1560709

f90 nutility.f90

module defoperator use typedef implicit none interface assignment(=) module procedure vector2i_assign_vector2f module procedure vector2f_assign_vector2i end interface interface o
www.eeworm.com/read/240162/4579914

c friend18.c

// { dg-do run } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 26 Mar 2003 // PR 10158. implicit inline template friends ICE'd temp
www.eeworm.com/read/240162/4580567

c instan1.c

// { dg-do link } // { dg-options "-fno-implicit-templates" } // Origin: Mark Mitchell template struct U { static int j; }; template struct S { stati