retdec
|
Directories | |
directory | visitors |
Files | |
file | caching.h [code] |
A mixin for enabling caching of computed results. | |
file | const_symbol_converter.h [code] |
file | debug.h [code] |
Debugging support. | |
file | expr_types_fixer.h [code] |
A visitor for fixing the types in the IR. | |
file | expression_negater.h [code] |
Negation of expressions. | |
file | factory.h [code] |
Implementation of the Object Factory design pattern. | |
file | global_vars_sorter.h [code] |
Sorts global variables according to the given conditions. | |
file | headers_for_declared_funcs.h [code] |
file | library_funcs_remover.h [code] |
file | metadatable.h [code] |
A mixin providing metadata attached to objects. | |
file | observer.h [code] |
Implementation of a generic typed observer (observer part). | |
file | singleton.h [code] |
Implementation of the Singleton design pattern. | |
file | smart_ptr.h [code] |
Declarations, aliases, macros, etc. for the use of smart pointers. | |
file | statements_counter.h [code] |
Counter of the number of statements in a block. | |
file | struct_types_sorter.h [code] |
Sorts structured types according to their names and dependencies. | |
file | subject.h [code] |
Implementation of a generic typed observer (subject part). | |
file | types.h [code] |
Aliases for several useful types. | |
file | unreachable_code_in_cfg_remover.h [code] |
file | valid_state.h [code] |
A mixin providing support for keeping the validity of an object. | |
file | value_text_repr_visitor.h [code] |
A visitor for obtaining a textual representation of a value. | |
file | variable_replacer.h [code] |
A replacer of variables in functions. | |
file | visitable.h [code] |
Interface for classes whose instances are visitable by a Visitor. | |
file | visitor.h [code] |
A base class of all visitors. | |
file | visitor_adapter.h [code] |
A visitor whose visit methods do nothing. | |