Home
last modified time | relevance | path

Searched refs:ECF_MALLOC (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h63 #define ECF_MALLOC (1 << 4) macro
Dlto-cgraph.cc284 bp_pack_value (&bp, (flags & ECF_MALLOC) != 0, 1); in lto_output_edge()
1506 ecf_flags |= ECF_MALLOC; in input_edge()
Dcalls.cc812 flags |= ECF_MALLOC; in flags_from_decl_or_type()
3123 if (pass && (flags & ECF_MALLOC)) in expand_call()
3655 if (pass && (flags & ECF_MALLOC)) in expand_call()
Dipa-split.cc1718 & (ECF_NORETURN|ECF_MALLOC)) in execute_split_functions()
Dgimple.cc1653 if (gimple_call_flags (stmt) & ECF_MALLOC) in gimple_call_return_flags()
Dtrans-mem.cc1484 if (stmt && is_gimple_call (stmt) && gimple_call_flags (stmt) & ECF_MALLOC) in thread_private_new_memory()
Dipa-modref.cc865 && gimple_call_flags (call) & ECF_MALLOC) in parm_map_for_ptr()
Dtree.cc9624 if (flags & ECF_MALLOC) in set_call_expr_flags()
9738 = ECF_MALLOC | ECF_LEAF | (flag_stack_check ? 0 : ECF_NOTHROW); in build_common_builtin_nodes()
DChangeLog-200815101 handle calls from ECF_MALLOC functions.
15102 (handle_pure_call): ECF_MALLOC functions do not return
DChangeLog.tree-ssa5680 * calls.c (special_function_p): Do not check for ECF_MALLOC.
DChangeLog-200023369 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
DChangeLog-200326749 functions any longer. ECF_MALLOC is set via built-in attributes.
DChangeLog-201335395 the pointer returned by calls with ECF_MALLOC set.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc550 ECF_NOTHROW | ECF_MALLOC | ECF_COLD, ECF_TM_PURE); in do_allocate_exception()
DChangeLog-20131502 and _ITM_cxa_allocate_exception are ECF_NOTHROW | ECF_MALLOC