| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cp-gimplify.c | 790 start1 = build4 (ARRAY_REF, inner_type, start1, in cxx_omp_clause_apply_fn() 793 start2 = build4 (ARRAY_REF, inner_type, start2, in cxx_omp_clause_apply_fn()
|
| D | typeck2.c | 483 sub = build4 (ARRAY_REF, inner_type, dest, field_index, in split_nonconstant_init_1() 508 sub = build4 (ARRAY_REF, inner_type, dest, field_index, in split_nonconstant_init_1()
|
| D | tree.c | 239 t = build4 (TARGET_EXPR, TREE_TYPE (decl), decl, value, in build_target_expr()
|
| D | init.c | 1559 new_expr = build4 (NEW_EXPR, build_pointer_type (type), placement, type, in build_raw_new_expr()
|
| D | typeck.c | 2481 rval = build4 (ARRAY_REF, type, array, idx, NULL_TREE, NULL_TREE); in build_array_ref()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-omp.c | 126 addr = build4 (TARGET_EXPR, TREE_TYPE (addr), var, addr, NULL, NULL); in c_finish_omp_atomic()
|
| D | tree-sra.c | 1630 return build4 (ARRAY_RANGE_REF, elt->type, base, in generate_one_element_ref() 1633 return build4 (ARRAY_REF, elt->type, base, elt->element, NULL, NULL); in generate_one_element_ref()
|
| D | coverage.c | 422 return build4 (ARRAY_REF, gcov_type_node, tree_ctr_tables[counter], in tree_coverage_counter_ref()
|
| D | gimplify.c | 1601 *expr_p = build4 (ARRAY_REF, dctype, obj_expr, in canonicalize_addr_expr() 2774 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object), in gimplify_init_ctor_eval_range() 2903 cref = build4 (ARRAY_REF, array_elt_type, unshare_expr (object), in gimplify_init_ctor_eval() 3251 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_rhs() 3268 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_rhs()
|
| D | tree-mudflap.c | 576 t = build4 (ARRAY_REF, in mf_build_check_statement_for()
|
| D | explow.c | 1069 t_save = build4 (ARRAY_REF, ptr_type_node, cfun->nonlocal_goto_save_area, in update_nonlocal_goto_save_area()
|
| D | tree-ssa-ccp.c | 1624 return build4 (ARRAY_REF, orig_type, base, idx, min_idx, in maybe_fold_offset_to_array_ref()
|
| D | tree.c | 2433 new = fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3)); in substitute_in_expr() 2564 return fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3)); in substitute_placeholder_in_expr()
|
| D | tree-ssa-pre.c | 2219 folded = build4 (ARRAY_REF, TREE_TYPE (genop), op0, op1,
|
| D | c-typeck.c | 2013 rval = build4 (ARRAY_REF, type, array, index, NULL_TREE, NULL_TREE); in build_array_ref() 7652 return build4 (TARGET_EXPR, type, tmp, body, NULL_TREE, NULL_TREE); in c_finish_stmt_expr()
|
| D | function.c | 4170 t_save = build4 (ARRAY_REF, ptr_type_node, in expand_function_start()
|
| D | tree.h | 3549 #define build4(c,t1,t2,t3,t4,t5) build4_stat (c,t1,t2,t3,t4,t5 MEM_STAT_INFO) macro
|
| D | fold-const.c | 13294 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_1() 13332 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_1()
|
| D | builtins.c | 5614 x = build4 (ASM_EXPR, void_type_node, build_string (0, ""), NULL, NULL, in expand_builtin_synchronize()
|