Searched defs:Prolog (Results 1 – 1 of 1) sorted by relevance
45 struct Prolog { struct46 bool hasVMA() const { return m_pVMA != NULL; } in hasVMA()47 const RpnExpr& vma() const { in vma()51 RpnExpr& vma() { in vma()56 void setType(Type pType) { in setType()60 Type type() const { return m_Type; } in type()62 bool hasLMA() const { return m_pLMA != NULL; } in hasLMA()86 bool operator==(const Prolog& pRHS) const { argument105 RpnExpr* m_pVMA;106 Type m_Type;[all …]