Home
last modified time | relevance | path

Searched refs:ansi_opname (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y3942 { $$ = frob_opname (ansi_opname (MULT_EXPR)); }
3948 { $$ = frob_opname (ansi_opname (PLUS_EXPR)); }
3962 { $$ = frob_opname (ansi_opname ($2)); }
3964 { $$ = frob_opname (ansi_opname (LT_EXPR)); }
3966 { $$ = frob_opname (ansi_opname (GT_EXPR)); }
3968 { $$ = frob_opname (ansi_opname ($2)); }
3974 { $$ = frob_opname (ansi_opname ($2)); }
3976 { $$ = frob_opname (ansi_opname ($2)); }
3988 { $$ = frob_opname (ansi_opname (COND_EXPR)); }
3990 { $$ = frob_opname (ansi_opname ($2)); }
[all …]
H A Dlex.c1106 if (name != ansi_opname (ERROR_MARK)) in unqualified_name_lookup_error()
H A Dcall.c2979 fns = lookup_fnfields (TYPE_BINFO (type), ansi_opname (CALL_EXPR), 1);
3365 ansi_opname (COND_EXPR),
3547 fnname = ansi_opname (code);
3909 fnname = ansi_opname (code);
H A Ddecl.c7375 tree fn = build_cp_library_fn (ansi_opname (operator_code),
12355 if (declarator == ansi_opname (NEW_EXPR)
12356 || declarator == ansi_opname (VEC_NEW_EXPR)
12357 || declarator == ansi_opname (DELETE_EXPR)
12358 || declarator == ansi_opname (VEC_DELETE_EXPR))
13216 if (ansi_opname (CODE) == name) \
H A Dinit.c2286 fnname = ansi_opname (code);
H A DChangeLog13336 * cp-tree.h (ansi_opname): Make it a macro.
13356 (build_object_call): Adjust usage of ansi_opname. Use
13359 (build_conditional_expr): Adjust usage of ansi_opname.
13373 operators. Adjust use of ansi_opname.
13386 * init.c (build_new_1): Adjust use of ansi_opname.
13389 (ansi_opname): Likewise.
13397 (do_identifier): Adjust use of ansi_opname.
13398 * method.c (mangle_expression): Don't use ansi_opname for
13403 (do_build_assign_ref): Adjust use of ansi_opname.
13407 * parse.y (operator): Adjust use of ansi_opname.
[all …]
H A Dcp-tree.h978 #define ansi_opname(CODE) \ macro
H A Dclass.c4380 ansi_opname (VEC_DELETE_EXPR),
H A DChangeLog.16875 * lex.c (init_lex): Set up values of ansi_opname and opname_tab for
/openbsd/gnu/gcc/gcc/cp/
H A Dparser.c8285 id = ansi_opname (op); in cp_parser_operator()
8291 id = ansi_opname (PLUS_EXPR); in cp_parser_operator()
8295 id = ansi_opname (MINUS_EXPR); in cp_parser_operator()
8299 id = ansi_opname (MULT_EXPR); in cp_parser_operator()
8335 id = ansi_opname (LT_EXPR); in cp_parser_operator()
8339 id = ansi_opname (GT_EXPR); in cp_parser_operator()
8391 id = ansi_opname (EQ_EXPR); in cp_parser_operator()
8395 id = ansi_opname (NE_EXPR); in cp_parser_operator()
8399 id = ansi_opname (LE_EXPR); in cp_parser_operator()
8403 id = ansi_opname (GE_EXPR); in cp_parser_operator()
[all …]
H A Dlex.c599 if (name != ansi_opname (ERROR_MARK)) in unqualified_name_lookup_error()
H A Dcp-tree.h828 ((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
H A Dcall.c2974 fns = lookup_fnfields (TYPE_BINFO (type), ansi_opname (CALL_EXPR), 1); in build_object_call()
3412 ansi_opname (COND_EXPR), in build_conditional_expr()
3678 fnname = ansi_opname (code); in build_new_op()
4009 fnname = ansi_opname (code); in build_op_delete_call()
H A DChangeLog-20003464 * cp-tree.h (ansi_opname): Make it a macro.
3484 (build_object_call): Adjust usage of ansi_opname. Use
3487 (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 for
3531 (do_build_assign_ref): Adjust use of ansi_opname.
3535 * parse.y (operator): Adjust use of ansi_opname.
[all …]
H A Dinit.c1736 fnname = ansi_opname (array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
H A Ddecl.c3548 tree fn = build_cp_library_fn (ansi_opname (operator_code), in push_cp_library_fn()
9217 if (ansi_opname (CODE) == name) \ in grok_op_properties()
H A Dclass.c4047 ansi_opname (VEC_DELETE_EXPR), in type_requires_array_cookie()
H A DChangeLog-19943435 * lex.c (init_lex): Set up values of ansi_opname and opname_tab for