| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | sdbout.c | 1302 type = DECL_ARG_TYPE (parms); in sdbout_parms() 1314 && TREE_TYPE (parms) != DECL_ARG_TYPE (parms)) in sdbout_parms() 1316 (GET_MODE_SIZE (TYPE_MODE (DECL_ARG_TYPE (parms))) in sdbout_parms() 1329 type = DECL_ARG_TYPE (parms); in sdbout_parms() 1437 && TREE_TYPE (parms) != DECL_ARG_TYPE (parms)) in sdbout_reg_parms() 1438 offset += (GET_MODE_SIZE (TYPE_MODE (DECL_ARG_TYPE (parms))) in sdbout_reg_parms()
|
| HD | gimple-low.c | 252 || DECL_ARG_TYPE (p) == error_mark_node in gimple_check_call_args() 254 || (!types_compatible_p (DECL_ARG_TYPE (p), TREE_TYPE (arg)) in gimple_check_call_args() 255 && !fold_convertible_p (DECL_ARG_TYPE (p), arg))) in gimple_check_call_args()
|
| HD | ipa-split.c | 1101 if (!useless_type_conversion_p (DECL_ARG_TYPE (parm), TREE_TYPE (arg))) in split_function() 1102 arg = fold_convert (DECL_ARG_TYPE (parm), arg); in split_function()
|
| HD | c-decl.c | 4129 DECL_ARG_TYPE (args) = integer_type_node; in start_decl() 5963 DECL_ARG_TYPE (decl) = promoted_type; in grokdeclarator() 6459 DECL_ARG_TYPE (decl) = type; in get_parm_info() 8021 DECL_ARG_TYPE (decl) = integer_type_node; in store_parm_decls_oldstyle() 8042 DECL_ARG_TYPE (decl) = TREE_TYPE (decl); in store_parm_decls_oldstyle() 8154 && !comptypes (TYPE_MAIN_VARIANT (DECL_ARG_TYPE (parm)), in store_parm_decls_oldstyle() 8165 DECL_ARG_TYPE (parm) = TREE_TYPE (parm); in store_parm_decls_oldstyle() 8171 DECL_ARG_TYPE (parm) = integer_type_node; in store_parm_decls_oldstyle() 8217 type = tree_cons (NULL_TREE, DECL_ARG_TYPE (parm), NULL_TREE); in store_parm_decls_oldstyle() 8335 DECL_ARG_TYPE (args) = integer_type_node; in finish_function()
|
| HD | tree-browser.c | 318 TB_SET_HEAD (DECL_ARG_TYPE (head));
|
| HD | function.c | 2224 DECL_ARG_TYPE (p) = TREE_TYPE (DECL_ARG_TYPE (p)); in split_complex_args() 2241 DECL_ARG_TYPE (decl) = DECL_ARG_TYPE (p); in split_complex_args() 2277 DECL_ARG_TYPE (decl) = type; in VEC() 2321 passed_type = DECL_ARG_TYPE (parm); in assign_parm_find_data_types()
|
| HD | tree-dump.c | 523 dump_child ("argt", DECL_ARG_TYPE (t)); in dequeue_and_dump()
|
| HD | stor-layout.c | 243 DECL_ARG_TYPE (param_decl) = integer_type_node; in self_referential_size() 245 DECL_ARG_TYPE (param_decl) = param_type; in self_referential_size()
|
| HD | print-tree.c | 576 print_node (file, "arg-type", DECL_ARG_TYPE (node), indent + 4); in print_node()
|
| HD | matrix-reorg.c | 478 var_type = DECL_ARG_TYPE (var_decl); in analyze_matrix_decl()
|
| HD | tree-parloops.c | 1447 DECL_ARG_TYPE (t) = ptr_type_node; in create_loop_fn()
|
| HD | dbxout.c | 3494 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
|
| HD | tree-nested.c | 345 DECL_ARG_TYPE (decl) = type; in get_chain_decl()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ipa-chkp.c | 393 DECL_ARG_TYPE (new_arg) = pointer_bounds_type_node; in chkp_add_bounds_params_to_function() 430 DECL_ARG_TYPE (new_arg) = pointer_bounds_type_node; in chkp_add_bounds_params_to_function()
|
| HD | function.c | 2339 DECL_ARG_TYPE (p) = TREE_TYPE (DECL_ARG_TYPE (p)); in split_complex_args() 2356 DECL_ARG_TYPE (decl) = DECL_ARG_TYPE (p); in split_complex_args() 2392 DECL_ARG_TYPE (decl) = type; in assign_parms_augmented_arg_list() 2413 DECL_ARG_TYPE (decl) = pointer_bounds_type_node; in assign_parms_augmented_arg_list() 2456 passed_type = DECL_ARG_TYPE (parm); in assign_parm_find_data_types()
|
| HD | tree-dump.c | 511 dump_child ("argt", DECL_ARG_TYPE (t)); in dequeue_and_dump()
|
| HD | ipa-split.c | 1266 if (!useless_type_conversion_p (DECL_ARG_TYPE (parm), TREE_TYPE (arg))) in split_function() 1267 arg = fold_convert (DECL_ARG_TYPE (parm), arg); in split_function()
|
| HD | ipa-param-manipulation.c | 166 DECL_ARG_TYPE (new_parm) = ptype; in ipa_modify_formal_parameters()
|
| HD | cgraph.c | 3796 || DECL_ARG_TYPE (p) == error_mark_node in gimple_check_call_args() 3798 || (!types_compatible_p (DECL_ARG_TYPE (p), TREE_TYPE (arg)) in gimple_check_call_args() 3799 && !fold_convertible_p (DECL_ARG_TYPE (p), arg))) in gimple_check_call_args()
|
| HD | print-tree.c | 519 print_node (file, "arg-type", DECL_ARG_TYPE (node), indent + 4); in print_node()
|
| HD | dbxout.c | 3519 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
|
| HD | stor-layout.c | 204 DECL_ARG_TYPE (param_decl) = param_type; in self_referential_size()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cp-gimplify.c | 1126 gcc_assert (DECL_ARG_TYPE (t) != TREE_TYPE (t)); in cp_genericize() 1127 TREE_TYPE (t) = DECL_ARG_TYPE (t); in cp_genericize()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-decl.c | 4819 DECL_ARG_TYPE (args) = c_type_promotes_to (type); in start_decl() 6856 DECL_ARG_TYPE (decl) = promoted_type; in grokdeclarator() 7367 DECL_ARG_TYPE (decl) = type; in get_parm_info() 9055 DECL_ARG_TYPE (decl) = integer_type_node; in store_parm_decls_oldstyle() 9076 DECL_ARG_TYPE (decl) = TREE_TYPE (decl); in store_parm_decls_oldstyle() 9190 && ((TYPE_ATOMIC (DECL_ARG_TYPE (parm)) in store_parm_decls_oldstyle() 9192 || !comptypes (TYPE_MAIN_VARIANT (DECL_ARG_TYPE (parm)), in store_parm_decls_oldstyle() 9195 if ((TYPE_ATOMIC (DECL_ARG_TYPE (parm)) in store_parm_decls_oldstyle() 9205 DECL_ARG_TYPE (parm) = TREE_TYPE (parm); in store_parm_decls_oldstyle() 9211 DECL_ARG_TYPE (parm) in store_parm_decls_oldstyle() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-gimplify.c | 1679 gcc_assert (DECL_ARG_TYPE (t) != TREE_TYPE (t)); in cp_genericize() 1680 TREE_TYPE (t) = DECL_ARG_TYPE (t); in cp_genericize()
|