HomeSort by: relevance | last modified time | path
    Searched refs:loc_a (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/external/gpl3/gcc/dist/gcc/analyzer/
program-point.cc 754 location_t loc_a = point_a.get_location ();
756 inlining_iterator iter_a (loc_a);
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 1251 /* Return TRUE if LOC_A denotes the location a token that comes
1256 location_t loc_a,
1259 return linemap_compare_locations (set, loc_a, loc_b) >= 0;
  /src/sys/arch/mac68k/obio/
ascaudio.c 794 int loc_a, loc_b, total, count, i; local
830 loc_a = FIFO_A_ALT;
833 loc_a = FIFO_A;
838 sc->sc_handle, loc_a);
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1288 /* Return TRUE if LOC_A denotes the location a token that comes
1293 location_t loc_a,
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
948 if (IS_ADHOC_LOC (loc_a))
949 loc_a = get_location_from_adhoc_loc (m_line_table, loc_a);
955 if (loc_a < RESERVED_LOCATION_COUNT
957 return loc_a == loc_b;
959 const line_map *map_a = linemap_lookup (m_line_table, loc_a);
974 = linemap_location_from_macro_definition_p (m_line_table, loc_a);
    [all...]
input.cc 2104 location_t loc_a = linemap_position_for_column (line_table, 1); local
2151 assert_loceq ("foo.c", 1, 1, loc_a);
2169 ASSERT_FALSE (is_location_from_builtin_token (loc_a));
2170 ASSERT_TRUE (pure_location_p (line_table, loc_a));
3920 location_t loc_a = linemap_line_start (line_table, 2578, 255); local
3921 assert_loceq ("foo.c", 2578, 0, loc_a);
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1943 location_t loc_a = linemap_position_for_column (line_table, 1); local
1990 assert_loceq ("foo.c", 1, 1, loc_a);
2008 ASSERT_FALSE (is_location_from_builtin_token (loc_a));
2009 ASSERT_TRUE (pure_location_p (line_table, loc_a));
3755 location_t loc_a = linemap_line_start (line_table, 2578, 255); local
3756 assert_loceq ("foo.c", 2578, 0, loc_a);
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)
938 if (IS_ADHOC_LOC (loc_a))
939 loc_a = get_location_from_adhoc_loc (line_table, loc_a);
945 if (loc_a < RESERVED_LOCATION_COUNT
947 return loc_a == loc_b;
949 const line_map *map_a = linemap_lookup (line_table, loc_a);
964 = linemap_location_from_macro_definition_p (line_table, loc_a);
976 loc_a);
    [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)
440 gcc_assert (from_macro_expansion_at (loc_a));
443 const line_map_macro *map_a = get_outermost_macro_expansion (loc_a);
  /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)
441 gcc_assert (from_macro_expansion_at (loc_a));
444 const line_map_macro *map_a = get_outermost_macro_expansion (loc_a);
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 17381 location_t loc_a = export_a.def ? export_a.def->line : export_a.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 16795 location_t loc_a = export_a.def ? export_a.def->line : export_a.undef_loc;
16802 if (loc_a < loc_b)
16804 else if (loc_a > loc_b)

Completed in 71 milliseconds