代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2877621
f90 transfer_check_1.f90
! { dg-do compile }
! { dg-options -Wsurprising }
! PR fortran/33037
!
print *, transfer('x', 0, 20) ! { dg-warning "has partly undefined result" }
print *, transfer(1_1, 0) ! { dg-warning "has partly
www.eeworm.com/read/366702/2877706
f90 bounds_check_5.f90
! { dg-do run }
! This tests the fix for PR30190, in which the array reference
! in the associated statement would cause a segfault.
!
! Contributed by Tobias Burnus
!
TYPE par
www.eeworm.com/read/366702/2877710
f90 bounds_check_8.f90
! { dg-do run }
! { dg-options "-fbounds-check" }
! PR fortran/32036
program test
type t
integer, dimension (5) :: field
end type t
type (t), dimension (2) :: a
integer :: calls
type xy
www.eeworm.com/read/366702/2877751
f90 recursive_check_3.f90
! { dg-do compile }
!
module m1
contains
pure pure subroutine a1(b) ! { dg-error "Duplicate PURE attribute specified" }
real, intent(in) :: b ! { dg-error "Unexpected data declaration statement"
www.eeworm.com/read/366702/2877763
f90 bounds_check_10.f90
! { dg-do run }
! { dg-options "-fbounds-check" }
! { dg-shouldfail "Different CHARACTER lengths" }
! PR fortran/33254: No bounds checking for array constructors
program array_char
implicit none
chara
www.eeworm.com/read/366702/2877814
f90 bounds_check_3.f90
! { dg-do compile }
integer,parameter :: n = 5, m = 8
integer a(10), i
print *, a(15:14) ! don't warn
print *, a(14:15) ! { dg-warning "is out of bounds" }
print *, a(-5:-6) ! don't warn
www.eeworm.com/read/366702/2882025
h fp2-struct-check.h
/* Function definitions that are used by multiple tests. */
void checkSfd (Sfd x, double y)
{ if (x.f != y || x.d != y+1) DEBUG_CHECK }
void checkSfl (Sfl x, double y)
{ if (x.f != y || x.l != y+1)
www.eeworm.com/read/366513/2888019
svn-base hd-check.gif.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
www.eeworm.com/read/364434/2906199
svn-base check_altivec.c.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/364434/2906222
svn-base check_altivec.c.svn-base
/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Softw