| 1086 | |
| 1087 | |
| 1088 | PossibleValueSet MediumLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const |
| 1089 | { |
| 1090 | return function->GetPossibleExprValues(*(const MediumLevelILInstruction*)this, options); |
| 1091 | } |
| 1092 | |
| 1093 | |
| 1094 | Confidence<Ref<Type>> MediumLevelILInstructionBase::GetType() const |
nothing calls this directly
no test coverage detected