Searched refs:ovl_op_identifier (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2017 | 893 * 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.
|
| D | decl2.cc | 392 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()
|
| D | method.cc | 2672 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()
|
| D | class.cc | 4956 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()
|
| D | call.cc | 5741 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()
|
| D | coroutines.cc | 2089 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()
|
| D | cp-tree.h | 6140 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
|
| D | typeck.cc | 3510 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()
|
| D | parser.cc | 17395 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()
|
| D | error.cc | 3311 tree id = ovl_op_identifier (assop, p); in op_to_string()
|
| D | init.cc | 3332 fnname = ovl_op_identifier (false, array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
|
| D | semantics.cc | 5850 reduction_id = ovl_op_identifier (false, reduction_code); in omp_reduction_id()
|
| D | ChangeLog-2021 | 495 operand is magic CALL_EXPR with ovl_op_identifier (ARRAY_REF)
|
| D | decl.cc | 5127 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code), in push_cp_library_fn()
|
| D | ChangeLog-2019 | 1130 * cp-tree.h (ovl_op_identifier): Change to inline functions.
|
| D | pt.cc | 20518 == ovl_op_identifier (ARRAY_REF))) in tsubst_copy_and_build()
|