retdec
|
An implementation of the validator which checks returns from functions. More...
#include "retdec/llvmir2hll/ir/function.h"
#include "retdec/llvmir2hll/ir/return_stmt.h"
#include "retdec/llvmir2hll/ir/void_type.h"
#include "retdec/llvmir2hll/support/debug.h"
#include "retdec/llvmir2hll/validator/validator_factory.h"
#include "retdec/llvmir2hll/validator/validators/return_validator.h"
Namespaces | |
retdec | |
retdec::llvmir2hll | |
Functions | |
retdec::llvmir2hll::REGISTER_AT_FACTORY ("Return", RETURN_VALIDATOR_ID, ValidatorFactory, ReturnValidator::create) | |
An implementation of the validator which checks returns from functions.