retdec
Classes | Namespaces | Enumerations
function_type.h File Reference

Representation of function types in borland AST. More...

#include "retdec/demangler/borland_ast/type_node.h"
#include "retdec/demangler/borland_ast/node_array.h"

Go to the source code of this file.

Classes

class  retdec::demangler::borland::FunctionTypeNode
 Representation of function types. Used for information about functions without name. More...
 

Namespaces

 retdec
 
 retdec::demangler
 
 retdec::demangler::borland
 

Enumerations

enum class  retdec::demangler::borland::CallConv {
  retdec::demangler::borland::cc_fastcall , retdec::demangler::borland::cc_cdecl , retdec::demangler::borland::cc_pascal , retdec::demangler::borland::cc_stdcall ,
  retdec::demangler::borland::cc_unknown
}
 

Detailed Description

Representation of function types in borland AST.