Searched defs:Prolog (Results 1 – 1 of 1) sorted by relevance
41 struct Prolog { struct43 const RpnExpr& vma() const { in vma()47 RpnExpr& vma() { in vma()54 Type type() const { return m_Type; } in type()80 bool operator==(const Prolog& pRHS) const { argument99 RpnExpr* m_pVMA;100 Type m_Type;101 RpnExpr* m_pLMA;102 RpnExpr* m_pAlign;103 RpnExpr* m_pSubAlign;[all …]