GP-3842 Adjustments to pointer-array printing

This commit is contained in:
caheckman 2023-09-15 18:18:16 +00:00
parent 5316f2c419
commit 01d4bc0885
8 changed files with 187 additions and 44 deletions

View file

@ -172,6 +172,7 @@ protected:
virtual bool doEmitWideCharPrefix(void) const;
bool checkArrayDeref(const Varnode *vn) const; ///< Determine whether a LOAD/STORE expression requires pointer '*' syntax
bool checkAddressOfCast(const PcodeOp *op) const; ///< Check if CAST can be printed as an '&'
void emitStructDefinition(const TypeStruct *ct); ///< Emit the definition of a \e structure data-type
void emitEnumDefinition(const TypeEnum *ct); ///< Emit the definition of an \e enumeration data-type
void emitPrototypeOutput(const FuncProto *proto,const Funcdata *fd); ///< Emit the output data-type of a function prototype