Changes in src/CodeGen/CodeGenerator.h [47534159:7f5566b]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.h
r47534159 r7f5566b 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Wed Aug 12 14:27:14201513 // Update Count : 2 711 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 24 13:34:47 2015 13 // Update Count : 25 14 14 // 15 15 … … 60 60 virtual void visit( ConstantExpr *constantExpr ); 61 61 virtual void visit( SizeofExpr *sizeofExpr ); 62 virtual void visit( AlignofExpr *alignofExpr );63 62 virtual void visit( LogicalExpr *logicalExpr ); 64 63 virtual void visit( ConditionalExpr *conditionalExpr ); … … 96 95 std::ostream &output; 97 96 98 void printDesignators( std::list< Expression * > & );99 97 static std::string printLabels ( std::list < Label > & ); 100 98 void handleStorageClass( Declaration *decl );
Note:
See TracChangeset
for help on using the changeset viewer.