Searched refs:finish_unary_op_expr (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2015 | 279 (finish_unary_op_expr): Likewise. 393 (finish_unary_op_expr): Likewise for return type and local "result". 740 * semantics.c (finish_unary_op_expr): Fold for warnings.
|
H A D | ChangeLog-2013 | 2989 (cp_convert_range_for): Pass complain to finish_unary_op_expr. 2992 * semantics.c (finish_unary_op_expr): Add complain parm.
|
H A D | ChangeLog-2012 | 2082 * semantics.c (finish_unary_op_expr): Likewise.
|
H A D | ChangeLog-2008 | 2391 (finish_unary_op_expr): Ditto.
|
H A D | ChangeLog-1999 | 626 * semantics.c (finish_unary_op_expr): Only set TREE_NEGATED_INT 924 * semantics.c (finish_unary_op_expr): Check whether result is also
|
H A D | cp-tree.h | 7642 extern cp_expr finish_unary_op_expr (location_t, enum tree_code, cp_expr,
|
H A D | ChangeLog-2005 | 3313 * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
|
H A D | ChangeLog-2007 | 3261 * semantics.c (finish_unary_op_expr): Warn only if result
|
H A D | ChangeLog-2009 | 2168 * semantics.c (finish_unary_op_expr): Pass location to
|
H A D | ChangeLog-1998 | 4564 * cp-tree.h (finish_unary_op_expr): New function. 4582 (finish_unary_op_expr): New function, containing
|
H A D | semantics.cc | 3082 finish_unary_op_expr (location_t op_loc, enum tree_code code, cp_expr expr, in finish_unary_op_expr() function
|
H A D | ChangeLog-2011 | 1469 * semantics.c (finish_unary_op_expr): Don't set it.
|
H A D | ChangeLog-2021 | 169 (finish_unary_op_expr): Likewise.
|
H A D | parser.cc | 9010 expression = finish_unary_op_expr (loc, unary_operator, in cp_parser_unary_expression() 13859 expression = finish_unary_op_expr (input_location, in cp_convert_range_for() 42173 incr = finish_unary_op_expr (input_location, in cp_convert_omp_range_for()
|
H A D | ChangeLog-2018 | 1441 * semantics.c (finish_unary_op_expr): Check return value of
|
H A D | ChangeLog-2004 | 5479 * semantics.c (finish_switch_cond, finish_unary_op_expr): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 7251 extern cp_expr finish_unary_op_expr (location_t, enum tree_code, cp_expr,
|
H A D | semantics.c | 2826 finish_unary_op_expr (location_t op_loc, enum tree_code code, cp_expr expr, in finish_unary_op_expr() function
|
H A D | parser.c | 8550 expression = finish_unary_op_expr (loc, unary_operator, in cp_parser_unary_expression() 12681 expression = finish_unary_op_expr (input_location, in cp_convert_range_for() 38841 incr = finish_unary_op_expr (input_location, in cp_convert_omp_range_for()
|