Searched defs:Epilog (Results 1 – 2 of 2) sorted by relevance
107 struct Epilog { struct108 bool hasRegion() const { return m_pRegion != NULL; } in hasRegion()132 bool operator==(const Epilog& pRHS) const { argument147 const std::string* m_pRegion;148 const std::string* m_pLMARegion;149 StringList* m_pPhdrs;150 RpnExpr* m_pFillExp;
224 static void Epilog(int status) { in Epilog() function