| 3120 | |
| 3121 | |
| 3122 | ExprId LowLevelILFunction::Flag(uint32_t flag, const ILSourceLocation& loc) |
| 3123 | { |
| 3124 | return AddExprWithLocation(LLIL_FLAG, loc, 0, 0, flag); |
| 3125 | } |
| 3126 | |
| 3127 | |
| 3128 | ExprId LowLevelILFunction::FlagSSA(const SSAFlag& flag, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected