- File:
-
- 1 edited
-
src/ResolvExpr/CandidateFinder.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.hpp
r85855b0 rc333ed2 58 58 iterator end() { return candidates.end(); } 59 59 const_iterator end() const { return candidates.end(); } 60 61 const ast::Expr * makeEnumOffsetCast( const ast::EnumInstType * src,62 const ast::EnumInstType * dst, const ast::Expr * expr, Cost minCost );63 60 }; 64 61
Note:
See TracChangeset
for help on using the changeset viewer.