| 3430 | |
| 3431 | |
| 3432 | ExprId LowLevelILFunction::FlagCondition(BNLowLevelILFlagCondition cond, uint32_t semClass, const ILSourceLocation& loc) |
| 3433 | { |
| 3434 | return AddExprWithLocation(LLIL_FLAG_COND, loc, 0, 0, (ExprId)cond, semClass); |
| 3435 | } |
| 3436 | |
| 3437 | |
| 3438 | ExprId LowLevelILFunction::FlagGroup(uint32_t semGroup, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected