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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
function-calls.f90 198 type(cart_nd) :: c_nd variable in program:function_calls
212 c_nd%x = 4
213 allocate(c_nd%d(4))
214 c_nd%d = 6
227 integer_return = pass_cart_nd(c_nd)
242 deallocate(c_nd%d) ! post_init
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
function-calls.f90 198 type(cart_nd) :: c_nd variable in program:function_calls
212 c_nd%x = 4
213 allocate(c_nd%d(4))
214 c_nd%d = 6
227 integer_return = pass_cart_nd(c_nd)
242 deallocate(c_nd%d) ! post_init

Completed in 34 milliseconds