代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2876381
f90 parent_result_ref_1.f90
! { dg-do run }
! Tests the fix for PR19546 in which an ICE would result from
! setting the parent result in a contained procedure.
! From the testcase of Francois-Xavier Coudert/Tobias Schlueter
www.eeworm.com/read/366702/2876387
f90 parent_result_ref_4.f90
! { dg-do run }
! Tests the fix for PR19546 in which an ICE would result from
! setting the parent result in a contained procedure.
! Check that parent function results can be referenced in module
www.eeworm.com/read/366702/2876431
f90 entry_dummy_ref_1.f90
! { dg-do compile }
! Tests fix for PR25090 in which references in specification
! expressions to variables that were not entry formal arguments
! would be missed.
!
! Contributed by Joost VandeVondel
www.eeworm.com/read/366702/2876433
f90 parameter_array_ref_1.f90
! { dg-do compile }
!
! PR fortran/32906 - Parameter array ... cannot be automatic or assumed shape
!
! Testcase contributed by Florian Ladstaedter
!
program test_program
intege
www.eeworm.com/read/366702/2876977
f90 entry_dummy_ref_2.f90
! { dg-do compile }
! Tests fix for PR25058 in which references to dummy
! parameters before the entry would be missed.
!
! Contributed by Joost VandeVondele
!
MODULE M1
CONTAINS
FU
www.eeworm.com/read/366702/2877367
f90 parent_result_ref_3.f90
! { dg-do run }
! Tests the fix for PR19546 in which an ICE would result from
! setting the parent result in a contained procedure.
! Check that parent alternate entry results can be referenced.
www.eeworm.com/read/366702/2881083
c wstrict-aliasing-bogus-ref-all.c
/* { dg-do compile } */
/* { dg-options "-O2 -Wall" } */
struct g { long a; };
unsigned long f(struct g *a) { return *(unsigned long *)&a->a; }
struct A
{
void *a;
};
int g(const struct A *x, lon
www.eeworm.com/read/351636/3100393
cxx wrap_vnl_matrix_fixed_ref.cxx
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: wrap_vnl_matrix_fixed_ref.cxx,v $
Lan
www.eeworm.com/read/351636/3100812
cmake wrap_vnl_matrix_fixed_ref.cmake
# auto include feature must be disable because the class is not in the file
# with the same name
SET(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
WRAP_INCLUDE("vnl/vnl_matrix_fixed_ref.h")
WRAP_CLASS("vnl_
www.eeworm.com/read/351636/3102417
cxx vnl_matrix_ref+vnl_rational-.cxx
#include
#include
#include
template class vnl_matrix_ref;