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

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
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
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
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
read-rtl-function.cc 61 : m_loc (loc), m_src_bb_idx (src_bb_idx), m_dest_bb_idx (dest_bb_idx),
65 file_location m_loc; member in class:deferred_edge
151 : m_loc (loc), m_rtx (x)
158 file_location m_loc; member in class:fixup
264 error_at (m_loc,
268 error_at (m_loc,
838 fatal_at (de->m_loc, "error: block index %i not found",
842 fatal_at (de->m_loc, "error: block with index %i not found",
  /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/gcc/dist/libcpp/include/
rich-location.h 63 location_t m_loc; member in struct:location_range
  /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.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/config/riscv/
riscv-subset.h 54 location_t m_loc; member in class:riscv_subset_list
riscv-target-attr.cc 43 , m_loc (loc)
62 location_t m_loc; member in class:__anon13408::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...]
  /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
diagnostic-manager.cc 682 m_loc (ploc.m_loc),
707 && m_loc == other.m_loc
837 If we don't have a specific location in m_loc and m_stmt is still NULL,
857 if (m_loc == UNKNOWN_LOCATION)
1244 : m_sd (sd), m_stmt (sd.m_stmt), m_loc (sd.m_loc)
1246 gcc_assert (m_stmt || m_loc != UNKNOWN_LOCATION);
1260 && m_loc == other.m_loc)
1296 location_t m_loc; member in class:ana::dedupe_key
    [all...]
  /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
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
read-rtl-function.cc 61 : m_loc (loc), m_src_bb_idx (src_bb_idx), m_dest_bb_idx (dest_bb_idx),
65 file_location m_loc; member in class:deferred_edge
151 : m_loc (loc), m_rtx (x)
158 file_location m_loc; member in class:fixup
264 error_at (m_loc,
268 error_at (m_loc,
839 fatal_at (de->m_loc, "error: block index %i not found",
843 fatal_at (de->m_loc, "error: block with index %i not found",
  /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.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/gcc.old/dist/libcpp/include/
line-map.h 1353 location_t m_loc; member in struct:location_range
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 883 m_loc (loc),
905 location *m_loc; member in class:gcc::jit::recording::array_type
963 m_loc (loc),
989 location *m_loc; member in class:gcc::jit::recording::field
1029 location *get_loc () const { return m_loc; }
1055 location *m_loc; member in class:gcc::jit::recording::compound_type
1163 m_loc (loc),
1171 location * get_loc () const { return m_loc; }
1220 location *m_loc; member in class:gcc::jit::recording::rvalue
1351 location *get_loc () const { return m_loc; }
1380 location *m_loc; member in class:gcc::jit::recording::function
2188 location *m_loc; member in class:gcc::jit::recording::statement
2596 location *m_loc; member in class:gcc::jit::recording::top_level_asm
    [all...]
libgccjit.cc 3280 m_loc (loc),
3286 gcc_jit_location *m_loc; member in class:api_call_validator
3379 jit_error (m_ctxt, m_loc,
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1186 : m_loc (loc), m_kind (k), m_pdf (pdf), m_ucn (ucn)
1199 location_t m_loc;
1254 return vec[len - 1].m_loc;
1620 add_range (bidi::vec[i].m_loc,
1198 location_t m_loc; member in struct:bidi::context

Completed in 53 milliseconds

1 2