Searched refs:ansi_opname (Results 1 – 9 of 9) sorted by relevance
8698 id = ansi_opname (op == NEW_EXPR in cp_parser_operator()8703 id = ansi_opname (op); in cp_parser_operator()8709 id = ansi_opname (PLUS_EXPR); in cp_parser_operator()8713 id = ansi_opname (MINUS_EXPR); in cp_parser_operator()8717 id = ansi_opname (MULT_EXPR); in cp_parser_operator()8721 id = ansi_opname (TRUNC_DIV_EXPR); in cp_parser_operator()8725 id = ansi_opname (TRUNC_MOD_EXPR); in cp_parser_operator()8729 id = ansi_opname (BIT_XOR_EXPR); in cp_parser_operator()8733 id = ansi_opname (BIT_AND_EXPR); in cp_parser_operator()8737 id = ansi_opname (BIT_IOR_EXPR); in cp_parser_operator()[all …]
599 if (name != ansi_opname (ERROR_MARK)) in unqualified_name_lookup_error()
828 ((NAME) == ansi_opname (NEW_EXPR) \829 || (NAME) == ansi_opname (VEC_NEW_EXPR) \830 || (NAME) == ansi_opname (DELETE_EXPR) \831 || (NAME) == ansi_opname (VEC_DELETE_EXPR))833 #define ansi_opname(CODE) \ macro
2987 fns = lookup_fnfields (TYPE_BINFO (type), ansi_opname (CALL_EXPR), 1); in build_object_call()3425 ansi_opname (COND_EXPR), in build_conditional_expr()3700 fnname = ansi_opname (code); in build_new_op()4031 fnname = ansi_opname (code); in build_op_delete_call()
3464 * cp-tree.h (ansi_opname): Make it a macro.3484 (build_object_call): Adjust usage of ansi_opname. Use3487 (build_conditional_expr): Adjust usage of ansi_opname.3501 operators. Adjust use of ansi_opname.3514 * init.c (build_new_1): Adjust use of ansi_opname.3517 (ansi_opname): Likewise.3525 (do_identifier): Adjust use of ansi_opname.3526 * method.c (mangle_expression): Don't use ansi_opname for3531 (do_build_assign_ref): Adjust use of ansi_opname.3535 * parse.y (operator): Adjust use of ansi_opname.[all …]
1736 fnname = ansi_opname (array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
3560 tree fn = build_cp_library_fn (ansi_opname (operator_code), in push_cp_library_fn()9753 if (ansi_opname (CODE) == name) \ in grok_op_properties()
4076 ansi_opname (VEC_DELETE_EXPR), in type_requires_array_cookie()
3435 * lex.c (init_lex): Set up values of ansi_opname and opname_tab for