Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc790 expanded_location loce1 = expand_location (loc1); in loc_equal() local
793 if (loce1.line != loce2.line in loc_equal()
794 || loce1.column != loce2.column in loc_equal()
795 || loce1.data != loce2.data) in loc_equal()
797 if (loce1.file == loce2.file) in loc_equal()
799 return (loce1.file != NULL in loc_equal()
801 && filename_cmp (loce1.file, loce2.file) == 0); in loc_equal()