Home
last modified time | relevance | path

Searched refs:m_location (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DElftosbLexer.h70 inline token_loc_t & getLocation() { return m_location; } in getLocation()
81 token_loc_t m_location; //!< Location for the current token. variable
Delftosb_lexer.l27m_location.m_firstLine = m_line; \
28m_location.m_lastLine = m_line; \
267m_location.m_firstLine = m_blobFirstLine;
DElftosbAST.h69 virtual void setLocation(token_loc_t & loc) { m_location = loc; } in setLocation()
74 virtual token_loc_t & getLocation() { return m_location; } in getLocation()
75 virtual const token_loc_t & getLocation() const { return m_location; } in getLocation()
77 virtual int getFirstLine() { return m_location.m_firstLine; } in getFirstLine()
78 virtual int getLastLine() { return m_location.m_lastLine; } in getLastLine()
83 token_loc_t m_location; //!< Location of this node in the source file. variable
DElftosbAST.cpp36 m_location.m_firstLine = first.m_firstLine; in setLocation()
37 m_location.m_lastLine = last.m_lastLine; in setLocation()
42 m_location.m_firstLine = first->getLocation().m_firstLine; in setLocation()
43 m_location.m_lastLine = last->getLocation().m_lastLine; in setLocation()
Delftosb_lexer.cpp617m_location.m_firstLine = m_line; \
618m_location.m_lastLine = m_line; \
1196m_location.m_firstLine = m_blobFirstLine;
/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptinfo.h158 location_t get_location () const { return m_location; } in get_location()
164 location_t m_location; variable
Dalloc-pool.h236 mem_location m_location; variable
247 m_location (ALLOC_POOL_ORIGIN, false PASS_MEM_STAT) {} in base_pool_allocator()
278 (this, new mem_location (m_location)); in initialize()
Doptinfo.cc41 : m_kind (kind), m_location (location), m_text (text) in optinfo_item()
Dmem-stats.h380 mem_location m_location; variable
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvalue.c155 const struct lval_funcs *funcs = m_location.computed.funcs; in ~value()
161 delete m_location.xm_worker; in ~value()
974 result->m_location.reg.regnum = regnum; in allocate_register_lazy()
985 result->m_location.reg.next_frame_id = get_frame_id (next_frame); in allocate_register_lazy()
988 gdb_assert (frame_id_p (result->m_location.reg.next_frame_id)); in allocate_register_lazy()
1030 v->m_location.computed.funcs = funcs; in allocate_computed()
1031 v->m_location.computed.closure = closure; in allocate_computed()
1334 const struct lval_funcs *funcs = m_location.computed.funcs; in optimized_out()
1387 || !m_location.computed.funcs->check_synthetic_pointer) in bits_synthetic_pointer()
1389 return m_location.computed.funcs->check_synthetic_pointer (this, offset, in bits_synthetic_pointer()
[all …]
Dvalue.h375 { return &m_location.internalvar; } in deprecated_internalvar_hack()
384 return m_location.reg.next_frame_id; in next_frame_id()
394 return m_location.reg.regnum; in regnum()
718 } m_location {};
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmacro.cc124 m_location (0), in vaopt_state()
148 m_location = token->src_loc; in update()
156 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location, in update()
234 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location, in completed()
272 location_t m_location; member in vaopt_state
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git5625 `m_location.reg.regnum` directly from value::allocate_register_lazy,
5635 `m_location.reg.next_frame_id` directly from value::allocate_register_lazy,