retdec
Namespaces | Functions
get_name_of_var_storing_result.h File Reference

Support for implementing the getNameOfVarStoringResult semantics. More...

#include <optional>
#include "retdec/llvmir2hll/support/types.h"

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::llvmir2hll
 
 retdec::llvmir2hll::semantics
 Implementation of semantics.
 

Functions

std::optional< std::string > retdec::llvmir2hll::semantics::getNameOfVarStoringResultFromMap (const std::string &funcName, const StringStringUMap &map)
 Returns the name of a variable storing the result from the given function from the given map. More...
 

Detailed Description

Support for implementing the getNameOfVarStoringResult semantics.