Outliner::generatePackingStatements
Generate packing (wrapping) statements for the variables to be passed
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>
[[visibility]]
std::string
generatePackingStatements(
SgStatement* target,
ASTtools::VarSymSet_t& syms,
ASTtools::VarSymSet_t& pdsyms,
SgClassDeclaration* struct_decl = NULL);
Parameters
Name |
Description |
target |
This class represents the notion of a statement. |
syms |
Stores a collection of SgVariableSymbols (var syms). |
pdsyms |
Stores a collection of SgVariableSymbols (var syms). |
struct_decl |
This class represents the concept of a class declaration statement. It includes the |
Created with MrDocs