| 3132 | |
| 3133 | |
| 3134 | ExprId LowLevelILFunction::FlagBit(size_t size, uint32_t flag, size_t bitIndex, const ILSourceLocation& loc) |
| 3135 | { |
| 3136 | return AddExprWithLocation(LLIL_FLAG_BIT, loc, size, 0, flag, bitIndex); |
| 3137 | } |
| 3138 | |
| 3139 | |
| 3140 | ExprId LowLevelILFunction::FlagBitSSA(size_t size, const SSAFlag& flag, size_t bitIndex, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected