HomeSort by: relevance | last modified time | path
    Searched refs:m_location (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbLexer.h 70 inline token_loc_t & getLocation() { return m_location; }
81 token_loc_t m_location; //!< Location for the current token. member in class:elftosb::ElftosbLexer
elftosb_lexer.l 27 m_location.m_firstLine = m_line; \
28 m_location.m_lastLine = m_line; \
267 m_location.m_firstLine = m_blobFirstLine;
ElftosbAST.h 69 virtual void setLocation(token_loc_t & loc) { m_location = loc; }
74 virtual token_loc_t & getLocation() { return m_location; }
75 virtual const token_loc_t & getLocation() const { return m_location; }
77 virtual int getFirstLine() { return m_location.m_firstLine; }
78 virtual int getLastLine() { return m_location.m_lastLine; }
83 token_loc_t m_location; //!< Location of this node in the source file. member in class:elftosb::ASTNode
ElftosbAST.cpp 36 m_location.m_firstLine = first.m_firstLine;
37 m_location.m_lastLine = last.m_lastLine;
42 m_location.m_firstLine = first->getLocation().m_firstLine;
43 m_location.m_lastLine = last->getLocation().m_lastLine;
elftosb_lexer.cpp 617 m_location.m_firstLine = m_line; \
618 m_location.m_lastLine = m_line; \
1196 m_location.m_firstLine = m_blobFirstLine;
  /src/external/gpl3/gcc/dist/gcc/
optinfo.h 158 location_t get_location () const { return m_location; }
164 location_t m_location; member in class:optinfo_item
optinfo.cc 41 : m_kind (kind), m_location (location), m_text (text)
alloc-pool.h 236 mem_location m_location; member in class:base_pool_allocator
247 m_location (ALLOC_POOL_ORIGIN, false PASS_MEM_STAT) {}
278 (this, new mem_location (m_location));
mem-stats.h 380 mem_location m_location; member in class:mem_alloc_description
  /src/external/gpl3/gcc.old/dist/gcc/
optinfo.h 158 location_t get_location () const { return m_location; }
164 location_t m_location; member in class:optinfo_item
optinfo.cc 41 : m_kind (kind), m_location (location), m_text (text)
alloc-pool.h 236 mem_location m_location; member in class:base_pool_allocator
247 m_location (ALLOC_POOL_ORIGIN, false PASS_MEM_STAT) {}
278 (this, new mem_location (m_location));
mem-stats.h 380 mem_location m_location; member in class:mem_alloc_description
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 954 this->m_location = DWARF_VALUE_STACK;
956 switch (this->m_location)
1205 p.location = this->m_location;
1221 this->m_location = DWARF_VALUE_OPTIMIZED_OUT;
1508 this->m_location = DWARF_VALUE_MEMORY;
1697 this->m_location = DWARF_VALUE_REGISTER;
1706 this->m_location = DWARF_VALUE_REGISTER;
1718 this->m_location = DWARF_VALUE_LITERAL;
1726 this->m_location = DWARF_VALUE_STACK;
1748 this->m_location = DWARF_VALUE_IMPLICIT_POINTER
    [all...]
expr.h 159 dwarf_value_location m_location = DWARF_VALUE_MEMORY; member in struct:dwarf_expr_context
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 954 this->m_location = DWARF_VALUE_STACK;
956 switch (this->m_location)
1205 p.location = this->m_location;
1221 this->m_location = DWARF_VALUE_OPTIMIZED_OUT;
1508 this->m_location = DWARF_VALUE_MEMORY;
1696 this->m_location = DWARF_VALUE_REGISTER;
1705 this->m_location = DWARF_VALUE_REGISTER;
1717 this->m_location = DWARF_VALUE_LITERAL;
1725 this->m_location = DWARF_VALUE_STACK;
1747 this->m_location = DWARF_VALUE_IMPLICIT_POINTER
    [all...]
expr.h 159 dwarf_value_location m_location = DWARF_VALUE_MEMORY; member in struct:dwarf_expr_context
  /src/external/gpl3/gdb/dist/gdb/
value.c 155 const struct lval_funcs *funcs = m_location.computed.funcs;
161 delete m_location.xm_worker;
975 result->m_location.reg.regnum = regnum;
986 result->m_location.reg.next_frame_id = get_frame_id (next_frame);
989 gdb_assert (frame_id_p (result->m_location.reg.next_frame_id));
1031 v->m_location.computed.funcs = funcs;
1032 v->m_location.computed.closure = closure;
1335 const struct lval_funcs *funcs = m_location.computed.funcs;
1388 || !m_location.computed.funcs->check_synthetic_pointer)
1390 return m_location.computed.funcs->check_synthetic_pointer (this, offset
    [all...]
value.h 375 { return &m_location.internalvar; }
384 return m_location.reg.next_frame_id;
394 return m_location.reg.regnum;
718 } m_location {}; union in struct:value
  /src/external/gpl3/gdb.old/dist/gdb/
value.c 155 const struct lval_funcs *funcs = m_location.computed.funcs;
161 delete m_location.xm_worker;
975 result->m_location.reg.regnum = regnum;
986 result->m_location.reg.next_frame_id = get_frame_id (next_frame);
989 gdb_assert (frame_id_p (result->m_location.reg.next_frame_id));
1031 v->m_location.computed.funcs = funcs;
1032 v->m_location.computed.closure = closure;
1335 const struct lval_funcs *funcs = m_location.computed.funcs;
1388 || !m_location.computed.funcs->check_synthetic_pointer)
1390 return m_location.computed.funcs->check_synthetic_pointer (this, offset
    [all...]
value.h 375 { return &m_location.internalvar; }
384 return m_location.reg.next_frame_id;
394 return m_location.reg.regnum;
718 } m_location {}; union in struct:value
  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 124 m_location (0),
148 m_location = token->src_loc;
156 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
234 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
272 location_t m_location; member in class:vaopt_state
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 124 m_location (0),
148 m_location = token->src_loc;
156 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
234 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
272 location_t m_location; member in class:vaopt_state

Completed in 49 milliseconds