Changes in src/GenPoly/GenPoly.h [e56cfdb0:bdf1954]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.h
re56cfdb0 rbdf1954 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : T hu Nov 19 17:24:03201513 // Update Count : 411 // Last Modified By : Rob Schluntz 12 // Last Modified On : Tue Nov 24 15:24:38 2015 13 // Update Count : 6 14 14 // 15 15 … … 31 31 // bool isPolyFun( FunctionType *fun, const TyVarMap &tyVars ); 32 32 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 ); 33 36 void printTyVarMap( std::ostream &os, const TyVarMap &tyVarMap ); 34 37 } // namespace GenPoly
Note: See TracChangeset
for help on using the changeset viewer.