Changes in src/GenPoly/GenPoly.h [bdf1954:e56cfdb0]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.h
rbdf1954 re56cfdb0 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : T ue Nov 24 15:24:38201513 // Update Count : 611 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Nov 19 17:24:03 2015 13 // Update Count : 4 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 variable35 bool isPolyObj( Type *type, const TyVarMap &tyVars );36 33 void printTyVarMap( std::ostream &os, const TyVarMap &tyVarMap ); 37 34 } // namespace GenPoly
Note:
See TracChangeset
for help on using the changeset viewer.