Home
last modified time | relevance | path

Searched refs:call_param_p (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dexpr.c4272 store_expr (tree exp, rtx target, int call_param_p) in store_expr() argument
4283 gcc_assert (!call_param_p); in store_expr()
4292 call_param_p ? EXPAND_STACK_PARM : EXPAND_NORMAL); in store_expr()
4307 store_expr (TREE_OPERAND (exp, 1), target, call_param_p); in store_expr()
4352 call_param_p ? EXPAND_STACK_PARM : EXPAND_NORMAL); in store_expr()
4373 (call_param_p in store_expr()
4447 (call_param_p in store_expr()
4465 (call_param_p in store_expr()
4476 (call_param_p in store_expr()
4484 (call_param_p in store_expr()
[all …]
H A DChangeLog-20048034 call_param_p.