#include <ucexpr.h>
Inheritance diagram for Uc_flag_expression:


Public Member Functions | |
| Uc_flag_expression (int i) | |
| virtual void | gen_value (vector< char > &out) |
| virtual void | gen_assign (vector< char > &out) |
Private Attributes | |
| int | index |
Definition at line 105 of file ucexpr.h.
| void Uc_flag_expression::gen_value | ( | vector< char > & | out | ) | [virtual] |
Implements Uc_expression.
Definition at line 191 of file ucexpr.cc.
References UC_PUSHF, and Write2().
Here is the call graph for this function:

| void Uc_flag_expression::gen_assign | ( | vector< char > & | out | ) | [virtual] |
Reimplemented from Uc_expression.
Definition at line 204 of file ucexpr.cc.
References UC_POPF, and Write2().
Here is the call graph for this function:

int Uc_flag_expression::index [private] |
1.5.1