Home
last modified time | relevance | path

Searched defs:getRpnExpr (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DAssertCmd.h33 const RpnExpr& getRpnExpr() const { return m_RpnExpr; } in getRpnExpr() function
34 RpnExpr& getRpnExpr() { return m_RpnExpr; } in getRpnExpr() function
DAssignment.h49 const RpnExpr& getRpnExpr() const { return m_RpnExpr; } in getRpnExpr() function
50 RpnExpr& getRpnExpr() { return m_RpnExpr; } in getRpnExpr() function