Home
last modified time | relevance | path

Searched refs:build_local_temp (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc681 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 Dexpr.cc699 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 Dd-tree.h636 extern tree build_local_temp (tree);
H A Dintrinsics.cc359 tree tmp = build_local_temp (TREE_TYPE (callexp)); in expand_intrinsic_bt()
H A Dmodules.cc368 tree dso = build_local_temp (dso_type); in build_dso_cdtor_fn()
H A Dd-convert.cc986 tree var = build_local_temp (TREE_TYPE (expr)); in d_array_convert()
H A DChangeLog-2020842 * 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 Ddecl.cc1648 build_local_temp (tree type) in build_local_temp() function
H A DChangeLog-2017633 (build_local_temp): Move to decl.cc.
H A DChangeLog-2016647 (build_local_temp): Use input_location.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc1021 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 Dexpr.cc713 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 Dintrinsics.cc322 tree tmp = build_local_temp (TREE_TYPE (callexp)); in expand_intrinsic_bt()
H A Dd-tree.h613 extern tree build_local_temp (tree);
H A Dmodules.cc366 tree dso = build_local_temp (dso_type); in build_dso_cdtor_fn()
H A Dd-convert.cc881 tree var = build_local_temp (TREE_TYPE (expr)); in d_array_convert()
H A Ddecl.cc1467 build_local_temp (tree type) in build_local_temp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc542 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 DChangeLog-20191324 * cp-tree.h (omp_declare_variant_finalize, build_local_temp): Declare.
1335 * tree.c (build_local_temp): No longer static, remove forward
H A Dcp-tree.h7836 extern tree build_local_temp (tree);
H A Dcall.cc12988 *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 Dtree.c531 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 Dcp-tree.h7436 extern tree build_local_temp (tree);
H A Dcall.c12235 *cond_guard = build_local_temp (boolean_type_node); in set_up_extended_ref_temp()
H A Ddecl.c7331 vec_safe_push (args, build_local_temp (TREE_TYPE (parm))); in omp_declare_variant_finalize_one()

12