Home
last modified time | relevance | path

Searched refs:ovl_op_identifier (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2017893 * cp-tree.h (ovl_op_identifier): New.
899 (build_conditional_expr_1): Use ovl_op_identifier.
900 (build_new_op_1): Use OVL_OP_INFO & ovl_op_identifier.
902 * class.c (type_requires_array_cookie): Use ovl_op_identifier.
906 (push_cp_library_fn): Use ovl_op_identifier.
908 * decl2.c (maybe_warn_sized_delete): Use ovl_op_identifier.
913 * init.c (build_new_1): Use ovl_op_identifier.
916 * method.c (synthesized_method_walk): Use ovl_op_identifier.
920 * parser.c (cp_parser_operator): Use ovl_op_identifier.
Ddecl2.cc392 index_exp = build_min_nt_call_vec (ovl_op_identifier (ARRAY_REF), in grok_array_decl()
571 = build_min_nt_call_vec (ovl_op_identifier (ARRAY_REF), in grok_array_decl()
5019 for (ovl_iterator iter (get_global_binding (ovl_op_identifier (false, code))); in maybe_warn_sized_delete()
Dmethod.cc2672 fn = locate_fn_flags (ctype, ovl_op_identifier (false, DELETE_EXPR), in synthesized_method_walk()
2677 locate_fn_flags (ctype, ovl_op_identifier (false, DELETE_EXPR), in synthesized_method_walk()
Dclass.cc4956 return copy_fndecl_with_name (fn, ovl_op_identifier (code), in copy_operator_fn()
5711 tree name = ovl_op_identifier (op); in classtype_has_op()
5726 tree name = ovl_op_identifier (op); in classtype_has_defaulted_op()
5833 ovl_op_identifier (false, VEC_DELETE_EXPR), in type_requires_array_cookie()
Dcall.cc5741 ovl_op_identifier (false, COND_EXPR), in build_conditional_expr()
6329 tree fnname = ovl_op_identifier (ismodop, ismodop ? code2 : code); in add_operator_candidates()
6634 tree fnname = ovl_op_identifier (ismodop, ismodop ? code2 : code); in build_new_op()
6998 fns = lookup_fnfields (TYPE_BINFO (type), ovl_op_identifier (ARRAY_REF), in build_op_subscript()
7270 fnname = ovl_op_identifier (false, code); in build_op_delete_call()
Dcoroutines.cc2089 tree delname = ovl_op_identifier (false, DELETE_EXPR); in coro_get_frame_dtor()
4624 tree nwname = ovl_op_identifier (false, NEW_EXPR); in morph_fn_to_coro()
Dcp-tree.h6140 inline tree ovl_op_identifier (bool isass, tree_code code) in ovl_op_identifier() function
6142 inline tree ovl_op_identifier (tree_code code) { return ovl_op_identifier (false, code); } in ovl_op_identifier() function
Dtypeck.cc3510 tree fnname = ovl_op_identifier (false, EQ_EXPR); in op_unqualified_lookup()
3518 tree fnname = ovl_op_identifier (false, SPACESHIP_EXPR); in op_unqualified_lookup()
3524 tree fnname = ovl_op_identifier (is_assign, code); in op_unqualified_lookup()
Dparser.cc17395 id = ovl_op_identifier (assop, op); in cp_parser_operator()
38286 else if (id == ovl_op_identifier (false, PLUS_EXPR)) in cp_parser_omp_clause_reduction()
38288 else if (id == ovl_op_identifier (false, MULT_EXPR)) in cp_parser_omp_clause_reduction()
38290 else if (id == ovl_op_identifier (false, MINUS_EXPR)) in cp_parser_omp_clause_reduction()
38292 else if (id == ovl_op_identifier (false, BIT_AND_EXPR)) in cp_parser_omp_clause_reduction()
38294 else if (id == ovl_op_identifier (false, BIT_IOR_EXPR)) in cp_parser_omp_clause_reduction()
38296 else if (id == ovl_op_identifier (false, BIT_XOR_EXPR)) in cp_parser_omp_clause_reduction()
38298 else if (id == ovl_op_identifier (false, TRUTH_ANDIF_EXPR)) in cp_parser_omp_clause_reduction()
38300 else if (id == ovl_op_identifier (false, TRUTH_ORIF_EXPR)) in cp_parser_omp_clause_reduction()
Derror.cc3311 tree id = ovl_op_identifier (assop, p); in op_to_string()
Dinit.cc3332 fnname = ovl_op_identifier (false, array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
Dsemantics.cc5850 reduction_id = ovl_op_identifier (false, reduction_code); in omp_reduction_id()
DChangeLog-2021495 operand is magic CALL_EXPR with ovl_op_identifier (ARRAY_REF)
Ddecl.cc5127 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code), in push_cp_library_fn()
DChangeLog-20191130 * cp-tree.h (ovl_op_identifier): Change to inline functions.
Dpt.cc20518 == ovl_op_identifier (ARRAY_REF))) in tsubst_copy_and_build()