Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmsym-bp.exp26 proc test_info_break_2 {loc_a loc_b} { argument
27 set re1 ".*\.1.*${loc_a}\r\n.*\.2.*${loc_b}"
28 set re2 ".*\.1.*${loc_b}\r\n.*\.2.*${loc_a}"
H A Dmsym-bp-shl.exp32 proc test_info_break_2 {loc_a loc_b} { argument
33 set re1 ".*\.1.*${loc_a}\r\n.*\.2.*${loc_b}"
34 set re2 ".*\.1.*${loc_b}\r\n.*\.2.*${loc_a}"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dmsym-bp.exp26 proc test_info_break_2 {loc_a loc_b} { argument
27 set re1 ".*\.1.*${loc_a}\r\n.*\.2.*${loc_b}"
28 set re2 ".*\.1.*${loc_b}\r\n.*\.2.*${loc_a}"
H A Dmsym-bp-shl.exp32 proc test_info_break_2 {loc_a loc_b} { argument
33 set re1 ".*\.1.*${loc_a}\r\n.*\.2.*${loc_b}"
34 set re2 ".*\.1.*${loc_b}\r\n.*\.2.*${loc_a}"
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1241 location_t loc_b) in linemap_location_before_p() argument
1243 return linemap_compare_locations (set, loc_a, loc_b) >= 0; in linemap_location_before_p()
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1294 location_t loc_b) in linemap_location_before_p() argument
1296 return linemap_compare_locations (set, loc_a, loc_b) >= 0; in linemap_location_before_p()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.c880 compatible_locations_p (location_t loc_a, location_t loc_b) in compatible_locations_p() argument
884 if (IS_ADHOC_LOC (loc_b)) in compatible_locations_p()
885 loc_b = get_location_from_adhoc_loc (line_table, loc_b); in compatible_locations_p()
890 || loc_b < RESERVED_LOCATION_COUNT) in compatible_locations_p()
891 return loc_a == loc_b; in compatible_locations_p()
896 const line_map *map_b = linemap_lookup (line_table, loc_b); in compatible_locations_p()
915 loc_b); in compatible_locations_p()
H A Ddiagnostic-show-locus.cc936 compatible_locations_p (location_t loc_a, location_t loc_b) in compatible_locations_p() argument
940 if (IS_ADHOC_LOC (loc_b)) in compatible_locations_p()
941 loc_b = get_location_from_adhoc_loc (line_table, loc_b); in compatible_locations_p()
946 || loc_b < RESERVED_LOCATION_COUNT) in compatible_locations_p()
947 return loc_a == loc_b; in compatible_locations_p()
952 const line_map *map_b = linemap_lookup (line_table, loc_b); in compatible_locations_p()
966 = linemap_location_from_macro_definition_p (line_table, loc_b); in compatible_locations_p()
980 loc_b); in compatible_locations_p()
H A Dinput.c1784 location_t loc_b = linemap_position_for_column (line_table, 23); in test_accessing_ordinary_linemaps() local
1831 assert_loceq ("foo.c", 1, 23, loc_b); in test_accessing_ordinary_linemaps()
1853 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d); in test_accessing_ordinary_linemaps()
1857 ASSERT_EQ (loc_b, src_range.m_start); in test_accessing_ordinary_linemaps()
3602 location_t loc_b = linemap_line_start (line_table, 404198, 512); in test_line_offset_overflow() local
3603 assert_loceq ("foo.c", 404198, 0, loc_b); in test_line_offset_overflow()
H A Dinput.cc1944 location_t loc_b = linemap_position_for_column (line_table, 23); in test_accessing_ordinary_linemaps() local
1991 assert_loceq ("foo.c", 1, 23, loc_b); in test_accessing_ordinary_linemaps()
2013 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d); in test_accessing_ordinary_linemaps()
2017 ASSERT_EQ (loc_b, src_range.m_start); in test_accessing_ordinary_linemaps()
3762 location_t loc_b = linemap_line_start (line_table, 404198, 512); in test_line_offset_overflow() local
3763 assert_loceq ("foo.c", 404198, 0, loc_b); in test_line_offset_overflow()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c880 compatible_locations_p (location_t loc_a, location_t loc_b) in compatible_locations_p() argument
884 if (IS_ADHOC_LOC (loc_b)) in compatible_locations_p()
885 loc_b = get_location_from_adhoc_loc (line_table, loc_b); in compatible_locations_p()
890 || loc_b < RESERVED_LOCATION_COUNT) in compatible_locations_p()
891 return loc_a == loc_b; in compatible_locations_p()
896 const line_map *map_b = linemap_lookup (line_table, loc_b); in compatible_locations_p()
915 loc_b); in compatible_locations_p()
H A Dinput.c1784 location_t loc_b = linemap_position_for_column (line_table, 23); in test_accessing_ordinary_linemaps() local
1831 assert_loceq ("foo.c", 1, 23, loc_b); in test_accessing_ordinary_linemaps()
1853 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d); in test_accessing_ordinary_linemaps()
1857 ASSERT_EQ (loc_b, src_range.m_start); in test_accessing_ordinary_linemaps()
3602 location_t loc_b = linemap_line_start (line_table, 404198, 512); in test_line_offset_overflow() local
3603 assert_loceq ("foo.c", 404198, 0, loc_b); in test_line_offset_overflow()
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.c436 spelled_the_same_p (location_t loc_a, location_t loc_b) in spelled_the_same_p() argument
439 gcc_assert (from_macro_expansion_at (loc_b)); in spelled_the_same_p()
442 const line_map_macro *map_b = get_outermost_macro_expansion (loc_b); in spelled_the_same_p()
H A Dc-warn.cc438 spelled_the_same_p (location_t loc_a, location_t loc_b) in spelled_the_same_p() argument
441 gcc_assert (from_macro_expansion_at (loc_b)); in spelled_the_same_p()
444 const line_map_macro *map_b = get_outermost_macro_expansion (loc_b); in spelled_the_same_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c436 spelled_the_same_p (location_t loc_a, location_t loc_b) in spelled_the_same_p() argument
439 gcc_assert (from_macro_expansion_at (loc_b)); in spelled_the_same_p()
442 const line_map_macro *map_b = get_outermost_macro_expansion (loc_b); in spelled_the_same_p()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc16800 location_t loc_b = export_b.def ? export_b.def->line : export_b.undef_loc; in macro_loc_cmp() local
16802 if (loc_a < loc_b) in macro_loc_cmp()
16804 else if (loc_a > loc_b) in macro_loc_cmp()