代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/240162/4580124
c explicit-instantiation2.c
// Bug 10968: implicit instantiation overrides explicit instantiation
// { dg-final { scan-assembler "_Z1fIiET_S0_" } }
template T f (T t) { return t; }
inline void g () { f (4); }
template
www.eeworm.com/read/233522/4667823
txx vcl_algorithm.txx
#ifndef vcl_algorithm_txx_
#define vcl_algorithm_txx_
// -*- c++ -*-
#include "vcl_algorithm.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_algorithm.txx"
#elif !VCL_USE_NATIVE_STL
#
www.eeworm.com/read/233522/4667903
txx vcl_functional.txx
#ifndef vcl_functional_txx_
#define vcl_functional_txx_
// -*- c++ -*-
#include "vcl_functional.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_functional.txx"
#elif !VCL_USE_NATIVE_STL
www.eeworm.com/read/233448/4672790
c explicit-instantiation2.c
// Bug 10968: implicit instantiation overrides explicit instantiation
// { dg-final { scan-assembler "_Z1fIiET_S0_" } }
template T f (T t) { return t; }
inline void g () { f (4); }
template
www.eeworm.com/read/233448/4678701
f90 adjustr.f90
! pr 15294 - [gfortran] ADJUSTR intrinsic accesses corrupted pointer
!
program test_adjustr
implicit none
integer test_cases
parameter (test_cases=13)
integer i
character(len=10) s1(test_c
www.eeworm.com/read/233448/4678789
f90 strcommon_1.f90
! PR14081 character variables in common blocks.
subroutine test1
implicit none
common /block/ c
character(len=12) :: c
if (c .ne. "Hello World") call abort
end subroutine
subroutine test2
www.eeworm.com/read/233448/4681596
f90 char_pointer_func.f90
! { dg-do run }
program char_pointer_func
! Test assignments from character pointer functions, required
! to fix PR17192 and PR17202
! Provided by Paul Thomas pault@gcc.gnu.org
implicit none
chara
www.eeworm.com/read/233448/4681683
f90 inquire.f90
! { dg-do run }
! check to see that you cannot open a direct access file
! for sequential i/o.
! derived from NIST test fm910.for
IMPLICIT NONE
CHARACTER*10 D4VK
OPEN(UNIT=7, A
www.eeworm.com/read/229812/4743006
mh evcb.mh
/*
* evcb.h Sync Stream Manager Event Control Block include file.
*
:include crwatcnt.sp
*/
:include readonly.sp
#define EVENT_SYNC 1
#define EVENT_RESERVED 2
#define EVENT_IMPLICIT
www.eeworm.com/read/162614/5523166
f90 adjustr.f90
! pr 15294 - [gfortran] ADJUSTR intrinsic accesses corrupted pointer
!
program test_adjustr
implicit none
integer test_cases
parameter (test_cases=13)
integer i
character(len=10) s1(test_c