Ignore:
Timestamp:
Jul 21, 2017, 3:57:11 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
9191a8e
Parents:
53a8e68
Message:

Refactor operator predicates into OperatorTable?.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/OperatorTable.h

    r53a8e68 rbff227f  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // OperatorTable.h -- 
     7// OperatorTable.h --
    88//
    99// Author           : Richard C. Bilson
     
    4343
    4444        bool operatorLookup( std::string funcName, OperatorInfo &info );
     45
     46        bool isConstructor( const std::string & );
     47        bool isDestructor( const std::string & );
     48        bool isAssignment( const std::string & );
     49        bool isCtorDtor( const std::string & );
     50        bool isCtorDtorAssign( const std::string & );
    4551} // namespace CodeGen
    4652
Note: See TracChangeset for help on using the changeset viewer.