LCOV - code coverage report
Current view: top level - home/yyan7/compiler/rexompiler/src/midend/astProcessing - AstNodeVisitMapping.h (source / functions) Hit Total Coverage
Test: ROSE Lines: 1 1 100.0 %
Date: 2022-12-08 13:48:47 Functions: 0 0 -
Legend: Lines: hit not hit

          Line data    Source code
       1             : // Author: Markus Schordan
       2             : // $Id: AstNodeVisitMapping.h,v 1.2 2006/04/24 00:21:32 dquinlan Exp $
       3             : 
       4             : #ifndef ASTNODEVISITMAPPING_H
       5             : #define ASTNODEVISITMAPPING_H
       6             : 
       7             : #include <map>
       8             : #include <string>
       9             : #include "AstProcessing.h"
      10             : 
      11             : class AstNodeVisitMapping : public SgSimpleProcessing {
      12             : public:
      13           2 :   AstNodeVisitMapping(int pn):pagenum(pn) {}
      14             :   typedef std::map<std::string,int> MappingType;
      15             :   typedef MappingType::value_type MappingPairType;
      16             :   MappingType address_pagenum;
      17             :   int pagenum;
      18             :   void visit(SgNode* node);
      19             : };
      20             : 
      21             : #endif

Generated by: LCOV version 1.14