Home
last modified time | relevance | path

Searched refs:get_is_const (Results 1 – 5 of 5) sorted by relevance

/external/libabigail/src/
Dabg-ir.cc6554 parm, ty->get_is_const(), in strip_typedef()
13379 method->get_is_const(), in synthesize_function_type_from_translation_unit()
19382 method_type::get_is_const() const in get_is_const() function in abigail::ir::method_type
19608 || is_method_type(mem_fn->get_type())->get_is_const())) in get_pretty_representation_of_declarator()
21582 old_type->get_is_const(), in copy_member_function()
22388 set_member_function_is_const(*this, type->get_is_const()); in method_decl()
Dabg-writer.cc3176 /*is_const=*/method_type->get_is_const(), in write_function_type()
Dabg-dwarf-reader.cc11917 set_member_function_is_const(m, method_t->get_is_const()); in finish_member_function_reading()
/external/libabigail/include/
Dabg-ir.h3372 bool get_is_const() const;
/external/libabigail/
DChangeLog16649 (method_type::{get_class_type, set_is_const, get_is_const}):