Searched refs:m_variable (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp232 : ExprASTNode(other), m_variable()
234 m_variable = new std::string(*other.m_variable);
240 printf("%s(%s)\n", nodeName().c_str(), m_variable->c_str());
245 if (!context.isVariableDefined(*m_variable))
247 throw std::runtime_error(format_string("line %d: undefined variable '%s'", getFirstLine(), m_variable->c_str()));
250 uint32_t value = context.getVariableValue(*m_variable);
251 int_size_t size = context.getVariableSize(*m_variable);
H A DElftosbAST.h284 VariableExprASTNode(std::string * name) : ExprASTNode(), m_variable(name) {}
287 inline std::string * getVariableName() { return m_variable; }
298 smart_ptr<std::string> m_variable; member in class:elftosb::VariableExprASTNode
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h2485 memento (ctxt), m_variable (variable), m_init (init) {};
2495 lvalue *m_variable; member in class:gcc::jit::recording::global_init_rvalue
H A Djit-recording.cc7615 r->global_set_init_rvalue (m_variable->playback_lvalue (),
7625 r.get_identifier (m_variable),
7639 m_variable->get_debug_string (),

Completed in 207 milliseconds