Home
last modified time | relevance | path

Searched refs:ECF_LIBCALL_BLOCK (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDcalls.c1018 *ecf_flags &= ~(ECF_CONST | ECF_LIBCALL_BLOCK); in initialize_argument_information()
1054 *ecf_flags &= ~(ECF_CONST | ECF_LIBCALL_BLOCK); in initialize_argument_information()
1056 *ecf_flags &= ~(ECF_CONST | ECF_PURE | ECF_LIBCALL_BLOCK); in initialize_argument_information()
1112 *ecf_flags &= ~ECF_LIBCALL_BLOCK; in initialize_argument_information()
1249 if ((flags & ECF_LIBCALL_BLOCK) == 0 && !ACCUMULATE_OUTGOING_ARGS) in precompute_arguments()
1256 if ((flags & ECF_LIBCALL_BLOCK) == 0 in precompute_arguments()
2016 flags &= ~(ECF_CONST | ECF_PURE | ECF_LIBCALL_BLOCK); in expand_call()
2169 flags &= ~ECF_LIBCALL_BLOCK; in expand_call()
2306 if (pass && (flags & ECF_LIBCALL_BLOCK)) in expand_call()
2315 if (pass && (flags & (ECF_LIBCALL_BLOCK | ECF_MALLOC))) in expand_call()
[all …]
HDtree.h4533 #define ECF_LIBCALL_BLOCK 512 macro
HDChangeLog-2001423 * calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for
467 * calls.c (ECF_LIBCALL_BLOCK): New constant.
470 emit_library_call_value_1): Use ECF_LIBCALL_BLOCK
HDChangeLog-200313409 * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK
HDChangeLog-20057021 * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.
HDChangeLog-20043717 (ECF_LIBCALL_BLOCK): Everybody slide down one.