| 3305 | |
| 3306 | |
| 3307 | ExprId LowLevelILFunction::Neg(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3308 | { |
| 3309 | return AddExprWithLocation(LLIL_NEG, loc, size, flags, a); |
| 3310 | } |
| 3311 | |
| 3312 | |
| 3313 | ExprId LowLevelILFunction::Not(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected