Ignore:
Timestamp:
Jun 17, 2019, 7:14:58 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ea05f8d
Parents:
aba20d2
Message:

Port CandidateFinder::makeFunctionCandidates() and deps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Candidate.hpp

    raba20d2 r9d5089e  
    5858
    5959        Candidate(
     60                const ast::Expr * x, const ast::TypeEnvironment & e, const ast::OpenVarSet & o,
     61                const ast::AssertionSet & n, const Cost & c, const Cost & cvt = Cost::zero )
     62        : expr( x ), cost( c ), cvtCost( cvt ), env( e ), open( o ), need( n.begin(), n.end() ) {}
     63
     64        Candidate(
    6065                const ast::Expr * x, ast::TypeEnvironment && e, ast::OpenVarSet && o,
    6166                ast::AssertionSet && n, const Cost & c, const Cost & cvt = Cost::zero )
Note: See TracChangeset for help on using the changeset viewer.