Home
last modified time | relevance | path

Searched refs:ecf_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcalls.c268 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
326 if ((ecf_flags & ECF_SIBCALL) in emit_call_1()
363 if (ecf_flags & ECF_PURE) in emit_call_1()
375 if (ecf_flags & (ECF_CONST | ECF_PURE)) in emit_call_1()
380 if (ecf_flags & ECF_NOTHROW) in emit_call_1()
395 if (ecf_flags & ECF_NORETURN) in emit_call_1()
399 if (ecf_flags & ECF_RETURNS_TWICE) in emit_call_1()
439 && ! (ecf_flags & (ECF_CONST | ECF_PURE))) in emit_call_1()
928 int *must_preallocate, int *ecf_flags, in initialize_argument_information() argument
1054 *ecf_flags &= ~(ECF_CONST | ECF_LIBCALL_BLOCK); in initialize_argument_information()
[all …]
H A Dtree.c6669 const char *library_name, int ecf_flags) in local_define_builtin() argument
6675 if (ecf_flags & ECF_CONST) in local_define_builtin()
6677 if (ecf_flags & ECF_PURE) in local_define_builtin()
6679 if (ecf_flags & ECF_NORETURN) in local_define_builtin()
6681 if (ecf_flags & ECF_NOTHROW) in local_define_builtin()
6683 if (ecf_flags & ECF_MALLOC) in local_define_builtin()
H A DChangeLog-200024550 * calls.c (initialize_argument_informat): Add ecf_flags argument.
25002 (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.