代码搜索:REF

找到约 10,000 项符合「REF」的源代码

代码结果 10,000
www.eeworm.com/read/375190/2734928

cpp has_tr1_ref_wrap_pass.cpp

// This file was automatically generated on Sat Jul 12 12:39:32 2008 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-4. // Use, modification and distribution are subject to the
www.eeworm.com/read/366702/2865529

c wstrict-aliasing-float-ref-int-obj.c

/* { dg-do compile } */ /* { dg-options "-O2 -Wstrict-aliasing -fstrict-aliasing" } */ int foo() { int x; float& q = reinterpret_cast (x); /* { dg-warning "type-punn" } */ q = 1.0;
www.eeworm.com/read/366702/2876000

f90 derived_comp_array_ref_7.f90

! { dg-do run } ! Check the fix for PR32129 #4 in which the argument 'vec(vy(i, :))' was ! incorrectly simplified, resulting in an ICE. ! ! Reported by Francois-Xavier Coudert
www.eeworm.com/read/366702/2876014

f90 derived_comp_array_ref_6.f90

! { dg-do compile } ! Check the fix for PR32129 in which the argument 'vec(vy(i, :))' was ! incorrectly simplified, resulting in an ICE and a missed error. ! ! Reported by Tobias Burnus
www.eeworm.com/read/366702/2876350

f90 derived_comp_array_ref_3.f90

! { dg-do run } ! Tests the fix for PR33337, which was partly associated with ! the problem in PR31564 and, in addition, the parentheses in ! the initialization expression for the_chi_square. ! ! Cont
www.eeworm.com/read/366702/2876444

f90 derived_comp_array_ref_1.f90

! { dg-do run } ! Tests the fix for PR27411, in which the array reference on line ! 18 caused an ICE because the derived type, rather than its integer ! component, was appearing in the index expressio
www.eeworm.com/read/366702/2876487

f90 derived_comp_array_ref_4.f90

! { dg-do run } ! Tests the fix for PR33376, which was a regression caused by the ! fix for PR31564. ! ! Contributed by Harald Anlauf ! module foo implicit none public chk type
www.eeworm.com/read/366702/2877544

f90 derived_comp_array_ref_5.f90

! { dg-do compile } ! Tests the fix for PR33566, in which the first variable array ref ! to v1 would cause an incompatible ranks error and the second an ICE. ! ! Contributed by Mikael Morin
www.eeworm.com/read/366702/2877651

f90 derived_comp_array_ref_2.f90

! { dg-do run } ! Tests the fix for PR31564, in which the actual argument to ! the call for set_bound was simplified when it should not be. ! ! Contributed by Michael Richmond
www.eeworm.com/read/366702/2883765

c wstrict-aliasing-bogus-ref-all-2.c

/* { dg-do compile } */ /* { dg-options "-O2 -Wall" } */ typedef long long __m128i __attribute__ ((__vector_size__ (16), __may_alias__)); extern __inline __m128i __attribute__((__gnu_inline__, __alw