代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/454054/7402031
asm writing_protected_seems.asm
;author nickname=Rek>pth status="
www.eeworm.com/read/407529/11417820
pdf protected mode of intel.pdf
www.eeworm.com/read/305277/3778813
scala protected-t1010.scala
/** Check protected accessors involving polymorphic methods. */
package pkg2 {
trait PresentationsX extends pkg1.Presentations {
trait ProjectImpl extends super.ProjectImpl {
trait FileImpl
www.eeworm.com/read/366702/2872686
ads pointer_protected_p.ads
package pointer_protected_p is
type T;
type Ptr is access protected procedure (Data : T);
type T is record
Data : Ptr;
end record;
end pointer_protected_p;
www.eeworm.com/read/366702/2876057
f90 protected_5.f90
! { dg-do compile }
! { dg-shouldfail "Invalid Fortran 2003 code" }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allo
www.eeworm.com/read/366702/2876586
f90 protected_4.f90
! { dg-do compile }
! { dg-shouldfail "Invalid Fortran 2003 code" }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allo
www.eeworm.com/read/366702/2876587
f90 protected_2.f90
! { dg-do run }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allowed.
! Outside (use-associated): For pointers, their
www.eeworm.com/read/366702/2876770
f90 protected_3.f90
! { dg-options "-std=f95 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allowed.
! Outside (use-associated): For pointers, their association statu
www.eeworm.com/read/366702/2877384
f90 protected_6.f90
! { dg-do compile }
! { dg-shouldfail "Invalid Fortran 2003 code" }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allo
www.eeworm.com/read/366702/2877689
f90 protected_1.f90
! { dg-do run }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allowed.
! Outside (use-associated): For pointers, their