Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc711 tree tmp, malloc_result, null_result, res, malloc_tree; in gfc_call_malloc() local
727 malloc_tree = builtin_decl_explicit (BUILT_IN_MALLOC); in gfc_call_malloc()
731 malloc_tree, 1, size))); in gfc_call_malloc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c638 tree tmp, malloc_result, null_result, res, malloc_tree; in gfc_call_malloc() local
654 malloc_tree = builtin_decl_explicit (BUILT_IN_MALLOC); in gfc_call_malloc()
658 malloc_tree, 1, size))); in gfc_call_malloc()