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

Files

file  break_outside_loop_validator.cpp
 An implementation of the validator which checks that no break or continue statement appears where it should not appear.
 
file  no_global_var_def_validator.cpp
 Implementation of NoGlobalVarDefValidator.
 
file  return_validator.cpp
 An implementation of the validator which checks returns from functions.