HomeSort by: relevance | last modified time | path
    Searched refs:loc_b (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
msym-bp.exp 25 # LOC_A and LOC_B, in either order.
26 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}"
msym-bp-shl.exp 29 # LOC_A and LOC_B, in either order.
30 proc test_info_break_2 {loc_a loc_b} {
31 set re1 ".*\.1.*${loc_a}\r\n.*\.2.*${loc_b}"
32 set re2 ".*\.1.*${loc_b}\r\n.*\.2.*${loc_a}"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
msym-bp.exp 25 # LOC_A and LOC_B, in either order.
26 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}"
msym-bp-shl.exp 29 # LOC_A and LOC_B, in either order.
30 proc test_info_break_2 {loc_a loc_b} {
31 set re1 ".*\.1.*${loc_a}\r\n.*\.2.*${loc_b}"
32 set re2 ".*\.1.*${loc_b}\r\n.*\.2.*${loc_a}"
  /src/sys/arch/mac68k/obio/
ascaudio.c 794 int loc_a, loc_b, total, count, i; local
831 loc_b = FIFO_B_ALT;
834 loc_b = 0;
842 if (loc_b) {
844 (sc->sc_tag, sc->sc_handle, loc_b);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.cc 755 location_t loc_b = point_b.get_location (); local
757 inlining_iterator iter_b (loc_b);
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 1252 topogically before the token denoted by location LOC_B, or if they
1257 location_t loc_b)
1259 return linemap_compare_locations (set, loc_a, loc_b) >= 0;
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1289 topogically before the token denoted by location LOC_B, or if they
1294 location_t loc_b)
1296 return linemap_compare_locations (set, loc_a, loc_b) >= 0;
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 432 bool compatible_locations_p (location_t loc_a, location_t loc_b) const;
933 Compare LOC_A and LOC_B to see if it makes sense to print underlines
946 layout::compatible_locations_p (location_t loc_a, location_t loc_b) const
950 if (IS_ADHOC_LOC (loc_b))
951 loc_b = get_location_from_adhoc_loc (m_line_table, loc_b);
956 || loc_b < RESERVED_LOCATION_COUNT)
957 return loc_a == loc_b;
962 const line_map *map_b = linemap_lookup (m_line_table, loc_b);
976 = linemap_location_from_macro_definition_p (m_line_table, loc_b);
    [all...]
input.cc 2105 location_t loc_b = linemap_position_for_column (line_table, 23); local
2152 assert_loceq ("foo.c", 1, 23, loc_b);
2174 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d);
2178 ASSERT_EQ (loc_b, src_range.m_start);
3927 location_t loc_b = linemap_line_start (line_table, 404198, 512); local
3928 assert_loceq ("foo.c", 404198, 0, loc_b);
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1944 location_t loc_b = linemap_position_for_column (line_table, 23); local
1991 assert_loceq ("foo.c", 1, 23, loc_b);
2013 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d);
2017 ASSERT_EQ (loc_b, src_range.m_start);
3762 location_t loc_b = linemap_line_start (line_table, 404198, 512); local
3763 assert_loceq ("foo.c", 404198, 0, loc_b);
diagnostic-show-locus.cc 923 Compare LOC_A and LOC_B to see if it makes sense to print underlines
936 compatible_locations_p (location_t loc_a, location_t loc_b)
940 if (IS_ADHOC_LOC (loc_b))
941 loc_b = get_location_from_adhoc_loc (line_table, loc_b);
946 || loc_b < RESERVED_LOCATION_COUNT)
947 return loc_a == loc_b;
952 const line_map *map_b = linemap_lookup (line_table, loc_b);
966 = linemap_location_from_macro_definition_p (line_table, loc_b);
980 loc_b);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 433 /* Given LOC_A and LOC_B from macro expansions, return true if
438 spelled_the_same_p (location_t loc_a, location_t loc_b)
441 gcc_assert (from_macro_expansion_at (loc_b));
444 const line_map_macro *map_b = get_outermost_macro_expansion (loc_b);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 434 /* Given LOC_A and LOC_B from macro expansions, return true if
439 spelled_the_same_p (location_t loc_a, location_t loc_b)
442 gcc_assert (from_macro_expansion_at (loc_b));
445 const line_map_macro *map_b = get_outermost_macro_expansion (loc_b);
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 17386 location_t loc_b = export_b.def ? export_b.def->line : export_b.undef_loc;
17388 if (loc_a < loc_b)
17390 else if (loc_a > loc_b)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 16800 location_t loc_b = export_b.def ? export_b.def->line : export_b.undef_loc;
16802 if (loc_a < loc_b)
16804 else if (loc_a > loc_b)

Completed in 109 milliseconds