Searched defs:Prolog (Results 1 – 1 of 1) sorted by relevance
41 struct Prolog { struct42 bool hasVMA() const { return m_pVMA != NULL; } in hasVMA()43 const RpnExpr& vma() const { in vma()47 RpnExpr& vma() { in vma()52 void setType(Type pType) { m_Type = pType; } in setType()54 Type type() const { return m_Type; } in type()56 bool hasLMA() const { return m_pLMA != NULL; } in hasLMA()80 bool operator==(const Prolog& pRHS) const { argument99 RpnExpr* m_pVMA;100 Type m_Type;[all …]