retdec
Namespaces | Functions
no_global_var_def_validator.cpp File Reference

Implementation of NoGlobalVarDefValidator. More...

#include "retdec/llvmir2hll/ir/function.h"
#include "retdec/llvmir2hll/ir/module.h"
#include "retdec/llvmir2hll/ir/var_def_stmt.h"
#include "retdec/llvmir2hll/support/debug.h"
#include "retdec/llvmir2hll/validator/validator_factory.h"
#include "retdec/llvmir2hll/validator/validators/no_global_var_def_validator.h"

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Functions

 retdec::llvmir2hll::REGISTER_AT_FACTORY ("NoGlobalVarDef", NO_GLOBAL_VAR_DEF_VALIDATOR_ID, ValidatorFactory, NoGlobalVarDefValidator::create)
 

Detailed Description

Implementation of NoGlobalVarDefValidator.