ADT
        aaron-thesis
        arm-eh
        ast-experimental
        cleanup-dtors
        ctor
        deferred_resn
        demangler
        enum
        forall-pointer-decay
        gc_noraii
        jacob/cs343-translation
        jenkins-sandbox
        memory
        new-ast
        new-ast-unique-expr
        new-env
        no_list
        persistent-indexer
        pthread-emulation
        qualifiedEnum
        resolv-new
        with_gc
      
      
        
          | 
            Last change
 on this file since 5c6768e was             b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago           | 
        
        
          | 
             
fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1.8 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [b1d6dd5] | 1 | nameExpr is *?
 | 
|---|
 | 2 | nameExpr is g
 | 
|---|
 | 3 | decl is g: pointer to function
 | 
|---|
 | 4 |   returning 
 | 
|---|
 | 5 |     nothing 
 | 
|---|
 | 6 | 
 | 
|---|
 | 7 | newExpr is Variable Expression: g: pointer to function
 | 
|---|
 | 8 |     returning 
 | 
|---|
 | 9 |       nothing 
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | 
 | 
|---|
 | 12 | alternatives before prune:
 | 
|---|
 | 13 | Cost ( 0, 0, 0 ): Variable Expression: g: pointer to function
 | 
|---|
 | 14 |     returning 
 | 
|---|
 | 15 |       nothing 
 | 
|---|
 | 16 | 
 | 
|---|
 | 17 | (types:
 | 
|---|
 | 18 |     lvalue pointer to function
 | 
|---|
 | 19 |         returning 
 | 
|---|
 | 20 |           nothing 
 | 
|---|
 | 21 | 
 | 
|---|
 | 22 | )
 | 
|---|
 | 23 | Environment: 
 | 
|---|
 | 24 | 
 | 
|---|
 | 25 | there are 1 alternatives before elimination
 | 
|---|
 | 26 | there are 1 alternatives after elimination
 | 
|---|
 | 27 | working on alternative: 
 | 
|---|
 | 28 |         Cost ( 0, 0, 0 ):         Variable Expression: g: pointer to function
 | 
|---|
 | 29 |             returning 
 | 
|---|
 | 30 |               nothing 
 | 
|---|
 | 31 | 
 | 
|---|
 | 32 | (types:
 | 
|---|
 | 33 |             lvalue pointer to function
 | 
|---|
 | 34 |                 returning 
 | 
|---|
 | 35 |                   nothing 
 | 
|---|
 | 36 | 
 | 
|---|
 | 37 | )
 | 
|---|
 | 38 |         Environment: 
 | 
|---|
 | 39 | need assertions:
 | 
|---|
 | 40 | ============= original indexer
 | 
|---|
 | 41 | ===idTable===
 | 
|---|
 | 42 | ===typeTable===
 | 
|---|
 | 43 | ===structTable===
 | 
|---|
 | 44 | ===enumTable===
 | 
|---|
 | 45 | ===unionTable===
 | 
|---|
 | 46 | ===contextTable===
 | 
|---|
 | 47 | ============= new indexer
 | 
|---|
 | 48 | ===idTable===
 | 
|---|
 | 49 | ===typeTable===
 | 
|---|
 | 50 | ===structTable===
 | 
|---|
 | 51 | ===enumTable===
 | 
|---|
 | 52 | ===unionTable===
 | 
|---|
 | 53 | ===contextTable===
 | 
|---|
 | 54 | Case +++++++++++++
 | 
|---|
 | 55 | formals are:
 | 
|---|
 | 56 | actuals are:
 | 
|---|
 | 57 | bindings are:
 | 
|---|
 | 58 | cost of conversion is:( 0, 0, 0 )
 | 
|---|
 | 59 | alternatives before prune:
 | 
|---|
 | 60 | Cost ( 0, 0, 0 ): Application of
 | 
|---|
 | 61 |   Variable Expression: g: pointer to function
 | 
|---|
 | 62 |       returning 
 | 
|---|
 | 63 |         nothing 
 | 
|---|
 | 64 | 
 | 
|---|
 | 65 | (types:
 | 
|---|
 | 66 | )
 | 
|---|
 | 67 | Environment: 
 | 
|---|
 | 68 | 
 | 
|---|
 | 69 | there are 1 alternatives before elimination
 | 
|---|
 | 70 | there are 1 alternatives after elimination
 | 
|---|
 | 71 | alternatives before prune:
 | 
|---|
 | 72 | Cost ( 0, 0, 0 ): Cast of:
 | 
|---|
 | 73 |   Application of
 | 
|---|
 | 74 |     Variable Expression: g: pointer to function
 | 
|---|
 | 75 |         returning 
 | 
|---|
 | 76 |           nothing 
 | 
|---|
 | 77 | 
 | 
|---|
 | 78 | 
 | 
|---|
 | 79 | to:
 | 
|---|
 | 80 |   nothing
 | 
|---|
 | 81 | (types:
 | 
|---|
 | 82 | )
 | 
|---|
 | 83 | Environment: 
 | 
|---|
 | 84 | 
 | 
|---|
 | 85 | there are 1 alternatives before elimination
 | 
|---|
 | 86 | there are 1 alternatives after elimination
 | 
|---|
 | 87 | nameExpr is ?=?
 | 
|---|
 | 88 | Error: No reasonable alternatives for expression Name: *?
 | 
|---|
 | 89 | 
 | 
|---|
 | 90 | Error: No reasonable alternatives for expression Name: ?=?
 | 
|---|
 | 91 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.