Home
last modified time | relevance | path

Searched refs:ECF_SP_DEPRESSED (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcalls.c181 #define ECF_SP_DEPRESSED 1024 macro
520 && n_popped > 0 && ! (ecf_flags & ECF_SP_DEPRESSED))
671 if (ecf_flags & ECF_SP_DEPRESSED)
865 flags |= ECF_SP_DEPRESSED;
2713 && (flags & (ECF_MAY_BE_ALLOCA | ECF_SP_DEPRESSED)))
3334 if (old_stack_level && ! (flags & ECF_SP_DEPRESSED))
3476 if (flags & ECF_SP_DEPRESSED)
H A DChangeLog.6511 * calls.c (flags_from_decl_or_type): Move ECF_SP_DEPRESSED here.
513 Do pending stack adjustments if ECF_SP_DEPRESSED.
1593 * calls.c (emit_call_1): If ECF_SP_DEPRESSED, pretend have adjusted
H A DChangeLog.411317 * calls.c (ECF_SP_DEPRESSED): New macro.
11320 (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
/openbsd/gnu/gcc/gcc/
H A Dcalls.c300 && n_popped > 0 && ! (ecf_flags & ECF_SP_DEPRESSED)) in emit_call_1()
435 if (ecf_flags & (ECF_SP_DEPRESSED | ECF_NORETURN)) in emit_call_1()
610 flags |= ECF_SP_DEPRESSED; in flags_from_decl_or_type()
2297 && (flags & (ECF_MAY_BE_ALLOCA | ECF_SP_DEPRESSED))) in expand_call()
2995 if (old_stack_level && ! (flags & ECF_SP_DEPRESSED)) in expand_call()
3104 if (flags & ECF_SP_DEPRESSED) in expand_call()
H A Dtree.h4443 #define ECF_SP_DEPRESSED 256 macro