Home
last modified time | relevance | path

Searched refs:ftn_tree (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c9497 tree ftn_tree; in structure_alloc_comps() local
9548 ftn_tree = builtin_decl_explicit (BUILT_IN_MALLOC); in structure_alloc_comps()
9549 tmp = build_call_expr_loc (input_location, ftn_tree, 1, size); in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc9689 tree ftn_tree; in structure_alloc_comps() local
9740 ftn_tree = builtin_decl_explicit (BUILT_IN_MALLOC); in structure_alloc_comps()
9741 tmp = build_call_expr_loc (input_location, ftn_tree, 1, size); in structure_alloc_comps()