CmpExp

CmpExp **********************************

Constructors

this
this(Loc loc, TOK tok, uint ircode, Expression e1, Expression e2)
Undocumented in source.

Members

Functions

isBooleanResult
int isBooleanResult()
Undocumented in source. Be warned that the author may not have intended to support it.
toIR
void toIR(IRstate* irs, uint ret)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ircode
uint ircode;
Undocumented in source.

Inherited Members

From BinExp

e1
Expression e1;
Undocumented in source.
e2
Expression e2;
Undocumented in source.
semantic
Expression semantic(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
toBuffer
void toBuffer(tchar[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
binIR
void binIR(IRstate* irs, uint ret, uint ircode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta