HomeSort by: relevance | last modified time | path
    Searched refs:m_loc (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/
optinfo.h 101 : m_loc (loc), m_kind (kind), m_pass (pass), m_items ()
106 get_dump_location () const { return m_loc; }
109 get_user_location () const { return m_loc.get_user_location (); }
112 get_impl_location () const { return m_loc.get_impl_location (); }
119 location_t get_location_t () const { return m_loc.get_location_t (); }
120 profile_count get_count () const { return m_loc.get_count (); }
132 dump_location_t m_loc; member in class:optinfo
diagnostic-path.h 109 location_t get_location () const FINAL OVERRIDE { return m_loc; }
118 location_t m_loc; member in class:simple_diagnostic_event
diagnostic-format-json.cc 85 location_t caret_loc = get_pure_location (loc_range->m_loc);
90 location_t start_loc = get_start (loc_range->m_loc);
91 location_t finish_loc = get_finish (loc_range->m_loc);
366 loc_range.m_loc = bad_endpoints;
dumpfile.h 343 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {}
365 location_t get_location_t () const { return m_loc; }
370 : m_count (count), m_loc (loc)
374 location_t m_loc; member in class:dump_user_location_t
  /src/external/gpl3/gcc/dist/gcc/
optinfo.h 101 : m_loc (loc), m_kind (kind), m_pass (pass), m_items ()
106 get_dump_location () const { return m_loc; }
109 get_user_location () const { return m_loc.get_user_location (); }
112 get_impl_location () const { return m_loc.get_impl_location (); }
119 location_t get_location_t () const { return m_loc.get_location_t (); }
120 profile_count get_count () const { return m_loc.get_count (); }
132 dump_location_t m_loc; member in class:optinfo
diagnostic-path.h 214 location_t get_location () const final override { return m_loc; }
235 location_t m_loc; member in class:simple_diagnostic_event
diagnostic-format-json.cc 134 location_t caret_loc = get_pure_location (loc_range->m_loc);
139 location_t start_loc = get_start (loc_range->m_loc);
140 location_t finish_loc = get_finish (loc_range->m_loc);
431 loc_range.m_loc = bad_endpoints;
dumpfile.h 343 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {}
365 location_t get_location_t () const { return m_loc; }
370 : m_count (count), m_loc (loc)
374 location_t m_loc; member in class:dump_user_location_t
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
name-hint.h 53 location_t get_location () const { return m_loc; }
66 : m_loc (loc), m_suppress (false) {}
69 location_t m_loc; member in class:deferred_diagnostic
  /src/external/gpl3/gcc/dist/gcc/c-family/
name-hint.h 53 location_t get_location () const { return m_loc; }
66 : m_loc (loc), m_suppress (false) {}
69 location_t m_loc; member in class:deferred_diagnostic
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
call-site.h 66 m_loc.physaddr = physaddr;
72 m_loc.physname = physname;
78 m_loc.dwarf_block = dwarf_block;
84 m_loc.addresses.length = length;
85 m_loc.addresses.values = data;
117 } m_loc; member in struct:call_site_target
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
call-site.h 65 m_loc.physaddr = physaddr;
71 m_loc.physname = physname;
77 m_loc.dwarf_block = dwarf_block;
83 m_loc.addresses.length = length;
84 m_loc.addresses.values = data;
116 } m_loc; member in struct:call_site_target
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-target-attr.cc 43 , m_loc (loc)
62 location_t m_loc; member in class:__anon833::riscv_target_attr_parser
93 m_subset_list = riscv_subset_list::parse (str, m_loc);
110 ? riscv_subset_list::parse (local_arch_str, m_loc)
112 m_subset_list->set_loc (m_loc);
120 m_loc,
131 m_loc,
159 error_at (m_loc, "%<target()%> attribute: arch appears more than once");
170 error_at (m_loc, "%<target()%> attribute: cpu appears more than once");
177 error_at (m_loc, "%<target()%> attribute: unknown CPU %qs", str)
    [all...]
riscv-subset.h 54 location_t m_loc; member in class:riscv_subset_list
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-subset.h 49 location_t m_loc; member in class:riscv_subset_list
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 461 : m_arch (arch), m_loc (loc), m_head (NULL), m_tail (NULL), m_xlen (0),
673 m_loc,
682 error_at (m_loc,
690 error_at (m_loc,
698 error_at (m_loc,
706 error_at (m_loc,
955 error_at (m_loc, "%<-march=%s%>: expect number "
961 error_at (m_loc, "%<-march=%s%>: for %<%s%dp%dp?%>, version "
1019 error_at (m_loc, "%<-march=%s%>: ISA string must begin with rv32 or rv64",
1043 error_at (m_loc, "%<-march=%s%>: rv%de is not a valid base ISA"
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
diagnostic-manager.h 78 location_t m_loc; member in class:ana::saved_diagnostic
118 m_loc (UNKNOWN_LOCATION)
133 m_loc (loc)
141 location_t m_loc; member in struct:ana::pending_location
infinite-loop.cc 78 m_loc (loc),
106 && m_loc == other.m_loc);
122 location_t m_loc; member in struct:infinite_loop
224 (event_loc_info (m_inf_loop->m_loc,
570 if (inf_loop->m_loc == UNKNOWN_LOCATION)
578 pending_location ploc (enode, snode, inf_loop->m_loc);
checker-event.h 34 : m_loc (loc), m_fndecl (fndecl), m_depth (depth)
37 location_t m_loc; member in struct:ana::event_loc_info
105 location_t get_location () const final override { return m_loc; }
144 void set_location (location_t loc) { m_loc = loc; }
153 location_t m_loc; member in class:ana::checker_event
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 3060 set_playback_obj (r->new_array_type (playback_location (r, m_loc),
3091 r.get_identifier (m_loc),
3323 set_playback_obj (r->new_field (playback_location (r, m_loc),
3364 r.get_identifier (m_loc),
3377 set_playback_obj (r->new_bitfield (playback_location (r, m_loc),
3423 r.get_identifier (m_loc),
3437 m_loc (loc),
3454 m_loc = loc;
3993 set_playback_obj (r->new_param (playback_location (r, m_loc),
4033 r.get_identifier (m_loc),
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 3120 set_playback_obj (r->new_array_type (playback_location (r, m_loc),
3151 r.get_identifier (m_loc),
3383 set_playback_obj (r->new_field (playback_location (r, m_loc),
3424 r.get_identifier (m_loc),
3437 set_playback_obj (r->new_bitfield (playback_location (r, m_loc),
3483 r.get_identifier (m_loc),
3497 m_loc (loc),
3514 m_loc = loc;
4060 set_playback_obj (r->new_param (playback_location (r, m_loc),
4100 r.get_identifier (m_loc),
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/common/config/riscv/
riscv-common.cc 230 : m_arch (arch), m_loc (loc), m_head (NULL), m_tail (NULL), m_xlen (0)
391 m_loc,
640 error_at (m_loc, "%<-march=%s%>: expect number "
646 error_at (m_loc, "%<-march=%s%>: for %<%s%dp%dp?%>, version "
716 error_at (m_loc, "%<-march=%s%>: rv%de is not a valid base ISA",
728 warning_at (m_loc, 0, "version of %<g%> will be omitted, please "
747 error_at (m_loc, "%<-march=%s%>: first ISA subset must be %<e%>, "
774 error_at (m_loc, "%<-march=%s%>: unsupported ISA subset %<%c%>",
777 error_at (m_loc,
965 error_at (m_loc, "%<-march=%s%>: name of %s must be more than 1 letter"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.h 87 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth),
94 location_t get_location () const FINAL OVERRIDE { return m_loc; }
115 void set_location (location_t loc) { m_loc = loc; }
120 location_t m_loc; member in class:ana::checker_event
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 622 return m_loc.bitpos;
628 m_loc.bitpos = bitpos;
634 return m_loc.enumval;
640 m_loc.enumval = enumval;
646 return m_loc.physaddr;
652 m_loc.physaddr = physaddr;
658 return m_loc.physname;
664 m_loc.physname = physname;
670 return m_loc.dwarf_block;
676 m_loc.dwarf_block = dwarf_block
718 union field_location m_loc; member in struct:field
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 628 return m_loc.bitpos;
634 m_loc.bitpos = bitpos;
640 return m_loc.enumval;
646 m_loc.enumval = enumval;
652 return m_loc.physaddr;
658 m_loc.physaddr = physaddr;
664 return m_loc.physname;
670 m_loc.physname = physname;
676 return m_loc.dwarf_block;
682 m_loc.dwarf_block = dwarf_block
724 union field_location m_loc; member in struct:field
    [all...]

Completed in 126 milliseconds

1 2 3