Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.h

    r432ce7a r6f326b1  
    99// Author           : Richard C. Bilson
    1010// Created On       : Sat May 16 23:56:12 2015
    11 // Last Modified By : Aaron B. Moss
    12 // Last Modified On : Fri Oct -5 10:01:00 2018
    13 // Update Count     : 5
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Wed Jul 26 11:24:00 2017
     13// Update Count     : 4
    1414//
    1515
     
    2424#include "ResolvExpr/Cost.h"             // for Cost, Cost::infinity
    2525#include "ResolvExpr/TypeEnvironment.h"  // for AssertionSet, OpenVarSet
    26 #include "ResolvMode.h"                  // for ResolvMode
    2726#include "SynTree/Visitor.h"             // for Visitor
    2827#include "SynTree/SynTree.h"             // for Visitor Nodes
     
    3736        /// First index is which argument, second index is which alternative for that argument,
    3837        /// third index is which exploded element of that alternative
    39         using ExplodedArgs_old = std::vector< std::vector< ExplodedActual > >;
     38        using ExplodedArgs = std::vector< std::vector< ExplodedActual > >;
    4039
    4140        class AlternativeFinder {
     
    6968                }
    7069
    71                 void find( Expression *expr, ResolvMode mode = ResolvMode{} );
     70                void find( Expression *expr, bool adjust = false, bool prune = true, bool failFast = true );
    7271                /// Calls find with the adjust flag set; adjustment turns array and function types into equivalent pointer types
    7372                void findWithAdjustment( Expression *expr );
Note: See TracChangeset for help on using the changeset viewer.