retdec
Classes | Namespaces
used_vars_visitor.h File Reference

A visitor for obtaining the used variables in a value. More...

#include <cstddef>
#include <map>
#include "retdec/llvmir2hll/support/caching.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/llvmir2hll/support/visitors/ordered_all_visitor.h"
#include "retdec/utils/non_copyable.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::UsedVars
 Used variables for a value (expression, statement). More...
 
class  retdec::llvmir2hll::UsedVarsVisitor
 A visitor for obtaining the used variables in a value. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A visitor for obtaining the used variables in a value.