Home
last modified time | relevance | path

Searched refs:loc_a (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} {
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} {
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} {
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} {
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.h1240 location_t loc_a, 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.h1293 location_t loc_a, 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
882 if (IS_ADHOC_LOC (loc_a)) in compatible_locations_p()
883 loc_a = get_location_from_adhoc_loc (line_table, loc_a); in compatible_locations_p()
889 if (loc_a < RESERVED_LOCATION_COUNT in compatible_locations_p()
891 return loc_a == loc_b; in compatible_locations_p()
893 const line_map *map_a = linemap_lookup (line_table, loc_a); in compatible_locations_p()
911 loc_a); 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
938 if (IS_ADHOC_LOC (loc_a)) in compatible_locations_p()
939 loc_a = get_location_from_adhoc_loc (line_table, loc_a); in compatible_locations_p()
945 if (loc_a < RESERVED_LOCATION_COUNT in compatible_locations_p()
947 return loc_a == loc_b; in compatible_locations_p()
949 const line_map *map_a = linemap_lookup (line_table, loc_a); in compatible_locations_p()
964 = linemap_location_from_macro_definition_p (line_table, loc_a); in compatible_locations_p()
976 loc_a); in compatible_locations_p()
H A Dinput.c1783 location_t loc_a = linemap_position_for_column (line_table, 1); in test_accessing_ordinary_linemaps() local
1830 assert_loceq ("foo.c", 1, 1, loc_a); in test_accessing_ordinary_linemaps()
1848 ASSERT_FALSE (is_location_from_builtin_token (loc_a)); in test_accessing_ordinary_linemaps()
1849 ASSERT_TRUE (pure_location_p (line_table, loc_a)); in test_accessing_ordinary_linemaps()
3595 location_t loc_a = linemap_line_start (line_table, 2578, 255); in test_line_offset_overflow() local
3596 assert_loceq ("foo.c", 2578, 0, loc_a); in test_line_offset_overflow()
H A Dinput.cc1943 location_t loc_a = linemap_position_for_column (line_table, 1); in test_accessing_ordinary_linemaps() local
1990 assert_loceq ("foo.c", 1, 1, loc_a); in test_accessing_ordinary_linemaps()
2008 ASSERT_FALSE (is_location_from_builtin_token (loc_a)); in test_accessing_ordinary_linemaps()
2009 ASSERT_TRUE (pure_location_p (line_table, loc_a)); in test_accessing_ordinary_linemaps()
3755 location_t loc_a = linemap_line_start (line_table, 2578, 255); in test_line_offset_overflow() local
3756 assert_loceq ("foo.c", 2578, 0, loc_a); 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
882 if (IS_ADHOC_LOC (loc_a)) in compatible_locations_p()
883 loc_a = get_location_from_adhoc_loc (line_table, loc_a); in compatible_locations_p()
889 if (loc_a < RESERVED_LOCATION_COUNT in compatible_locations_p()
891 return loc_a == loc_b; in compatible_locations_p()
893 const line_map *map_a = linemap_lookup (line_table, loc_a); in compatible_locations_p()
911 loc_a); in compatible_locations_p()
H A Dinput.c1783 location_t loc_a = linemap_position_for_column (line_table, 1); in test_accessing_ordinary_linemaps() local
1830 assert_loceq ("foo.c", 1, 1, loc_a); in test_accessing_ordinary_linemaps()
1848 ASSERT_FALSE (is_location_from_builtin_token (loc_a)); in test_accessing_ordinary_linemaps()
1849 ASSERT_TRUE (pure_location_p (line_table, loc_a)); in test_accessing_ordinary_linemaps()
3595 location_t loc_a = linemap_line_start (line_table, 2578, 255); in test_line_offset_overflow() local
3596 assert_loceq ("foo.c", 2578, 0, loc_a); 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
438 gcc_assert (from_macro_expansion_at (loc_a)); in spelled_the_same_p()
441 const line_map_macro *map_a = get_outermost_macro_expansion (loc_a); 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
440 gcc_assert (from_macro_expansion_at (loc_a)); in spelled_the_same_p()
443 const line_map_macro *map_a = get_outermost_macro_expansion (loc_a); 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
438 gcc_assert (from_macro_expansion_at (loc_a)); in spelled_the_same_p()
441 const line_map_macro *map_a = get_outermost_macro_expansion (loc_a); in spelled_the_same_p()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc16795 location_t loc_a = export_a.def ? export_a.def->line : export_a.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()