retdec
Namespaces | Functions
get_name_of_var_storing_result.cpp File Reference

Implementation of functions from getNameOfVarStoringResult.h. More...

#include "retdec/llvmir2hll/semantics/semantics/impl_support/get_name_of_var_storing_result.h"

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

Implementation of functions from getNameOfVarStoringResult.h.