代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/366702/2865227
c 3dnowa-2.c
/* { dg-do assemble } */
/* { dg-options "-O0 -Werror-implicit-function-declaration -march=k8 -m3dnow" } */
/* Test that the intrinsics compile without optimization. All of them are
defined as in
www.eeworm.com/read/366702/2865236
c 3dnowa-1.c
/* { dg-do assemble } */
/* { dg-options "-O2 -Werror-implicit-function-declaration -march=k8 -m3dnow" } */
/* Test that the intrinsics compile with optimization. All of them are
defined as inlin
www.eeworm.com/read/366702/2866738
c elision.c
// I, Howard Hinnant, hereby place this code in the public domain.
// Test: Implicit cast to rvalue when eliding copy
// { dg-do compile }
// { dg-options "-std=c++0x" }
template struct sa;
www.eeworm.com/read/366702/2866868
c elision_neg.c
// I, Howard Hinnant, hereby place this code in the public domain.
// Test: Implicit cast to rvalue when eliding copy
// { dg-do compile }
// { dg-options "-std=c++0x" }
template struct sa;
www.eeworm.com/read/366702/2868371
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
www.eeworm.com/read/366702/2869442
c instan1.c
// { dg-do link }
// { dg-options "-fno-implicit-templates" }
// Origin: Mark Mitchell
template
struct U {
static int j;
};
template
struct S {
stati
www.eeworm.com/read/366702/2873177
f90 data_2.f90
! Check more array variants of the data statement
program data_2
implicit none
type t
integer i
end type t
integer, dimension(3) :: a
type (t), dimension(3) :: b
integer, dimension(2,2
www.eeworm.com/read/366702/2873183
f90 where_8.f90
program where_8
implicit none
type t
logical valid
integer :: s
integer, dimension(8) :: p
end type
type (t), dimension (5) :: v
integer i
v(:)%valid = (/.true., .true., .fals
www.eeworm.com/read/366702/2873261
f90 intrinsic_bitops.f90
! Program to test intrinsic bitops
program intrinsic_bitops
implicit none
integer(kind=4) :: i, j, k, o, t
integer(kind=8) :: a, b, c
o = 0
i = 2
j = 3
k = 12
a = 5
if
www.eeworm.com/read/366702/2873290
f90 iolength_1.f90
! Test that IOLENGTH works for dynamic arrays
program iolength_1
implicit none
! 32 bit, i.e. 4 byte integer (every gcc architecture should have this?)
integer, parameter :: int32 = selected_int