Ignore:
Timestamp:
Nov 24, 2015, 4:01:31 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
704c9dd
Parents:
5189888
Message:

removed polyret adapter name mangling for more general poly/mono suffix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.h

    r5189888 rbdf1954  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Nov 19 17:24:03 2015
    13 // Update Count     : 4
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Tue Nov 24 15:24:38 2015
     13// Update Count     : 6
    1414//
    1515
     
    3131//      bool isPolyFun( FunctionType *fun, const TyVarMap &tyVars );
    3232        bool isPolyVal( Type *type, const TyVarMap &tyVars );
     33
     34  // true if type variable or any number of pointers to type variable
     35  bool isPolyObj( Type *type, const TyVarMap &tyVars );
    3336        void printTyVarMap( std::ostream &os, const TyVarMap &tyVarMap );
    3437} // namespace GenPoly
Note: See TracChangeset for help on using the changeset viewer.