HomeSort by relevance Sort by last modified time
    Searched refs:m_RpnExpr (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
AssertCmd.h 33 const RpnExpr& getRpnExpr() const { return m_RpnExpr; }
34 RpnExpr& getRpnExpr() { return m_RpnExpr; }
47 RpnExpr& m_RpnExpr;
Assignment.h 49 const RpnExpr& getRpnExpr() const { return m_RpnExpr; }
50 RpnExpr& getRpnExpr() { return m_RpnExpr; }
67 RpnExpr& m_RpnExpr;
  /frameworks/compile/mclinker/lib/Script/
AssertCmd.cpp 23 m_RpnExpr(pRpnExpr),
37 m_RpnExpr.dump();
Assignment.cpp 38 m_RpnExpr(pRpnExpr) {
69 m_RpnExpr.dump();
88 bool hasDotInRhs = m_RpnExpr.hasDot();
109 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
132 bool hasDotInRhs = m_RpnExpr.hasDot();
146 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
171 bool success = pEvaluator.eval(m_RpnExpr, result);

Completed in 74 milliseconds