Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/FindFunction.h

    rf8b961b r843054c2  
    2323        typedef bool (*FindFunctionPredicate)( FunctionType*, const TyVarMap& );
    2424
    25         /// recursively walk `type`, placing all functions that match `predicate` under `tyVars` into `functions`
    2625        void findFunction( Type *type, std::list< FunctionType* > &functions, const TyVarMap &tyVars, FindFunctionPredicate predicate );
    27         /// like `findFunction`, but also replaces the function type with void ()(void)
    2826        void findAndReplaceFunction( Type *&type, std::list< FunctionType* > &functions, const TyVarMap &tyVars, FindFunctionPredicate predicate );
    2927} // namespace GenPoly
Note: See TracChangeset for help on using the changeset viewer.