retdec
|
Directories | |
directory | alias_analysis |
Files | |
file | break_in_if_analysis.h [code] |
Analysis of a break statement in an if statement. | |
file | def_use_analysis.h [code] |
An analysis providing def-use chains. | |
file | expr_types_analysis.h [code] |
A visitor for fixing the types in BIR. | |
file | goto_target_analysis.h [code] |
Analysis of goto targets. | |
file | indirect_func_ref_analysis.h [code] |
Analysis of functions that are referenced outside of direct calls. | |
file | no_init_var_def_analysis.h [code] |
An analysis which returns variable-defining statements without an initializer in given functions. | |
file | null_pointer_analysis.h [code] |
Analysis of the use of null pointers. | |
file | special_fp_analysis.h [code] |
A visitor for obtaining information whether a special floating-point value is used in a module. | |
file | use_def_analysis.h [code] |
An analysis providing use-def chains. | |
file | used_types_visitor.h [code] |
A visitor for obtaining the used types in the IR. | |
file | used_vars_visitor.h [code] |
A visitor for obtaining the used variables in a value. | |
file | value_analysis.h [code] |
An analysis for obtaining information about a value. | |
file | var_uses_visitor.h [code] |
A visitor for obtaining the uses of variables in a function. | |
file | written_into_globals_visitor.h [code] |
A visitor for obtaining written-into global variables in functions. | |