代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/168845/5433522
ipp boost_no_dep_nested_class.ipp
// (C) Copyright John Maddock 2001.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http
www.eeworm.com/read/168845/5433565
cpp no_dep_nested_class_fail.cpp
// This file was automatically generated on Fri Dec 03 18:04:01 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to
www.eeworm.com/read/162614/5526127
f90 nested_modules_5.f90
! { dg-do compile }
!
! Test for supplementary fix to PR24409 - the name clash between the module
! variable and the interface formal argument would cause an ICE.
!
! Contributed by Paul Thomas
www.eeworm.com/read/162614/5526153
f90 nested_modules_4.f90
! { dg-do compile }
!
! Test for the fix to PR24409 - the name clash between the module
! name and the interface formal argument would cause an ICE.
!
! Contributed by Paul Thomas
www.eeworm.com/read/162614/5526164
f90 nested_modules_1.f90
! { dg-do run }
!
! This tests that common blocks function with multiply nested modules.
! Contributed by Paul Thomas
!
module mod0
complex(kind=8) FOO, KANGA
www.eeworm.com/read/162614/5526168
f90 nested_modules_2.f90
! { dg do-run }
! This tests the patch for PR16861.
!
! Contributed by Paul Thomas
!
module foo
INTEGER :: i
end module foo
module bar
contains
subroutine sub1 (j)
use foo
int
www.eeworm.com/read/162614/5526339
f90 nested_modules_3.f90
! { dg-do run }
!
! This tests the improved version of the patch for PR16861. Testing
! after committing the first version, revealed that this test did
! not work but was not regtested for, either.
!
www.eeworm.com/read/162614/5526521
f90 where_nested_1.f90
! { dg-do compile }
! PR 25423: Nested WHERE constructs.
program nested_where
implicit none
integer :: a(4)
logical :: mask1(4) = (/.TRUE., .TRUE., .FALSE., .FALSE./), &
ma