ADT
        ast-experimental
        enum
        forall-pointer-decay
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 88792f3 was             00da199, checked in by Henry Xue <y58xue@…>, 4 years ago           | 
        
        
          | 
             
Add a switch to print AST after exdecl pass 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1.1 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | //
 | 
|---|
| 2 | // Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo
 | 
|---|
| 3 | //
 | 
|---|
| 4 | // The contents of this file are covered under the licence agreement in the
 | 
|---|
| 5 | // file "LICENCE" distributed with Cforall.
 | 
|---|
| 6 | //
 | 
|---|
| 7 | // CompilationState.cc --
 | 
|---|
| 8 | //
 | 
|---|
| 9 | // Author           : Rob Schluntz
 | 
|---|
| 10 | // Created On       : Mon Ju1 30 10:47:01 2018
 | 
|---|
| 11 | // Last Modified By : Henry Xue
 | 
|---|
| 12 | // Last Modified On : Tue Jul 20 04:27:35 2021
 | 
|---|
| 13 | // Update Count     : 5
 | 
|---|
| 14 | //
 | 
|---|
| 15 | 
 | 
|---|
| 16 | #include "config.h"
 | 
|---|
| 17 | 
 | 
|---|
| 18 | int
 | 
|---|
| 19 |         astp = false,
 | 
|---|
| 20 |         bresolvep = false,
 | 
|---|
| 21 |         bboxp = false,
 | 
|---|
| 22 |         bcodegenp = false,
 | 
|---|
| 23 |         ctorinitp = false,
 | 
|---|
| 24 |         declstatsp = false,
 | 
|---|
| 25 |         exdeclp = false,
 | 
|---|
| 26 |         exprp = false,
 | 
|---|
| 27 |         expraltp = false,
 | 
|---|
| 28 |         genericsp = false,
 | 
|---|
| 29 |         libcfap = false,
 | 
|---|
| 30 |         nopreludep = false,
 | 
|---|
| 31 |         genproto = false,
 | 
|---|
| 32 |         deterministic_output = false,
 | 
|---|
| 33 |         useNewAST = CFA_USE_NEW_AST,
 | 
|---|
| 34 |         nomainp = false,
 | 
|---|
| 35 |         parsep = false,
 | 
|---|
| 36 |         resolvep = false,
 | 
|---|
| 37 |         resolvprotop = false,
 | 
|---|
| 38 |         symtabp = false,
 | 
|---|
| 39 |         treep = false,
 | 
|---|
| 40 |         tuplep = false,
 | 
|---|
| 41 |         validp = false,
 | 
|---|
| 42 |         errorp = false,
 | 
|---|
| 43 |         codegenp = false,
 | 
|---|
| 44 |         prettycodegenp = false,
 | 
|---|
| 45 |         linemarks = false;
 | 
|---|
| 46 | 
 | 
|---|
| 47 | // Local Variables: //
 | 
|---|
| 48 | // tab-width: 4 //
 | 
|---|
| 49 | // mode: c++ //
 | 
|---|
| 50 | // compile-command: "make install" //
 | 
|---|
| 51 | // End:  //
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.