代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/470720/1451750
c c90-impl-int-2.c
/* Test for implicit int: in C90 only. Function parameters in old-style
function definition.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1
www.eeworm.com/read/470693/1457983
c typename11.c
// Build don't link:
// Special g++ Options: -Wno-deprecated
template
struct S {
struct X {};
};
template
S::X f(T, U) { // WARNING - implicit typ
www.eeworm.com/read/470693/1460359
f 970915-0.f
* fixed by patch to safe_from_p to avoid visiting any SAVE_EXPR
* node twice in a given top-level call to it.
* (JCB com.c patch of 1998-06-04.)
SUBROUTINE TSTSIG11
IMPLICIT COMPLEX (A-Z)
www.eeworm.com/read/470693/1463657
c c99-impl-int-2.c
/* Test for implicit int: in C90 only. Function parameters in old-style
function definition.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1
www.eeworm.com/read/470693/1463696
c c90-impl-int-2.c
/* Test for implicit int: in C90 only. Function parameters in old-style
function definition.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1
www.eeworm.com/read/455847/1608677
nc mlme_igame.nc
/**
* MLME-iGAME-Service Access Point
*
* @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
* @author Andre Cunha
* A. Koub鈇, M. Alves, E. Tovar " i-GAME: An Implicit GTS Allocati
www.eeworm.com/read/240162/4583566
f 970915-0.f
* fixed by patch to safe_from_p to avoid visiting any SAVE_EXPR
* node twice in a given top-level call to it.
* (JCB com.c patch of 1998-06-04.)
SUBROUTINE TSTSIG11
IMPLICIT COMPLEX (A-Z)
www.eeworm.com/read/233522/4668035
txx vcl_list.txx
#ifndef vcl_list_txx_
#define vcl_list_txx_
// -*- c++ -*-
#include "vcl_list.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_list.txx"
#elif !VCL_USE_NATIVE_STL
# include "emulation/v
www.eeworm.com/read/233448/4678681
f90 nestcons.f90
! Program to test array expressions in array constructors.
program nestcons
implicit none
integer, parameter :: w1(3)= (/ 5, 6, 7/)
integer, dimension(6) :: w2
w2 = (/ 1, 2, w1(3:1:-1)
www.eeworm.com/read/233448/4678745
f90 intrinsic_minmax.f90
! Program to test min and max intrinsics
program intrinsic_minmax
implicit none
integer i, j, k, m
real r, s, t, u
i = 1
j = -2
k = 3
m = 4
if (min (i, k) .ne. 1) call abort