| 2633 | |
| 2634 | |
| 2635 | ExprId HighLevelILFunction::VarDeclare(const Variable& var, const ILSourceLocation& loc) |
| 2636 | { |
| 2637 | return AddExprWithLocation(HLIL_VAR_DECLARE, loc, 0, var.ToIdentifier()); |
| 2638 | } |
| 2639 | |
| 2640 | |
| 2641 | ExprId HighLevelILFunction::VarInit(size_t size, const Variable& dest, ExprId src, const ILSourceLocation& loc) |