Searched refs:ATTR_NOTHROW_LEAF_MALLOC_LIST (Results 1 – 3 of 3) sorted by relevance
536 #define ATTR_NOTHROW_LEAF_MALLOC_LIST (ECF_NOTHROW | ECF_LEAF | ECF_MALLOC) macro968 "malloc", ATTR_NOTHROW_LEAF_MALLOC_LIST); in gfc_init_builtin_functions()973 "calloc", ATTR_NOTHROW_LEAF_MALLOC_LIST); in gfc_init_builtin_functions()
542 #define ATTR_NOTHROW_LEAF_MALLOC_LIST (ECF_NOTHROW | ECF_LEAF | ECF_MALLOC) macro979 "malloc", ATTR_NOTHROW_LEAF_MALLOC_LIST); in gfc_init_builtin_functions()984 "calloc", ATTR_NOTHROW_LEAF_MALLOC_LIST); in gfc_init_builtin_functions()
437 * f95-lang.c (ATTR_NOTHROW_LEAF_MALLOC_LIST): New macro.