| 146 | } |
| 147 | } |
| 148 | void info_operator_cmd_handler() { |
| 149 | for (auto it = Scan_Utils::filter_str_to_E_operator_type_map.begin(); |
| 150 | it != Scan_Utils::filter_str_to_E_operator_type_map.end(); it++) { |
| 151 | std::string operand_symbol = it->first; |
| 152 | frontend_print("%s\n", operand_symbol.c_str()); |
| 153 | } |
| 154 | } |
no test coverage detected