代码搜索:implicit

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

代码结果 5,250
www.eeworm.com/read/179587/5303406

java asn1implicit.java

/****************************************************************************** * * Copyright (c) 1999-2003 AppGate Network Security AB. All Rights Reserved. * * This file contains Original Code
www.eeworm.com/read/168845/5436178

cpp implicit_cast_fail.cpp

// Copyright David Abrahams 2003. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #inc
www.eeworm.com/read/162614/5517211

c implicit-typename3.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR c++/11039: Implicit typename warning in friend class declaration. template struct X { struct Y {
www.eeworm.com/read/162614/5517235

c implicit-typename1.c

// The -pedantic option must be omitted to trigger the crash. // { dg-do compile } // { dg-options "" } // PR c++/7982: Crash warning about implicit typename. // The base class refers to another type
www.eeworm.com/read/162614/5517263

c implicit-typename2.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR c++/11039: Implicit typename warning in friend class declaration. template struct X { struct Y {
www.eeworm.com/read/162614/5523377

f90 implicit_2.f90

! PR 13372 -- we incorrectly added a symbol for p, which broke implicit typing module t implicit none integer, parameter :: F = selected_real_kind(P = 6, R = 37) end module t
www.eeworm.com/read/162614/5523383

f90 implicit_1.f90

! Test implicit character declarations. ! This requires some coordination between the typespec and variable name range ! matchers to get it right. module implicit_1 integer, parameter :: x = 10 in
www.eeworm.com/read/162614/5526412

f90 implicit_5.f90

! PR fortran/21729 ! { dg-do compile } function f1 () ! { dg-error "has no IMPLICIT type" "f1" } implicit none end function f1 function f2 () result (r2) ! { dg-error "has no IMPLICIT type" "r2" } i
www.eeworm.com/read/162614/5526418

f90 implicit_3.f90

! { dg-do compile } ! Verify that INTERFACEs don't inherit the implicit types of the ! surrounding namespace. implicit complex (i-k) interface function f(k,l) ! k should be default INTEGER
www.eeworm.com/read/162614/5526420

f90 implicit_6.f90

! { dg-do compile } ! PR 24643 ! substring references on implicitly typed CHARACTER variables didn't work PROGRAM P IMPLICIT CHARACTER*8 (Y) YLOCAL='A' YBTABLE=YLOCAL(1