Home
last modified time | relevance | path

Searched refs:force_paren_expr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-201457 * 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 DChangeLog-2018163 * 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 Dcp-tree.h7622 extern tree force_paren_expr (tree, bool = false);
7624 { return force_paren_expr (t, true); } in force_paren_expr_uneval()
H A DChangeLog-20162484 * 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 Dsemantics.cc2074 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 DChangeLog-2021367 * semantics.c (force_paren_expr): Set REF_PARENTHESIZED_P on
682 * semantics.c (force_paren_expr): Simplify conditionals. Set
H A DChangeLog-20192199 (force_paren_expr): Add even_uneval parm.
3041 * semantics.c (force_paren_expr): Preserve location.
H A DChangeLog-20151305 * semantics.c (force_paren_expr): Don't mess with hard register vars.
H A DChangeLog-20133323 * semantics.c (force_paren_expr): New.
H A Dcall.cc5967 result = force_paren_expr (result); in build_conditional_expr()
H A Dpt.cc16888 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 Dcp-tree.h7231 extern tree force_paren_expr (tree, bool = false);
7233 { return force_paren_expr (t, true); } in force_paren_expr_uneval()
H A Dsemantics.c1803 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 Dcall.c5712 result = force_paren_expr (result); in build_conditional_expr_1()
H A Dpt.c16380 expr = force_paren_expr (expr); in tsubst_qualified_id()
19492 r = force_paren_expr (r); in tsubst_copy_and_build()