代码搜索:implicit

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

代码结果 5,250
www.eeworm.com/read/233448/4686380

c c99-impl-decl-1.c

/* Test for implicit function declaration: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ void foo (vo
www.eeworm.com/read/190666/5179429

c c90-impl-decl-1.c

/* Test for implicit function declaration: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ void foo (vo
www.eeworm.com/read/190666/5179690

c c90-impl-int-1.c

/* Test for implicit int: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ extern foo; bar (void) { }
www.eeworm.com/read/190666/5180035

c c99-impl-decl-1.c

/* Test for implicit function declaration: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ void foo (vo
www.eeworm.com/read/162614/5523325

f90 intrinsic_sign.f90

! Program to test SIGN intrinsic program intrinsic_sign implicit none integer i, j real r, s i = 2 j = 3 if (sign (i, j) .ne. 2) call abort i = 4 j = -5 if (sign (i, j) .ne
www.eeworm.com/read/162614/5526064

f90 bound_1.f90

! { dg-do run } implicit none type test_type integer, dimension(5) :: a end type test_type type (test_type), target :: tt(2) integer i i = ubound(tt(1)%a, 1) if (i/=5) call abort(
www.eeworm.com/read/162614/5526191

f90 char_unpack_2.f90

! Test unpack1 for character arrays. ! { dg-do run } program main implicit none integer, parameter :: n1 = 3, n2 = 4, nv = 10, slen = 9 character (len = slen) :: field character (len = slen),
www.eeworm.com/read/162614/5526208

f90 array_alloc_3.f90

! Like array_alloc_1.f90, but check multi-dimensional arrays. ! { dg-do run } program main implicit none call test ((/ 3, 4, 5 /), f ((/ 3, 4, 5 /))) contains subroutine test (expected, x) i
www.eeworm.com/read/340665/3280276

c c90-impl-decl-1.c

/* Test for implicit function declaration: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ void foo (vo
www.eeworm.com/read/340665/3280630

c c90-impl-int-1.c

/* Test for implicit int: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ extern foo; bar (void) { }