Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-suppression.cc1175 const location& type_location) in suppression_matches_type_name_or_location() argument
1179 if (!suppression_matches_type_location(s, type_location)) in suppression_matches_type_name_or_location()
4648 const location& type_location) in suppression_matches_type_name_or_location() argument
4654 type_location); in suppression_matches_type_name_or_location()
4815 const location& type_location, in is_type_suppressed() argument
4826 type_location)) in is_type_suppressed()
Dabg-suppression-priv.h703 const location& type_location);
Dabg-reader.cc1067 const location& type_location) const in suppression_matches_type_name_or_location()
1073 type_location); in suppression_matches_type_name_or_location()
3520 location type_location; in type_is_suppressed() local
3521 read_location(rdr, node, type_location); in type_is_suppressed()
3528 return suppr::is_type_suppressed(rdr, qualified_name, type_location, in type_is_suppressed()
Dabg-dwarf-reader.cc14696 location type_location; in type_is_suppressed() local
14697 die_loc_and_name(rdr, type_die, type_location, type_name, linkage_name); in type_is_suppressed()
14702 type_location, in type_is_suppressed()
14768 location type_location; in get_opaque_version_of_type() local
14769 die_loc_and_name(rdr, type_die, type_location, type_name, linkage_name); in get_opaque_version_of_type()
14770 if (!type_location) in get_opaque_version_of_type()
14797 type_location, in get_opaque_version_of_type()
14825 type_location, in get_opaque_version_of_type()
/third_party/libabigail/include/
Dabg-suppression.h887 const location& type_location,