Searched refs:operator_string (Results 1 – 8 of 8) sorted by relevance
28 ast_expression::operator_string(enum ast_operators op) in operator_string() function in ast_expression94 printf("%s ", operator_string(oper)); in print()
395 ast_expression::operator_string(op)); in bit_logic_result_type()400 ast_expression::operator_string(op)); in bit_logic_result_type()409 "base type", ast_expression::operator_string(op)); in bit_logic_result_type()418 "different sizes", ast_expression::operator_string(op)); in bit_logic_result_type()543 "integer vector", ast_expression::operator_string(op)); in shift_result_type()549 "integer vector", ast_expression::operator_string(op)); in shift_result_type()559 ast_expression::operator_string(op)); in shift_result_type()571 ast_expression::operator_string(op)); in shift_result_type()971 operator_string(this->oper)); in hir()1074 operator_string(this->oper)); in hir()[all …]
341 printf("%s ", operator_string(oper)); in print()356 printf("%s ", operator_string(oper)); in print()363 printf("%s ", operator_string(oper)); in print()
898 const char *operator_string();903 static const char *operator_string(ir_expression_operation);
415 const char *ir_expression::operator_string(ir_expression_operation op) in operator_string() function in ir_expression422 const char *ir_expression::operator_string() in operator_string() function in ir_expression424 return operator_string(this->operation); in operator_string()
176 printf(" %s ", ir->operator_string()); in visit()
212 static const char *operator_string(enum ast_operators op);
483 orig_expr->operator_string()); in visit_leave()