Searched refs:operator_string (Results 1 – 5 of 5) sorted by relevance
27 ast_expression::operator_string(enum ast_operators op) in operator_string() function in ast_expression93 printf("%s ", operator_string(oper)); in print()
547 ast_expression::operator_string(op)); in bit_logic_result_type()552 ast_expression::operator_string(op)); in bit_logic_result_type()573 ast_expression::operator_string(op)); in bit_logic_result_type()580 ast_expression::operator_string(op)); in bit_logic_result_type()591 "base type", ast_expression::operator_string(op)); in bit_logic_result_type()600 "different sizes", ast_expression::operator_string(op)); in bit_logic_result_type()756 "integer vector", ast_expression::operator_string(op)); in shift_result_type()762 "integer vector", ast_expression::operator_string(op)); in shift_result_type()772 ast_expression::operator_string(op)); in shift_result_type()784 ast_expression::operator_string(op)); in shift_result_type()[all …]
1437 printf("%s ", operator_string(oper)); in print()1452 printf("%s ", operator_string(oper)); in print()1459 printf("%s ", operator_string(oper)); in print()
239 static const char *operator_string(enum ast_operators op);
66 def eval_operator(operator_string, argument95 op = OPERATORS[operator_string]