Searched refs:force_paren_expr (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2014 | 57 * semantics.c (force_paren_expr): Use it. 911 * semantics.c (force_paren_expr): And set it. 1345 * semantics.c (force_paren_expr, finish_decltype_type): Ditto. 3185 * semantics.c (force_paren_expr): Set it. 3229 * semantics.c (force_paren_expr): Only add a PAREN_EXPR to a
|
| H A D | ChangeLog-2018 | 163 * semantics.c (force_paren_expr): Likewise from expr before 2354 * semantics.c (force_paren_expr): Use VIEW_CONVERT_EXPR instead of 4370 * semantics.c (force_paren_expr): Remove redundant test. 4412 * semantics.c (force_paren_expr): Create a PAREN_EXPR when in 4908 * pt.c (tsubst_copy_and_build): Use force_paren_expr for INDIRECT_REF.
|
| H A D | cp-tree.h | 7622 extern tree force_paren_expr (tree, bool = false); 7624 { return force_paren_expr (t, true); } in force_paren_expr_uneval()
|
| H A D | ChangeLog-2016 | 2484 * semantics.c (force_paren_expr): If given a SCOPE_REF, just set 3512 * semantics.c (force_paren_expr): Just build a PAREN_EXPR when
|
| H A D | semantics.cc | 2074 force_paren_expr (tree expr, bool even_uneval) in force_paren_expr() function 2136 expr = cp_expr (force_paren_expr (expr), expr.get_location ()); in finish_parenthesized_expr()
|
| H A D | ChangeLog-2021 | 367 * semantics.c (force_paren_expr): Set REF_PARENTHESIZED_P on 682 * semantics.c (force_paren_expr): Simplify conditionals. Set
|
| H A D | ChangeLog-2019 | 2199 (force_paren_expr): Add even_uneval parm. 3041 * semantics.c (force_paren_expr): Preserve location.
|
| H A D | ChangeLog-2015 | 1305 * semantics.c (force_paren_expr): Don't mess with hard register vars.
|
| H A D | ChangeLog-2013 | 3323 * semantics.c (force_paren_expr): New.
|
| H A D | call.cc | 5967 result = force_paren_expr (result); in build_conditional_expr()
|
| H A D | pt.cc | 16888 expr = force_paren_expr (expr); in tsubst_qualified_id() 20276 r = force_paren_expr (r); in tsubst_copy_and_build()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.h | 7231 extern tree force_paren_expr (tree, bool = false); 7233 { return force_paren_expr (t, true); } in force_paren_expr_uneval()
|
| H A D | semantics.c | 1803 force_paren_expr (tree expr, bool even_uneval) in force_paren_expr() function 1884 expr = cp_expr (force_paren_expr (expr), expr.get_location ()); in finish_parenthesized_expr()
|
| H A D | call.c | 5712 result = force_paren_expr (result); in build_conditional_expr_1()
|
| H A D | pt.c | 16380 expr = force_paren_expr (expr); in tsubst_qualified_id() 19492 r = force_paren_expr (r); in tsubst_copy_and_build()
|