Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c619 convert_to_void (build_non_dependent_expr (expr), "statement"); in finish_expr_stmt()
881 convert_to_void (build_non_dependent_expr (expr), "3rd expression in for"); in finish_for_expr()
1818 fn = build_non_dependent_expr (fn); in finish_call_expr()
1869 object = build_non_dependent_expr (object); in finish_call_expr()
4047 lhs = build_non_dependent_expr (lhs); in finish_omp_atomic()
4048 rhs = build_non_dependent_expr (rhs); in finish_omp_atomic()
H A Dtypeck.c2157 object = build_non_dependent_expr (object); in finish_class_member_access_expr()
2331 expr = build_non_dependent_expr (expr); in build_x_indirect_ref()
3035 arg1 = build_non_dependent_expr (arg1); in build_x_binary_op()
3036 arg2 = build_non_dependent_expr (arg2); in build_x_binary_op()
3977 xarg = build_non_dependent_expr (xarg); in build_x_unary_op()
4789 ifexp = build_non_dependent_expr (ifexp); in build_x_conditional_expr()
4791 op1 = build_non_dependent_expr (op1); in build_x_conditional_expr()
4792 op2 = build_non_dependent_expr (op2); in build_x_conditional_expr()
4835 op1 = build_non_dependent_expr (op1); in build_x_compound_expr()
4836 op2 = build_non_dependent_expr (op2); in build_x_compound_expr()
H A 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()
3507 object = build_non_dependent_expr (object); in build_offset_ref_call_from_tree()
3510 fn = build_non_dependent_expr (fn); in build_offset_ref_call_from_tree()
H A Dtypeck2.c1155 expr = build_non_dependent_expr (expr); in build_x_arrow()
H A Dpt.c13322 build_non_dependent_expr (tree expr) in build_non_dependent_expr() function
13365 ? build_non_dependent_expr (TREE_OPERAND (expr, 1)) in build_non_dependent_expr()
13366 : build_non_dependent_expr (TREE_OPERAND (expr, 0))), in build_non_dependent_expr()
13367 build_non_dependent_expr (TREE_OPERAND (expr, 2))); in build_non_dependent_expr()
13373 build_non_dependent_expr (TREE_OPERAND (expr, 1))); in build_non_dependent_expr()
13408 build_non_dependent_expr (TREE_VALUE (a)), in build_non_dependent_args()
H A 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.
H A Dinit.c2095 nelts = build_non_dependent_expr (nelts); in build_new()
H A 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
H A DChangeLog2107 * pt.c (build_non_dependent_expr): Leave ADDR_EXPR of
4319 * pt.c (build_non_dependent_expr): Don't wrap a COMPONENT_REF
5829 * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
6449 * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
H A Dcp-tree.h4211 extern tree build_non_dependent_expr (tree);
H A Dcall.c5426 instance = build_non_dependent_expr (instance); in build_new_method_call()