HomeSort by relevance Sort by last modified time
    Searched defs:getRpnExpr (Results 1 - 2 of 2) 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; }
Assignment.h 49 const RpnExpr& getRpnExpr() const { return m_RpnExpr; }
50 RpnExpr& getRpnExpr() { return m_RpnExpr; }

Completed in 69 milliseconds