#include <set>
Go to the source code of this file.
Compounds | |
struct | IstrReference |
class | IstrReferences |
Enumerations | |
enum | FlowTypes { FLOW_NONE, FLOW_RET, FLOW_CALL, FLOW_JUMP, FLOW_CJUMP } |
|
Definition at line 30 of file references.h. Referenced by IstrReferences::Add(), CodeParser::AddTempFlow(), Instruction::GetFlowType(), IstrReference::IstrReference(), ScanningComplexReg::ProcessInstruction(), CodeParser::ScanCode(), and THeuristicMotor::THeuristicMotor().
00030 { FLOW_NONE, FLOW_RET, FLOW_CALL, FLOW_JUMP, FLOW_CJUMP }; |