Searched refs:decl_or_type (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-prop.h | 457 tree decl_or_type; member 611 tree t = (*info->descriptors)[i].decl_or_type; in ipa_get_param() 624 tree t = (*info->descriptors)[i].decl_or_type; in ipa_get_type()
|
H A D | ipa-prop.c | 198 if ((*descriptors)[i].decl_or_type == ptree) in ipa_get_param_decl_index_1() 231 descriptors[param_num].decl_or_type = parm; in ipa_populate_param_decls() 263 if ((*info->descriptors)[i].decl_or_type) in ipa_dump_param() 266 print_generic_expr (file, (*info->descriptors)[i].decl_or_type); in ipa_dump_param() 4991 (*info->descriptors)[k].decl_or_type = type; in ipa_read_node_info()
|
H A D | dwarf2out.c | 22349 gen_unspecified_parameters_die (tree decl_or_type, dw_die_ref context_die) in gen_unspecified_parameters_die() argument 22351 new_die (DW_TAG_unspecified_parameters, context_die, decl_or_type); in gen_unspecified_parameters_die()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-prop.h | 595 tree decl_or_type; member 754 tree t = descriptors[i].decl_or_type; in ipa_get_param() 779 tree t = (*info->descriptors)[i].decl_or_type; in ipa_get_type()
|
H A D | ipa-prop.cc | 202 if ((*descriptors)[i].decl_or_type == ptree) in ipa_get_param_decl_index_1() 235 descriptors[param_num].decl_or_type = parm; in ipa_populate_param_decls() 267 if ((*info->descriptors)[i].decl_or_type) in ipa_dump_param() 270 print_generic_expr (file, (*info->descriptors)[i].decl_or_type); in ipa_dump_param() 5246 (*info->descriptors)[k].decl_or_type = type; in ipa_read_node_info()
|
H A D | dwarf2out.cc | 23047 gen_unspecified_parameters_die (tree decl_or_type, dw_die_ref context_die) in gen_unspecified_parameters_die() argument 23049 new_die (DW_TAG_unspecified_parameters, context_die, decl_or_type); in gen_unspecified_parameters_die()
|
H A D | ChangeLog-2016 | 14681 (ipa_param_descriptor): Change decl to decl_or_type. 14682 (ipa_get_param): Change decl to decl_or_type and assert on 14686 * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 908 tree type, decl_or_type; in ix86_function_ok_for_sibcall() local 938 decl_or_type = decl; in ix86_function_ok_for_sibcall() 947 decl_or_type = type; in ix86_function_ok_for_sibcall() 953 || (REG_PARM_STACK_SPACE (decl_or_type) in ix86_function_ok_for_sibcall() 972 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false); in ix86_function_ok_for_sibcall()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 900 tree type, decl_or_type; in ix86_function_ok_for_sibcall() local 930 decl_or_type = decl; in ix86_function_ok_for_sibcall() 939 decl_or_type = type; in ix86_function_ok_for_sibcall() 951 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false); in ix86_function_ok_for_sibcall()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 7756 tree decl_or_type = decl; in arm_function_ok_for_sibcall() local 7760 decl_or_type = TREE_TYPE (TREE_TYPE (CALL_EXPR_FN (exp))); in arm_function_ok_for_sibcall() 7762 a = arm_function_value (TREE_TYPE (exp), decl_or_type, false); in arm_function_ok_for_sibcall()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 7881 tree decl_or_type = decl; in arm_function_ok_for_sibcall() local 7885 decl_or_type = TREE_TYPE (TREE_TYPE (CALL_EXPR_FN (exp))); in arm_function_ok_for_sibcall() 7887 a = arm_function_value (TREE_TYPE (exp), decl_or_type, false); in arm_function_ok_for_sibcall()
|