/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-codegen.cc | 681 tree tmp = build_local_temp (TREE_TYPE (exp)); in build_address() 1078 tree result = build_local_temp (d_bool_type); in build_array_struct_comparison() 1090 tree t = build_local_temp (size_type_node); in build_array_struct_comparison() 1094 t = build_local_temp (ptrtype); in build_array_struct_comparison() 1098 t = build_local_temp (ptrtype); in build_array_struct_comparison() 1732 tree t = build_local_temp (size_type_node); in build_array_set() 1736 t = build_local_temp (ptrtype); in build_array_set() 1742 t = build_local_temp (TREE_TYPE (value)); in build_array_set() 1831 tree var = build_local_temp (satype); in build_array_from_exprs() 2792 decl = build_local_temp (build_pointer_type (type)); in build_closure() [all …]
|
H A D | expr.cc | 699 tree var = build_local_temp (make_array_type (targselem, ndims)); in visit() 1172 tree elembuf = build_local_temp (build_ctype (etype)); in visit() 2287 tree var = build_local_temp (TREE_TYPE (type)); in visit() 2443 tree var = build_local_temp (tarray); in visit() 2729 tree var = build_local_temp (TREE_TYPE (ctor)); in visit() 2924 tree var = build_local_temp (TREE_TYPE (ctor)); in visit()
|
H A D | d-tree.h | 636 extern tree build_local_temp (tree);
|
H A D | intrinsics.cc | 359 tree tmp = build_local_temp (TREE_TYPE (callexp)); in expand_intrinsic_bt()
|
H A D | modules.cc | 368 tree dso = build_local_temp (dso_type); in build_dso_cdtor_fn()
|
H A D | d-convert.cc | 986 tree var = build_local_temp (TREE_TYPE (expr)); in d_array_convert()
|
H A D | ChangeLog-2020 | 842 * d-convert.cc (d_array_convert): Use build_local_temp to generate 847 * expr.cc (ExprVisitor::visit (CatExp *)): Use build_local_temp to
|
H A D | decl.cc | 1648 build_local_temp (tree type) in build_local_temp() function
|
H A D | ChangeLog-2017 | 633 (build_local_temp): Move to decl.cc.
|
H A D | ChangeLog-2016 | 647 (build_local_temp): Use input_location.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-codegen.cc | 1021 tree result = build_local_temp (d_bool_type); in build_array_struct_comparison() 1033 tree t = build_local_temp (size_type_node); in build_array_struct_comparison() 1037 t = build_local_temp (ptrtype); in build_array_struct_comparison() 1041 t = build_local_temp (ptrtype); in build_array_struct_comparison() 1637 tree t = build_local_temp (size_type_node); in build_array_set() 1641 t = build_local_temp (ptrtype); in build_array_set() 1647 t = build_local_temp (TREE_TYPE (value)); in build_array_set() 2503 decl = build_local_temp (build_pointer_type (type)); in build_closure() 2517 decl = build_local_temp (type); in build_closure()
|
H A D | expr.cc | 713 tree var = build_local_temp (make_array_type (targselem, ndims)); in visit() 1174 tree elembuf = build_local_temp (build_ctype (etype)); in visit() 2334 tree var = build_local_temp (TREE_TYPE (type)); in visit() 2506 tree var = build_local_temp (tarray); in visit() 2971 tree var = build_local_temp (TREE_TYPE (ctor)); in visit()
|
H A D | intrinsics.cc | 322 tree tmp = build_local_temp (TREE_TYPE (callexp)); in expand_intrinsic_bt()
|
H A D | d-tree.h | 613 extern tree build_local_temp (tree);
|
H A D | modules.cc | 366 tree dso = build_local_temp (dso_type); in build_dso_cdtor_fn()
|
H A D | d-convert.cc | 881 tree var = build_local_temp (TREE_TYPE (expr)); in d_array_convert()
|
H A D | decl.cc | 1467 build_local_temp (tree type) in build_local_temp() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 542 build_local_temp (tree type) in build_local_temp() function 654 slot = build_local_temp (type); in build_aggr_init_expr() 723 slot = build_local_temp (type); in build_cplus_new() 819 tree slot = build_local_temp (type); in build_vec_init_expr() 918 slot = build_local_temp (type); in force_target_expr()
|
H A D | ChangeLog-2019 | 1324 * cp-tree.h (omp_declare_variant_finalize, build_local_temp): Declare. 1335 * tree.c (build_local_temp): No longer static, remove forward
|
H A D | cp-tree.h | 7836 extern tree build_local_temp (tree);
|
H A D | call.cc | 12988 *cond_guard = build_local_temp (boolean_type_node); in set_up_extended_ref_temp()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | tree.c | 531 build_local_temp (tree type) in build_local_temp() function 644 slot = build_local_temp (type); in build_aggr_init_expr() 713 slot = build_local_temp (type); in build_cplus_new() 798 slot = build_local_temp (type); in build_vec_init_expr() 873 slot = build_local_temp (type); in force_target_expr()
|
H A D | cp-tree.h | 7436 extern tree build_local_temp (tree);
|
H A D | call.c | 12235 *cond_guard = build_local_temp (boolean_type_node); in set_up_extended_ref_temp()
|
H A D | decl.c | 7331 vec_safe_push (args, build_local_temp (TREE_TYPE (parm))); in omp_declare_variant_finalize_one()
|