Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c609 convert_to_void (build_non_dependent_expr (expr), "statement"); in finish_expr_stmt()
857 convert_to_void (build_non_dependent_expr (expr), "3rd expression in for"); in finish_for_expr()
1789 fn = build_non_dependent_expr (fn); in finish_call_expr()
1840 object = build_non_dependent_expr (object); in finish_call_expr()
3881 lhs = build_non_dependent_expr (lhs); in finish_omp_atomic()
3882 rhs = build_non_dependent_expr (rhs); in finish_omp_atomic()
Dtypeck.c2119 object = build_non_dependent_expr (object); in finish_class_member_access_expr()
2293 expr = build_non_dependent_expr (expr); in build_x_indirect_ref()
2926 arg1 = build_non_dependent_expr (arg1); in build_x_binary_op()
2927 arg2 = build_non_dependent_expr (arg2); in build_x_binary_op()
3844 xarg = build_non_dependent_expr (xarg); in build_x_unary_op()
4656 ifexp = build_non_dependent_expr (ifexp); in build_x_conditional_expr()
4658 op1 = build_non_dependent_expr (op1); in build_x_conditional_expr()
4659 op2 = build_non_dependent_expr (op2); in build_x_conditional_expr()
4702 op1 = build_non_dependent_expr (op1); in build_x_compound_expr()
4703 op2 = build_non_dependent_expr (op2); in build_x_compound_expr()
Ddecl2.c302 array_expr = build_non_dependent_expr (array_expr); in grok_array_decl()
303 index_exp = build_non_dependent_expr (index_exp); in grok_array_decl()
3424 object = build_non_dependent_expr (object); in build_offset_ref_call_from_tree()
3427 fn = build_non_dependent_expr (fn); in build_offset_ref_call_from_tree()
Dtypeck2.c1155 expr = build_non_dependent_expr (expr); in build_x_arrow()
Dpt.c13284 build_non_dependent_expr (tree expr) in build_non_dependent_expr() function
13327 ? build_non_dependent_expr (TREE_OPERAND (expr, 1)) in build_non_dependent_expr()
13328 : build_non_dependent_expr (TREE_OPERAND (expr, 0))), in build_non_dependent_expr()
13329 build_non_dependent_expr (TREE_OPERAND (expr, 2))); in build_non_dependent_expr()
13335 build_non_dependent_expr (TREE_OPERAND (expr, 1))); in build_non_dependent_expr()
13370 build_non_dependent_expr (TREE_VALUE (a)), in build_non_dependent_args()
DChangeLog-2003588 * pt.c (build_non_dependent_expr): Handle GNU extension to ?:
1642 * pt.c (build_non_dependent_expr): Check COMPOUND_EXPR_OVERLOADED.
1752 * pt.c (build_non_dependent_expr): Do not build a
1981 * pt.c (build_non_dependent_expr): Look inside COND_EXPR and
2092 build_non_dependent_expr.
2094 * pt.c (build_non_dependent_expr): Set operand.
3187 (build_non_dependent_expr): Likewise.
3226 (build_non_dependent_expr): New function.
Dinit.c2095 nelts = build_non_dependent_expr (nelts); in build_new()
DChangeLog-2004569 * pt.c (build_non_dependent_expr): Do not build a
2876 unify, build_non_dependent_expr): Likewise.
5251 * pt.c (build_non_dependent_expr): Expand the set of tree nodes
5838 * pt.c (build_non_dependent_expr): Do not create a
6327 * pt.c (build_non_dependent_expr): Do not build
6489 * pt.c (build_non_dependent_expr): Do not build a
DChangeLog2038 * pt.c (build_non_dependent_expr): Leave ADDR_EXPR of
4250 * pt.c (build_non_dependent_expr): Don't wrap a COMPONENT_REF
5760 * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
6380 * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
Dcp-tree.h4159 extern tree build_non_dependent_expr (tree);
Dcall.c5384 instance = build_non_dependent_expr (instance); in build_new_method_call()