HomeSort by: relevance | last modified time | path
    Searched defs:real_a_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
sizeof.f90 26 real*4, target, dimension (:), allocatable :: real_a_alloc variable
50 call test_sizeof (sizeof (real_a_alloc))
69 allocate (real_a_alloc(5))
88 real_alloc_a_p => real_a_alloc
99 real_a_alloc = (/1.1, 2.2, 3.3, 4.4, 5.5/)
104 deallocate (real_a_alloc)
sizeof.f90 26 real*4, target, dimension (:), allocatable :: real_a_alloc variable
50 call test_sizeof (sizeof (real_a_alloc))
69 allocate (real_a_alloc(5))
88 real_alloc_a_p => real_a_alloc
99 real_a_alloc = (/1.1, 2.2, 3.3, 4.4, 5.5/)
104 deallocate (real_a_alloc)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
sizeof.f90 26 real*4, target, dimension (:), allocatable :: real_a_alloc variable
50 call test_sizeof (sizeof (real_a_alloc))
69 allocate (real_a_alloc(5))
88 real_alloc_a_p => real_a_alloc
99 real_a_alloc = (/1.1, 2.2, 3.3, 4.4, 5.5/)
104 deallocate (real_a_alloc)
sizeof.f90 26 real*4, target, dimension (:), allocatable :: real_a_alloc variable
50 call test_sizeof (sizeof (real_a_alloc))
69 allocate (real_a_alloc(5))
88 real_alloc_a_p => real_a_alloc
99 real_a_alloc = (/1.1, 2.2, 3.3, 4.4, 5.5/)
104 deallocate (real_a_alloc)

Completed in 40 milliseconds