retdec
validators Directory Reference
Directory dependency graph for validators:
/var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/llvmir2hll/validator/validators

Files

file  break_outside_loop_validator.h [code]
 A validator which checks that no break or continue statement appears where it should not appear.
 
file  no_global_var_def_validator.h [code]
 A validator which checks that no global variable is defined in a VarDefStmt.
 
file  return_validator.h [code]
 A validator which checks returns from functions.