retdec
Classes | Namespaces | Enumerations
char_type.h File Reference

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

#include "retdec/demangler/borland_ast/built_in_type.h"

Go to the source code of this file.

Classes

class  retdec::demangler::borland::CharTypeNode
 Representation of char types. More...
 

Namespaces

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

Enumerations

enum class  retdec::demangler::borland::ThreeStateSignedness { retdec::demangler::borland::signed_char , retdec::demangler::borland::unsigned_char , retdec::demangler::borland::no_prefix }
 Signedness used for chars. Chars can be signed char, unsigned char and char, which are by standard distinct. These types are all mangled differently. More...
 

Detailed Description

Representation of char types in borland AST.