Searched refs:m_location (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/bsd/elftosb/dist/elftosb2/ |
| D | ElftosbLexer.h | 70 inline token_loc_t & getLocation() { return m_location; } in getLocation() 81 token_loc_t m_location; //!< Location for the current token. variable
|
| D | elftosb_lexer.l | 27 … m_location.m_firstLine = m_line; \ 28 … m_location.m_lastLine = m_line; \ 267 … m_location.m_firstLine = m_blobFirstLine;
|
| D | ElftosbAST.h | 69 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
|
| D | ElftosbAST.cpp | 36 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()
|
| D | elftosb_lexer.cpp | 617 … m_location.m_firstLine = m_line; \ 618 … m_location.m_lastLine = m_line; \ 1196 … m_location.m_firstLine = m_blobFirstLine;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | optinfo.h | 158 location_t get_location () const { return m_location; } in get_location() 164 location_t m_location; variable
|
| D | alloc-pool.h | 236 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()
|
| D | optinfo.cc | 41 : m_kind (kind), m_location (location), m_text (text) in optinfo_item()
|
| D | mem-stats.h | 380 mem_location m_location; variable
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | value.c | 155 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 …]
|
| D | value.h | 375 { 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/ |
| D | macro.cc | 124 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/ |
| D | ChangeLog.git | 5625 `m_location.reg.regnum` directly from value::allocate_register_lazy, 5635 `m_location.reg.next_frame_id` directly from value::allocate_register_lazy,
|