#include <belong.h>
Public Member Functions | |
| Belong () | |
| Belong (RuleIter rule, InsnVecIter vec) | |
| Belong (const Belong &b) | |
| bool | IsStartOp () |
| insn | GetMacroInsn () |
| SuccNode * | GetSuccessor () |
| Belong () | |
| Belong (RuleIter rule, InsnVecIter vec) | |
| Belong (const Belong &b) | |
| bool | IsStartOp () |
| insn | GetMacroInsn () |
| SuccNode * | GetSuccessor () |
Private Attributes | |
| bool | is_start |
| insn | macro |
| SuccNode * | successor |
| SuccNode * | successor |
|
|
Definition at line 16 of file include/belong.h. |
|
||||||||||||
|
Definition at line 19 of file include/belong.h. |
|
|
Definition at line 31 of file include/belong.h. |
|
|
Definition at line 16 of file src/belong.h. |
|
||||||||||||
|
Definition at line 19 of file src/belong.h. |
|
|
Definition at line 31 of file src/belong.h. |
|
|
Definition at line 38 of file src/belong.h. References macro. |
|
|
Definition at line 38 of file include/belong.h. References macro. |
|
|
Definition at line 39 of file src/belong.h. References successor. |
|
|
Definition at line 39 of file include/belong.h. References successor. |
|
|
Definition at line 37 of file src/belong.h. References is_start. |
|
|
Definition at line 37 of file include/belong.h. References is_start. |
|
|
Definition at line 9 of file src/belong.h. Referenced by Belong(), and IsStartOp(). |
|
|
Definition at line 10 of file src/belong.h. Referenced by Belong(), and GetMacroInsn(). |
|
|
Definition at line 11 of file src/belong.h. |
|
|
Definition at line 11 of file include/belong.h. Referenced by Belong(), and GetSuccessor(). |
1.3.2