Changes in src/GenPoly/GenPoly.h [c2ad3c9:e24955a]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.h
rc2ad3c9 re24955a 39 39 ReferenceToType *isPolyRet( FunctionType *function ); 40 40 41 /// Replaces a TypeInstType by its referrent in the environment, if applicable42 Type* replaceTypeInst( Type* type, const TypeSubstitution* env );43 44 41 /// returns polymorphic type if is polymorphic type, NULL otherwise; will look up substitution in env if provided 45 42 Type *isPolyType( Type *type, const TypeSubstitution *env = 0 );
Note:
See TracChangeset
for help on using the changeset viewer.