代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/433911/1878033

sln memory_usage_vc8_static.sln

 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 # $Id: VC8WorkspaceCreator.pm 1456 2008-07-18 16:05:54Z elliott_c $ # # This file was generated by MPC. Any chan
www.eeworm.com/read/433911/1878044

sln memory_usage_vc71_static.sln

Microsoft Visual Studio Solution File, Format Version 8.00 # # $Id: VC71WorkspaceCreator.pm 1456 2008-07-18 16:05:54Z elliott_c $ # # This file was generated by MPC. Any changes made directly to
www.eeworm.com/read/433911/1878045

sln memory_usage_vc9_static.sln

 Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 # $Id: VC9WorkspaceCreator.pm 1439 2008-07-10 14:31:19Z elliott_c $ # # This file was generated by MPC. Any cha
www.eeworm.com/read/366702/2875999

c bind_c_usage_10_c.c

/* Check BIND(C) for ENTRY PR fortran/34079 To be linked with bind_c_usage_10.f03 */ void mySub1(int *); void mySub3(int *); void mySubEnt2(float *); void mySubEnt3(float *); void sub4ent(float
www.eeworm.com/read/366702/2876267

f03 bind_c_usage_5.f03

! { dg-do compile } module bind_c_usage_5 use, intrinsic :: iso_c_binding bind(c) c3, c4 integer(c_int), bind(c) :: c3 ! { dg-error "Duplicate BIND attribute" } integer(c_int) :: c4 end module bind_
www.eeworm.com/read/366702/2876341

f03 bind_c_usage_13.f03

! { dg-do compile } ! { dg-options "-fdump-tree-original" } ! ! PR fortran/34079 ! Character bind(c) arguments shall not pass the length as additional argument ! subroutine multiArgTest() implicit
www.eeworm.com/read/366702/2876345

f03 bind_c_usage_7.f03

! { dg-do compile } module x use iso_c_binding implicit none contains function bar() bind(c) ! { dg-error "cannot be an array" } integer(c_int) :: bar(5) end function bar function my_st