代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/399451/2360403
properties i3-label_zh_cn.properties
#--------------------#
# Label for zkdemo #
#--------------------#
username=用户
password=密码
www.eeworm.com/read/399451/2360405
properties i3-label_zh_tw.properties
#--------------------#
# Label for zkdemo #
#--------------------#
username=用戶
password=密碼
www.eeworm.com/read/366702/2876001
f03 binding_label_tests_14.f03
! { dg-do run }
subroutine display() bind(c)
implicit none
end subroutine display
program main
implicit none
interface
subroutine display() bind(c)
end subroutine display
end interf
www.eeworm.com/read/366702/2876230
f03 binding_label_tests_9.f03
! { dg-do compile }
module x
use iso_c_binding
implicit none
private :: bar ! { dg-warning "PRIVATE but has been given the binding label" }
private :: my_private_sub
private :: my_private_su
www.eeworm.com/read/366702/2876841
f03 binding_label_tests_3.f03
! { dg-do compile }
program main
use iso_c_binding
interface
subroutine p1(f, a1, a2, a3, a4) bind(c, name='printf') ! { dg-error "collides" }
import :: c_ptr, c_int, c_double
typ
www.eeworm.com/read/366702/2876847
f03 binding_label_tests_2.f03
! { dg-do compile }
module binding_label_tests_2
contains
! this is just here so at least one of the subroutines will be accepted so
! gfortran doesn't give an Extension warning when using -pedan
www.eeworm.com/read/366702/2876882
f03 binding_label_tests_8.f03
! { dg-do compile }
module binding_label_tests_8
use, intrinsic :: iso_c_binding, only: c_int
integer(c_int), bind(c, name='my_f90_sub') :: my_c_int ! { dg-error "collides" }
contains
subroutin
www.eeworm.com/read/366702/2876894
f03 binding_label_tests_12.f03
! { dg-do run }
! This verifies that the compiler will correctly accpet the name="", write out
! an empty string for the binding label to the module file, and then read it
! back in. Also, during gfc
www.eeworm.com/read/366702/2876922
f03 binding_label_tests_6.f03
! { dg-do compile }
module binding_label_tests_6
use, intrinsic :: iso_c_binding
integer(c_int), bind(c, name='my_int') :: my_f90_int_1 ! { dg-error "collides" }
integer(c_int), bind(c, name='my