#include <reference_attributes.h>
  
  
      
        
          | virtual AstAttribute::OwnershipPolicy risc::sg::FunctionParameterReferenceAttribute::getOwnershipPolicy  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
      
        
          | std::set<SgVariableSymbol*> risc::sg::FunctionParameterReferenceAttribute::mapped_variables_ | 
        
      
 
The actual variables that the reference function parameter really refers to. 
 
 
      
        
          | std::map<PortCallPath, std::set<SgVariableSymbol*> > risc::sg::FunctionParameterReferenceAttribute::mapped_variables_with_pcp_ | 
        
      
 
When the parameter is reached by this PortCallPath, then it should refer to the SgVariableSymbol is the set. 
 
 
The documentation for this class was generated from the following file: