Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    rfd642d2 rbc92bee  
    5252        /// returns a TypeInstType if `type` is a ttype, nullptr otherwise
    5353        TypeInstType * isTtype( Type * type );
    54         const TypeInstType * isTtype( const Type * type );
    5554        const ast::TypeInstType * isTtype( const ast::Type * type );
    5655
    5756        /// returns true if the expression may contain side-effects.
    58         bool maybeImpure( const Expression * expr );
     57        bool maybeImpure( Expression * expr );
    5958        bool maybeImpure( const ast::Expr * expr );
    6059
    6160        /// Returns true if the expression may contain side-effect,
    6261        /// ignoring the presence of unique expressions.
    63         bool maybeImpureIgnoreUnique( const Expression * expr );
     62        bool maybeImpureIgnoreUnique( Expression * expr );
    6463        bool maybeImpureIgnoreUnique( const ast::Expr * expr );
    6564} // namespace Tuples
Note: See TracChangeset for help on using the changeset viewer.