Home
last modified time | relevance | path

Searched refs:parm_type (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/src/
Dabg-writer.cc3088 type_base_sptr parm_type; in write_function_decl() local
3102 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() local
3196 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()
Dabg-suppression.cc2721 type_base_sptr parm_type; in suppresses_function() local
2737 parm_type = fn_parm->get_type(); in suppresses_function()
2739 get_type_declaration(parm_type)->get_qualified_name(); in suppresses_function()
Dabg-ir.cc13344 type_base_sptr parm_type; in synthesize_function_type_from_translation_unit() local
13352 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() local
19181 if (!parm_type->traverse(v)) in traverse()
25148 type_base_sptr parm_type = p->get_type(); in hash_type_or_decl() local
25149 ABG_ASSERT(parm_type); in hash_type_or_decl()
25152 size_t h = hash_type_or_decl(parm_type); in hash_type_or_decl()
Dabg-dwarf-reader.cc13336 type_base_sptr parm_type; in build_function_type() local
13339 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() local
13360 (new function_decl::parameter(parm_type, in build_function_type()