Changeset 2c57025 for src/ResolvExpr/PtrsCastable.cc
- Timestamp:
- Nov 25, 2016, 6:11:03 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 0f35657
- Parents:
- 186fd86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/PtrsCastable.cc
r186fd86 r2c57025 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // PtrsCastable.cc -- 7 // PtrsCastable.cc -- 8 8 // 9 9 // Author : Richard C. Bilson … … 25 25 public: 26 26 PtrsCastable( Type *dest, const TypeEnvironment &env, const SymTab::Indexer &indexer ); 27 27 28 28 int get_result() const { return result; } 29 29 … … 61 61 } //if 62 62 } else if ( env.lookup( typeInst->get_name(), eqvClass ) ) { 63 if ( eqvClass. kind == TypeDecl::Ftype ) {63 if ( eqvClass.data.kind == TypeDecl::Ftype ) { 64 64 return -1; 65 65 } // if
Note: See TracChangeset
for help on using the changeset viewer.