Home
last modified time | relevance | path

Searched refs:check_return_expr (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.apple221 * typeck.c (check_return_expr): Added extra check
H A DChangeLog-20002265 * 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 DChangeLog-2001142 * 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 DChangeLog30 * 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 Dsemantics.c785 expr = check_return_expr (expr, &no_warning); in finish_return_stmt()
H A DChangeLog-2004589 * 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 DChangeLog-2002557 * 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 DChangeLog-19991326 (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 Dcp-tree.h4553 extern tree check_return_expr (tree, bool *);
H A Dtypeck.c6700 check_return_expr (tree retval, bool *no_warning) in check_return_expr() function
H A DChangeLog-20032969 * typeck.c (check_return_expr): Fix thinko in diagnostic.
3921 (check_return_expr): Adjust error messages.