Searched refs:aggregate_value_p (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-10-stable/contrib/gcc/ |
| D | tree-nrv.c | 116 if (!aggregate_value_p (result, current_function_decl)) in tree_nrv() 304 && aggregate_value_p (call, call)) in execute_return_slot_opt()
|
| D | tree-gimple.c | 120 || ! aggregate_value_p (t, t)))) in is_gimple_mem_rhs()
|
| D | function.c | 1759 aggregate_value_p (tree exp, tree fntype) in aggregate_value_p() function 2035 if (aggregate_value_p (DECL_RESULT (fndecl), fndecl) in assign_parms_augmented_arg_list() 3828 if (aggregate_value_p (result, fndecl)) in allocate_struct_function() 4079 if (aggregate_value_p (DECL_RESULT (subr), subr)) in expand_function_start()
|
| D | calls.c | 2013 if (aggregate_value_p (exp, fndecl)) in expand_call() 3358 if (aggregate_value_p (tfom, 0)) in emit_library_call_value_1()
|
| D | tree-eh.c | 634 if (aggregate_value_p (TREE_TYPE (result), in do_return_redirection()
|
| D | gimplify.c | 1164 || aggregate_value_p (result_decl, TREE_TYPE (current_function_decl))) in gimplify_return_expr() 3388 && aggregate_value_p (*from_p, *from_p)) in gimplify_modify_expr_rhs()
|
| D | reg-stack.c | 675 if (aggregate_value_p (DECL_RESULT (decl), decl)) in stack_result()
|
| D | tree.h | 4477 extern int aggregate_value_p (tree, tree);
|
| D | tree.c | 7109 && aggregate_value_p (t, current_function_decl))); in needs_to_live_in_memory()
|
| D | c-parser.c | 8775 if (block_impl->return_type && aggregate_value_p(block_impl->return_type, 0)) in build_block_struct_initlist()
|
| D | ChangeLog-2003 | 5637 number of arguments to aggregate_value_p. 9322 aggregate_value_p. Initialize CUMULATIVE_ARGS before calling 9328 * expr.c (expand_assignment): Pass call to aggregate_value_p. 9335 * function.c (aggregate_value_p): Accept function type tree as 9341 aggregate_value_p. 9345 (allocate_struct_function): Pass fndecl to aggregate_value_p. 9347 * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p. 9359 * tree.h (aggregate_value_p): Also takes a tree to deduce function 9369 to aggregate_value_p. 9379 aggregate_value_p. [all …]
|
| D | expr.c | 4164 if (TREE_CODE (from) == CALL_EXPR && ! aggregate_value_p (from, from) in expand_assignment()
|
| D | ChangeLog-2004 | 14485 instantiate_virtual_regs_lossage, aggregate_value_p, 20209 * function.c (aggregate_value_p): Check DECL_BY_REFERENCE. 29840 instantiate_virtual_regs_1, aggregate_value_p, assign_parms, 30414 of an aggregate_value_p type. 30951 for !aggregate_value_p. 43999 * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
|
| D | FSFChangeLog.11 | 11745 * function.c (aggregate_value_p): If hard_function_value returns 13278 * function.c (aggregate_value_p): Return 1 if TREE_ADDRESSABLE.
|
| /freebsd-10-stable/contrib/gcc/config/mips/ |
| D | mips.c | 6313 && !aggregate_value_p (return_type, current_function_decl) in mips_save_reg_p() 7139 && ! aggregate_value_p (return_type, current_function_decl) in mips_can_use_return_insn() 7180 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in mips_output_mi_thunk()
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | i386.c | 2983 if (aggregate_value_p (TREE_TYPE (funtype), fundecl) in ix86_return_pops_args() 18275 int n = aggregate_value_p (TREE_TYPE (type), type) != 0; in x86_this_parameter() 18299 if (aggregate_value_p (TREE_TYPE (type), type)) in x86_this_parameter()
|
| /freebsd-10-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 8567 if (TARGET_ARCH64 && aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in sparc_output_mi_thunk()
|
| /freebsd-10-stable/contrib/gcc/config/s390/ |
| D | s390.c | 8462 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in s390_output_mi_thunk()
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | decl.c | 11925 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl) in finish_function()
|
| D | ChangeLog-1995 | 333 * class.c (finish_struct_bits): Check aggregate_value_p instead of
|
| D | parser.c | 19256 if (block_impl->return_type && aggregate_value_p(block_impl->return_type, 0)) in VEC()
|
| D | ChangeLog-2003 | 1692 * decl.c (finish_function): Pass fndecl to aggregate_value_p.
|
| D | ChangeLog-1998 | 5447 if (aggregate_value_p (type)).
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | arm.c | 14885 int this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function) in arm_output_mi_thunk()
|
| /freebsd-10-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 15729 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in rs6000_output_mi_thunk()
|
12