retdec
get_name_of_var_storing_result.h
Go to the documentation of this file.
1 
8 #ifndef RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_WIN_API_SEMANTICS_GET_NAME_OF_VAR_STORING_RESULT_H
9 #define RETDEC_LLVMIR2HLL_SEMANTICS_SEMANTICS_WIN_API_SEMANTICS_GET_NAME_OF_VAR_STORING_RESULT_H
10 
11 #include <optional>
12 #include <string>
13 
14 namespace retdec {
15 namespace llvmir2hll {
16 namespace semantics {
17 namespace win_api {
18 
19 std::optional<std::string> getNameOfVarStoringResult(const std::string &funcName);
20 
21 } // namespace win_api
22 } // namespace semantics
23 } // namespace llvmir2hll
24 } // namespace retdec
25 
26 #endif
A library providing API for working with back-end IR.
std::optional< std::string > getNameOfVarStoringResult(const std::string &funcName)
Implements getNameOfVarStoringResult() for WinAPISemantics.
Definition: get_name_of_var_storing_result.cpp:95
Definition: archive_wrapper.h:19