代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/233448/4681576
f90 pr18392.f90
! { dg-do run }
! pr 18392
! test namelist with derived types
! Based on example provided by thomas.koenig@online.de
program pr18392
implicit none
type foo
integer a
real b
end type f
www.eeworm.com/read/233448/4681591
f90 array-1.f90
! { dg-do run }
! PR 15553 : the array used to be filled with garbage
! this problem disappeared between 2004-05-20 and 2004-09-15
program arrpack
implicit none
double precision x(10,10)
inte
www.eeworm.com/read/233448/4681696
f90 pr17164.f90
! { dg-do run }
! pr17164
! index aborts when substring is longer than string
implicit none
character*5 x
integer i
x='12345'
i=index(x,'blablabl')
if (i.ne.0) call
www.eeworm.com/read/221464/4831644
cpp vector_indexing_suite.cpp
#include
#include
#include
#include
using namespace boost::py
www.eeworm.com/read/221464/4831759
cpp map_indexing_suite.cpp
#include
#include
#include
#include
using namespace boost::pytho
www.eeworm.com/read/190666/5173168
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/190666/5173952
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/190666/5176166
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/180137/5289698
asn tstodr.asn
-- Small ASN.1 spec for tstodr test
-- $Id: tstodr.asn,v 1.1 2003/05/06 10:08:30 adam Exp $
tstodrcodec
{tstodrcodec} DEFINITIONS ::=
BEGIN
MySequence ::= SEQUENCE {
first [1] IMPLICIT INTEGER,
seco
www.eeworm.com/read/162614/5518944
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