Lines Matching defs:Prolog
41 struct Prolog { struct
42 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 { argument
99 RpnExpr* m_pVMA;
100 Type m_Type;
101 RpnExpr* m_pLMA;
102 RpnExpr* m_pAlign;
103 RpnExpr* m_pSubAlign;
104 Constraint m_Constraint;