Searched refs:finish_call_expr (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | semantics.c | 1790 finish_call_expr (tree fn, tree args, bool disallow_virtual, bool koenig_p) in finish_call_expr() function 4070 tree stmt = finish_call_expr (fn, NULL, false, false); in finish_omp_barrier() 4078 tree stmt = finish_call_expr (fn, NULL, false, false); in finish_omp_flush()
|
| H A D | ChangeLog.tree-ssa | 71 * semantics.c (finish_call_expr): Likewise.
|
| H A D | ChangeLog-2002 | 417 (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 D | ChangeLog-2003 | 609 * 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 D | ChangeLog | 939 * semantics.c (finish_call_expr): Add assert. 1048 * semantics.c (finish_call_expr): Use baselink_for_fns. 2364 * semantics.c (finish_call_expr): Likewise. 5862 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin 6023 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
|
| H A D | ChangeLog-2004 | 2586 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 D | cp-tree.h | 4368 extern tree finish_call_expr (tree, tree, bool, bool);
|
| H A D | parser.c | 4649 = finish_call_expr (postfix_expression, args, in cp_parser_postfix_expression() 4662 = finish_call_expr (postfix_expression, args, in cp_parser_postfix_expression() 4668 = finish_call_expr (postfix_expression, args, in cp_parser_postfix_expression()
|
| H A D | pt.c | 9257 return finish_call_expr (function, call_args, in tsubst_copy_and_build() 9268 return finish_call_expr (function, call_args, in tsubst_copy_and_build()
|
| H A D | ChangeLog-1998 | 3068 * 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 D | ChangeLog-1999 | 6270 * semantics.c (finish_call_expr): Likewise.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2005 | 20996 * c-typeck.c (finish_call_expr): Call resolve_overloaded_builtin
|