代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2876170
f90 save_parameter.f90
! { dg-do compile }
! PR fortran/32633 - implied SAVE conflicts with parameter attribute
! Testcase contributed by: Joost VandeVondele
MODULE test
CHARACTER(len=1), PARAMETER :: b
www.eeworm.com/read/366702/2877327
f90 parameter_save.f90
! { dg-do compile }
! PR 20848 - parameter and save should conflict.
integer, parameter, save :: x=0 ! { dg-error "conflicts" }
integer, save :: y
parameter (y=42) ! { dg-error "conflicts" }
www.eeworm.com/read/366702/2877584
f90 parameter_unused.f90
! { dg-do compile }
! { dg-options "-Wunused-parameter" }
!
! PR fortran/31129 - No warning on unused parameters
!
program fred
integer,parameter :: j = 9 ! { dg-warning "Unused parameter" }
end
www.eeworm.com/read/366702/2882371
c wmissing-parameter-type-no.c
/* Test that we can disable -Wmissing-parameter-type */
/* { dg-do compile } */
/* { dg-options "-Wall -Wextra -Wno-missing-parameter-type" } */
int foo(bar) { return bar;} /* { dg-bogus "type of 'ba
www.eeworm.com/read/366702/2884568
c wmissing-parameter-type.c
/* { dg-do compile } */
/* { dg-options "-Wmissing-parameter-type" } */
int foo(bar) { return bar; } /* { dg-warning "type of 'bar' defaults to 'int'" } */
www.eeworm.com/read/357329/3016421
set r_parameter_order.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=.\Debug
www.eeworm.com/read/357329/3016423
rc r_parameter_order.rc
# Begin Project
# Begin SubItem "R_Parameter_Order Resources"
# End SubItem
# End Project
www.eeworm.com/read/357329/3016424
h r_parameter_order.h
#ifndef __R_PARAMETER_ORDER_H__
#define __R_PARAMETER_ORDER_H__
// write your header here
#endif
www.eeworm.com/read/357329/3016425
env r_parameter_order.env
[TRACE_BUFFER]
Enable=0
SaveOPOnly=0
Size=65535
Offset=0
LAScale=0
[PASSPOINT]
Result File=.\Passpoint_Result.txt
Register File=.\Passpoint_Register.txt
[General]
Device=0
Timer=2457600
www.eeworm.com/read/357329/3016426
spj r_parameter_order.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project