代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/375190/2730128
hpp perl_matcher_non_recursive.hpp
/*
*
* Copyright (c) 2002
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at h
www.eeworm.com/read/375190/2734208
cpp named_recursive_mutex_test.cpp
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2004-2007. Distributed under the Boost
// Software License, Version 1.0. (See accompany
www.eeworm.com/read/366702/2876090
f90 recursive_statement_functions.f90
! { dg-do compile }
! PR20866 - A statement function cannot be recursive.
! Contributed by Joost VandeVondele
!
! Modified 20051110 to check that regressions PR24655 and PR24755
! ar
www.eeworm.com/read/366702/2876299
f90 recursive_reference_1.f90
! { dg-do compile }
! Tests the patch for PR27613, in which directly recursive, scalar
! functions were generating an "unclassifiable statement" error
! for the recursive statement(s). This was subse
www.eeworm.com/read/366702/2877094
f90 recursive_check_2.f90
! { dg-do compile }
! PR fortran/26551
function func2()
integer func2
func2 = 42
return
entry c() result (foo)
foo = barbar()
return
entry b() result (bar)
bar = 12
return
con
www.eeworm.com/read/366702/2877312
f90 recursive_reference_2.f90
! { dg-do compile }
! Tests the fix for PR30876 in which interface derived types were
! not always being associated.
!
! Contributed by Joost VandeVondele
!
MODULE M1
CONTAINS
FUNCT
www.eeworm.com/read/366702/2877751
f90 recursive_check_3.f90
! { dg-do compile }
!
module m1
contains
pure pure subroutine a1(b) ! { dg-error "Duplicate PURE attribute specified" }
real, intent(in) :: b ! { dg-error "Unexpected data declaration statement"
www.eeworm.com/read/217873/14946104
in makefile.in
#
# Makefile for the common code library project.
# This probably requires GNU make.
#
SUBDIRS=rtp
all: all-recursive
all-recursive:
for s in $(SUBDIRS) ; do (cd $$s && $(MAKE)) || exit
www.eeworm.com/read/217873/14946511
in makefile.in
#
# Makefile for the common code library project.
# This probably requires GNU make.
#
SUBDIRS=src tests examples @OPTDOC@
all: all-recursive
all-recursive:
for s in $(SUBDIRS) ; do (cd