retdec
|
Files | |
file | array_type.h [code] |
Representation of array types in borland AST. | |
file | borland_ast.h [code] |
File to include, when all borland_ast node files are needed. | |
file | built_in_type.h [code] |
Representation of built-in types in borland AST. | |
file | char_type.h [code] |
Representation of char types in borland AST. | |
file | conversion_operator.h [code] |
Representation of conversion operators in borland AST. | |
file | float_type.h [code] |
Representation of floating point number types in borland AST. | |
file | function_node.h [code] |
Representation of functions in borland AST. | |
file | function_type.h [code] |
Representation of function types in borland AST. | |
file | integral_type.h [code] |
Representation of integral number types in borland AST. | |
file | name_node.h [code] |
Representation of names in borland AST. | |
file | named_type.h [code] |
Representation of named types in borland AST. | |
file | node.h [code] |
Base class for all nodes in borland AST. | |
file | node_array.h [code] |
Representation of arrays of nodes in borland AST. | |
file | parentheses_node.h [code] |
Representation of node that adds parentheses around another node in borland AST. | |
file | pointer_type.h [code] |
Representation of pointer type in borland AST. | |
file | qualifiers.h [code] |
Representation of type qualifiers in borland AST. | |
file | reference_type.h [code] |
Representation of L-value reference type in borland AST. | |
file | rreference_type.h [code] |
Representation of R-value reference type in borland AST. | |
file | template_node.h [code] |
Representation of templates in borland AST. | |
file | type_node.h [code] |
Base class for all types in borland AST. | |