Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c1406 return finish_call_expr (name, parmlist, /*disallow_virtual=*/true);
1413 return finish_call_expr (lookup_namespace_name (type, name),
1442 return finish_call_expr (lookup_namespace_name (ns, name),
H A Dsemantics.c1238 finish_call_expr (tree fn, tree args, bool disallow_virtual) in finish_call_expr() function
H A Ddecl2.c3091 return finish_call_expr (decl, NULL_TREE, /*disallow_virtual=*/false);
3607 return finish_call_expr (fn, args, disallow_virtual); in build_call_from_tree()
H A Dparse.y4171 return finish_call_expr (f, args,
H A Dcp-tree.h4243 extern tree finish_call_expr (tree, tree, bool);
H A DChangeLog771 * semantics.c (finish_call_expr): Use maybe_dummy_object.
3475 (finish_call_expr): Adjust prototype.
3478 * decl2.c (reparse_absdcl_as_expr): Use finish_call_expr.
3485 (build_member_call): Use finish_call_expr.
3491 (primary): Use parse_finish_call_epxr, not finish_call_expr.
3497 * semantics.c (finish_call_expr): Do not do name lookup.
H A DChangeLog.26270 * semantics.c (finish_call_expr): Likewise.
9856 * semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
9895 * semantics.c (finish_call_expr): Handle the new cases.
10068 (finish_call_expr): Add integer parameter to indicate
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c1761 finish_call_expr (tree fn, tree args, bool disallow_virtual, bool koenig_p) in finish_call_expr() function
3904 tree stmt = finish_call_expr (fn, NULL, false, false); in finish_omp_barrier()
3912 tree stmt = finish_call_expr (fn, NULL, false, false); in finish_omp_flush()
H A DChangeLog.tree-ssa71 * semantics.c (finish_call_expr): Likewise.
H A DChangeLog-2002417 (finish_call_expr): Handle PSEUDO_DTOR_EXPR.
2072 (finish_call_expr): Adjust prototype.
2075 * decl2.c (reparse_absdcl_as_expr): Use finish_call_expr.
2082 (build_member_call): Use finish_call_expr.
2088 (primary): Use parse_finish_call_epxr, not finish_call_expr.
2094 * semantics.c (finish_call_expr): Do not do name lookup.
H A DChangeLog-2003609 * semantics.c (finish_call_expr): Check if
1620 * semantics.c (finish_call_expr): Refactor some code.
1718 (finish_call_expr): Change prototype.
1720 finish_call_expr.
1722 * semantics.c (finish_call_expr): Add koenig_p parameter.
3230 (finish_call_expr): Handle non-dependent expressions
3380 * semantics.c (finish_call_expr): Use maybe_dummy_object.
6152 * semantics.c (finish_call_expr): Use build_new_op, not
H A DChangeLog870 * semantics.c (finish_call_expr): Add assert.
979 * semantics.c (finish_call_expr): Use baselink_for_fns.
2295 * semantics.c (finish_call_expr): Likewise.
5793 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
5954 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
H A Dparser.c4455 = finish_call_expr (postfix_expression, args, in cp_parser_postfix_expression()
4468 = finish_call_expr (postfix_expression, args, in cp_parser_postfix_expression()
4474 = finish_call_expr (postfix_expression, args, in cp_parser_postfix_expression()
H A DChangeLog-20042586 finish_stmt_expr, finish_call_expr, finish_pseudo_destructor_expr,
2879 * semantics.c (begin_compound_stmt, finish_call_expr,
5686 * semantics.c (finish_call_expr): Likewise.
6557 * parser.c (cp_parser_postfix_expression): Use finish_call_expr
H A Dcp-tree.h4309 extern tree finish_call_expr (tree, tree, bool, bool);
H A Dpt.c9221 return finish_call_expr (function, call_args, in tsubst_copy_and_build()
9232 return finish_call_expr (function, call_args, in tsubst_copy_and_build()
H A DChangeLog-19983068 * semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
3107 * semantics.c (finish_call_expr): Handle the new cases.
3280 (finish_call_expr): Add integer parameter to indicate
H A DChangeLog-19996270 * semantics.c (finish_call_expr): Likewise.