Searched refs:parm_type (Results 1 – 4 of 4) sorted by relevance
3088 type_base_sptr parm_type; in write_function_decl() local3102 parm_type = (*pi)->get_type(); in write_function_decl()3110 << ctxt.get_id_for_type(parm_type) in write_function_decl()3112 ctxt.record_type_as_referenced(parm_type); in write_function_decl()3182 type_base_sptr parm_type; in write_function_type() local3196 parm_type = (*pi)->get_type(); in write_function_type()3202 << ctxt.get_id_for_type(parm_type) in write_function_type()3204 ctxt.record_type_as_referenced(parm_type); in write_function_type()
2721 type_base_sptr parm_type; in suppresses_function() local2737 parm_type = fn_parm->get_type(); in suppresses_function()2739 get_type_declaration(parm_type)->get_qualified_name(); in suppresses_function()
13344 type_base_sptr parm_type; in synthesize_function_type_from_translation_unit() local13352 parm_type = synthesize_type_from_translation_unit(t, tu); in synthesize_function_type_from_translation_unit()13353 if (!parm_type) in synthesize_function_type_from_translation_unit()13355 parm.reset(new function_decl::parameter(parm_type, in synthesize_function_type_from_translation_unit()19180 if (type_base_sptr parm_type = (*i)->get_type()) in traverse() local19181 if (!parm_type->traverse(v)) in traverse()25148 type_base_sptr parm_type = p->get_type(); in hash_type_or_decl() local25149 ABG_ASSERT(parm_type); in hash_type_or_decl()25152 size_t h = hash_type_or_decl(parm_type); in hash_type_or_decl()
13336 type_base_sptr parm_type; in build_function_type() local13339 parm_type = in build_function_type()13343 if (!parm_type) in build_function_type()13346 (new function_decl::parameter(parm_type, name, loc, in build_function_type()13357 type_base_sptr parm_type = in build_function_type() local13360 (new function_decl::parameter(parm_type, in build_function_type()