代码搜索:implicit

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

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

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/233448/4678896

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/233448/4681652

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/233448/4681656

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/233448/4681685

f90 implicit_2.f90

! { dg-do compile } module implicit_2 ! This should cause an error if function types are resolved from the ! module namespace. implicit none type t integer i end type contains ! This ca
www.eeworm.com/read/233448/4681702

f90 implicit_1.f90

! { dg-do compile } ! PR 13575 -- we used to not see that c0 has no type, and then ICE later module AHFinder_dat implicit none save c0 ! { dg-error "no IMPLICIT type" "no IMPLICIT type" } end module
www.eeworm.com/read/221464/4832195

cpp implicit_cast_fail.cpp

// Copyright David Abrahams 2003. Permission to copy, use, // modify, sell and distribute this software is granted provided this // copyright notice appears in all copies. This software is provided
www.eeworm.com/read/183001/5260096

pgc test_thread_implicit.pgc

/* * Thread test program * by Lee Kindness. */ /* #define ECPGDEBUG */ #include #include void *test_thread(void *arg); EXEC SQL BEGIN DECLARE SECTION; char *l_dbname; EXE
www.eeworm.com/read/183001/5260242

out select_implicit_1.out

-- -- SELECT_IMPLICIT -- Test cases for queries with ordering terms missing from the target list. -- This used to be called "junkfilter.sql". -- The parser uses the term "resjunk" to handle these case
www.eeworm.com/read/183001/5260255

out select_implicit_2.out

-- -- SELECT_IMPLICIT -- Test cases for queries with ordering terms missing from the target list. -- This used to be called "junkfilter.sql". -- The parser uses the term "resjunk" to handle these case