Ignore:
Timestamp:
Jun 10, 2024, 2:43:13 AM (5 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
42cdd07d
Parents:
d68de59
Message:
  1. Implement enum cast; 2. Change valueE so that opague enum returns quasi_void; 3. change enum hiding interpretation and pass visiting scheme
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.hpp

    rd68de59 r85855b0  
    5858        iterator end() { return candidates.end(); }
    5959        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 );
    6063};
    6164
Note: See TracChangeset for help on using the changeset viewer.