Searched refs:function_or_method_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c11569 gen_formal_types_die (tree function_or_method_type, dw_die_ref context_die)
11576 if (TREE_CODE (function_or_method_type) == FUNCTION_DECL)
11578 arg = DECL_ARGUMENTS (function_or_method_type);
11579 function_or_method_type = TREE_TYPE (function_or_method_type);
11584 first_parm_type = TYPE_ARG_TYPES (function_or_method_type);
11598 if ((TREE_CODE (function_or_method_type) == METHOD_TYPE
11611 gen_unspecified_parameters_die (function_or_method_type, context_die);
11615 for (link = TYPE_ARG_TYPES (function_or_method_type);
11554 gen_formal_types_die(tree function_or_method_type, dw_die_ref context_die) argument

Completed in 81 milliseconds