Home
last modified time | relevance | path

Searched refs:TYPE_EMPTY_P (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDstor-layout.c1928 TYPE_EMPTY_P (type) = targetm.calls.empty_record_p (type); in finalize_type_size()
1942 bool empty_p = TYPE_EMPTY_P (type); in finalize_type_size()
1959 TYPE_EMPTY_P (variant) = empty_p; in finalize_type_size()
HDtree-streamer-out.c339 bp_pack_value (bp, TYPE_EMPTY_P (expr), 1); in pack_ts_type_common_value_fields()
HDtree-streamer-in.c390 TYPE_EMPTY_P (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
HDtarghooks.c2158 && !TYPE_EMPTY_P (type) in std_gimplify_va_arg_expr()
HDcalls.c2569 if (TYPE_EMPTY_P (TREE_TYPE (args[i].tree_value))) in compute_argument_addresses()
5831 poly_int64 size = (TYPE_EMPTY_P (TREE_TYPE (pval)) in store_one_arg()
6059 if (TYPE_EMPTY_P (type)) in must_pass_in_stack_var_size_or_pad()
HDlto-streamer-out.c1176 hstate.add_int (TYPE_EMPTY_P (t)); in hash_tree()
HDfunction.c2097 if (TYPE_EMPTY_P (type)) in aggregate_value_p()
HDtree.c14209 return TYPE_EMPTY_P (type) ? 0 : int_size_in_bytes (type); in arg_int_size_in_bytes()
14217 return TYPE_EMPTY_P (type) ? size_zero_node : size_in_bytes (type); in arg_size_in_bytes()
HDtree.h711 #define TYPE_EMPTY_P(NODE) (TYPE_CHECK (NODE)->type_common.empty_flag) macro
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto.c1195 compare_values (TYPE_EMPTY_P); in compare_tree_sccs_1()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c7307 if (TYPE_EMPTY_P (argtype)) in init_cumulative_args()
9072 if (TYPE_EMPTY_P (type)) in ix86_function_arg_boundary()
29962 if (!TYPE_EMPTY_P (type)) in ix86_warn_parameter_passing_abi()