| 3508 | |
| 3509 | |
| 3510 | ExprId LowLevelILFunction::BoolToInt(size_t size, ExprId a, const ILSourceLocation& loc) |
| 3511 | { |
| 3512 | return AddExprWithLocation(LLIL_BOOL_TO_INT, loc, size, 0, a); |
| 3513 | } |
| 3514 | |
| 3515 | |
| 3516 | ExprId LowLevelILFunction::SystemCall(const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected