Changeset 7754cde for src/GenPoly/GenPoly.h
- Timestamp:
- Dec 16, 2015, 4:59:58 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- 69911c11
- Parents:
- 0f889a77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.h
r0f889a77 r7754cde 48 48 Type *isPolyPtr( Type *type, const TyVarMap &tyVars, const TypeSubstitution *env = 0 ); 49 49 50 /// Returns a pointer to the base FunctionType if ty is the type of a function (or pointer to one), NULL otherwise 51 FunctionType * getFunctionType( Type *ty ); 52 50 53 /// Prints type variable map 51 54 void printTyVarMap( std::ostream &os, const TyVarMap &tyVarMap );
Note: See TracChangeset
for help on using the changeset viewer.