Searched refs:check_return_expr (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog.apple | 221 * typeck.c (check_return_expr): Added extra check
|
| H A D | ChangeLog-2000 | 2265 * typeck.c (check_return_expr): Do set current_function_returns_value 2420 * typeck.c (check_return_expr): Don't complain about returning 2760 (check_return_expr): Likewise. 3540 * typeck.c (check_return_expr): Likewise. 4745 * typeck.c (check_return_expr): Don't magically convert return 6608 build_const_cast, get_delta_difference, check_return_expr): Avoid 6765 build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
|
| H A D | ChangeLog-2001 | 142 * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not 1123 * typeck.c (check_return_expr): Be more flexible on alignment check. 1584 * typeck.c (check_return_expr): Check DECL_ALIGN instead of 1642 * typeck.c (check_return_expr): Set current_function_return_value.
|
| H A D | ChangeLog | 30 * typeck.c (check_return_expr): Don't NRV optimize vars in 3117 (check_return_expr): Likewise. 4337 * typeck.c (check_return_expr): If the function's return type is 4709 * typeck.c (check_return_expr): Add no_warning argument. Set 4712 * cp-tree.h (check_return_expr): Adjust prototype. 4714 check_return_expr set *no_warning to true.
|
| H A D | semantics.c | 785 expr = check_return_expr (expr, &no_warning); in finish_return_stmt()
|
| H A D | ChangeLog-2004 | 589 * typeck.c (check_return_expr): Robustify. 1332 maybe_warn_about_returning_address_of_local, check_return_expr): 2596 build_ptrmemfunc, expand_ptrmemfunc_cst, check_return_expr 2889 check_return_expr): Likewise. 3905 * typeck.c (check_return_expr): Improve -Weffc++ warning: handle
|
| H A D | ChangeLog-2002 | 557 * semantics.c (finish_return_stmt): Also call check_return_expr in 559 * typeck.c (check_return_expr): In a template, just remember that we 1853 (check_return_expr): Likewise.
|
| H A D | ChangeLog-1999 | 1326 (check_return_expr): Likewise. 1632 * cp-tree.h (check_return_expr): New function. 1642 ctor_label/dtor_label here. Use check_return_expr to do semantic 1646 (check_return_expr): Likewise.
|
| H A D | cp-tree.h | 4553 extern tree check_return_expr (tree, bool *);
|
| H A D | typeck.c | 6700 check_return_expr (tree retval, bool *no_warning) in check_return_expr() function
|
| H A D | ChangeLog-2003 | 2969 * typeck.c (check_return_expr): Fix thinko in diagnostic. 3921 (check_return_expr): Adjust error messages.
|