Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Comma: lib/codegen/CodeGenAssign.cpp File Reference

lib/codegen/CodeGenAssign.cpp File Reference

This file contains the codegen routines responsible for the synthesization of assignment statements. More...

#include "CodeGenRoutine.h"
#include "comma/ast/Expr.h"
#include "comma/ast/Stmt.h"

Go to the source code of this file.

Defines

#define DISPATCH(KIND, LHS, RHS)

Detailed Description

This file contains the codegen routines responsible for the synthesization of assignment statements.

Definition in file CodeGenAssign.cpp.


Define Documentation

#define DISPATCH ( KIND,
LHS,
RHS   ) 
Value:
Ast::AST_ ## KIND:                        \
        emitAssignment(cast<KIND>(LHS), RHS); \
        break

Generated on 1 Feb 2010 for Comma by  doxygen 1.6.1