Ignore:
Timestamp:
Aug 15, 2016, 4:13:38 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
b1848a0
Parents:
797347f
Message:

more refactoring of parser code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    r797347f re82aa9df  
    1010// Created On       : Sat May 16 13:17:07 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Aug 11 20:24:36 2016
    13 // Update Count     : 487
     12// Last Modified On : Mon Aug 15 14:30:42 2016
     13// Update Count     : 490
    1414//
    1515
     
    292292//##############################################################################
    293293
    294 Expression *build_asm( ExpressionNode *inout, ConstantExpr *constraint, ExpressionNode *operand ) {
     294Expression *build_asmexpr( ExpressionNode *inout, ConstantExpr *constraint, ExpressionNode *operand ) {
    295295        return new AsmExpr( maybeBuild< Expression >( inout ), constraint, maybeBuild<Expression>(operand) );
    296296}
     
    298298//##############################################################################
    299299
    300 void LabelNode::print( std::ostream &os, int indent ) const {}
    301 
    302 void LabelNode::printOneLine( std::ostream &os, int indent ) const {}
     300//void LabelNode::print( std::ostream &os, int indent ) const {}
     301
     302//void LabelNode::printOneLine( std::ostream &os, int indent ) const {}
    303303
    304304//##############################################################################
Note: See TracChangeset for help on using the changeset viewer.