Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h540 bool compare_fields (const region_svalue &other) const;
605 bool compare_fields (const constant_svalue &other) const;
665 bool compare_fields (const unknown_svalue &other) const;
705 bool compare_fields (const poisoned_svalue &other) const;
772 bool compare_fields (const setjmp_svalue &other) const;
1031 bool compare_fields (const map_region &other) const;
1069 bool compare_fields (const struct_or_union_region &other) const;
1101 bool compare_fields (const struct_region &other) const;
1132 bool compare_fields (const union_region &other) const;
1164 bool compare_fields (const scope_region &other) const;
[all …]
H A Dregion-model.cc290 return this_sub.compare_fields (other_sub); in operator ==()
299 return this_sub.compare_fields (other_sub); in operator ==()
308 return this_sub.compare_fields (other_sub); in operator ==()
317 return this_sub.compare_fields (other_sub); in operator ==()
326 return this_sub.compare_fields (other_sub); in operator ==()
437 region_svalue::compare_fields (const region_svalue &other) const in compare_fields() function in ana::region_svalue
651 constant_svalue::compare_fields (const constant_svalue &other) const in compare_fields() function in ana::constant_svalue
756 unknown_svalue::compare_fields (const unknown_svalue &) const in compare_fields() function in ana::unknown_svalue
805 poisoned_svalue::compare_fields (const poisoned_svalue &other) const in compare_fields() function in ana::poisoned_svalue
913 return this_sub.compare_fields (other_sub); in operator ==()
[all …]
H A Dengine.cc160 setjmp_svalue::compare_fields (const setjmp_svalue &other) const in compare_fields() function in ana::setjmp_svalue
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A DChangeLog4743 (setjmp_svalue::compare_fields): Delete.
5042 (region_svalue::compare_fields): Delete.
5050 (constant_svalue::compare_fields): Delete.
5056 (unknown_svalue::compare_fields): Delete.
5060 (poisoned_svalue::compare_fields): Delete.
5093 (map_region::compare_fields): Delete.
5110 (struct_or_union_region::compare_fields): Delete.
5112 (struct_region::compare_fields): Delete.
5114 (union_region::compare_fields): Delete.
5115 (frame_region::compare_fields): Delete.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-2009800 * ipa-struct-reorg.c (compare_fields): New function.
801 (find_field_in_struct_1): Use compare_fields function.