Searched refs:src_fn (Results 1 – 19 of 19) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-inline.cc | 706 if (! variably_modified_type_p (type, id->src_fn) in remap_type() 733 if (VAR_P (decl) && !auto_var_in_fn_p (decl, id->src_fn)) in can_be_nonlocal() 1023 tree fn = id->src_fn; in remap_gimple_op_r() 1067 || decl_function_context (*tp) == id->src_fn)) in remap_gimple_op_r() 1194 tree fn = id->src_fn; in copy_tree_body_r() 1257 || decl_function_context (*tp) == id->src_fn)) in copy_tree_body_r() 1768 && auto_var_in_fn_p (gimple_assign_lhs (stmt), id->src_fn)) in remap_gimple_stmt() 2131 for (p = DECL_ARGUMENTS (id->src_fn); p; p = DECL_CHAIN (p)) in copy_bb() 2186 for (p = DECL_ARGUMENTS (id->src_fn); p; p = DECL_CHAIN (p)) in copy_bb() 2477 && auto_var_in_fn_p (var, id->src_fn) in add_clobbers_to_eh_landing_pad() [all …]
|
| H A D | tree-inline.h | 46 tree src_fn; member
|
| H A D | tree-nested.cc | 3293 id.cb.src_fn = i->context; in remap_vla_decls() 3606 id.cb.src_fn = i->context; in finalize_nesting_tree_1()
|
| H A D | omp-low.cc | 958 if (is_global_var (var) || decl_function_context (var) != ctx->cb.src_fn) in omp_copy_decl() 984 ctx->cb.src_fn = current_function_decl; in new_omp_context() 1098 if (variably_modified_type_p (TREE_TYPE (f), ctx->cb.src_fn)) in fixup_child_record_type() 12035 if (variably_modified_type_p (TREE_TYPE (f), ctx->cb.src_fn)) in create_task_copyfn() 12041 if (variably_modified_type_p (TREE_TYPE (f), ctx->cb.src_fn)) in create_task_copyfn() 12050 tcctx.cb.src_fn = ctx->cb.src_fn; in create_task_copyfn() 12052 tcctx.cb.src_node = cgraph_node::get (tcctx.cb.src_fn); in create_task_copyfn()
|
| H A D | asan.cc | 4056 id.src_fn = id.dst_fn = current_function_decl; in create_asan_shadow_var()
|
| H A D | gimplify.cc | 13813 id.src_fn = current_function_decl; in gimplify_omp_loop()
|
| H A D | ChangeLog-2011 | 36241 that were referenced in the original function. Test src_fn 36245 (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-inline.c | 726 if (! variably_modified_type_p (type, id->src_fn) in remap_type() 753 if (VAR_P (decl) && !auto_var_in_fn_p (decl, id->src_fn)) in can_be_nonlocal() 1046 tree fn = id->src_fn; in remap_gimple_op_r() 1090 || decl_function_context (*tp) == id->src_fn)) in remap_gimple_op_r() 1217 tree fn = id->src_fn; in copy_tree_body_r() 1280 || decl_function_context (*tp) == id->src_fn)) in copy_tree_body_r() 1738 && auto_var_in_fn_p (gimple_assign_lhs (stmt), id->src_fn)) in remap_gimple_stmt() 2106 for (p = DECL_ARGUMENTS (id->src_fn); p; p = DECL_CHAIN (p)) in copy_bb() 2161 for (p = DECL_ARGUMENTS (id->src_fn); p; p = DECL_CHAIN (p)) in copy_bb() 2439 && auto_var_in_fn_p (var, id->src_fn) in add_clobbers_to_eh_landing_pad() [all …]
|
| H A D | tree-inline.h | 46 tree src_fn; member
|
| H A D | tree-nested.c | 3134 id.cb.src_fn = i->context; in remap_vla_decls() 3447 id.cb.src_fn = i->context; in finalize_nesting_tree_1()
|
| H A D | omp-low.c | 919 if (is_global_var (var) || decl_function_context (var) != ctx->cb.src_fn) in omp_copy_decl() 945 ctx->cb.src_fn = current_function_decl; in new_omp_context() 1058 if (variably_modified_type_p (TREE_TYPE (f), ctx->cb.src_fn)) in fixup_child_record_type() 10924 if (variably_modified_type_p (TREE_TYPE (f), ctx->cb.src_fn)) in create_task_copyfn() 10930 if (variably_modified_type_p (TREE_TYPE (f), ctx->cb.src_fn)) in create_task_copyfn() 10939 tcctx.cb.src_fn = ctx->cb.src_fn; in create_task_copyfn() 10941 tcctx.cb.src_node = cgraph_node::get (tcctx.cb.src_fn); in create_task_copyfn()
|
| H A D | asan.c | 3568 id.src_fn = id.dst_fn = current_function_decl; in create_asan_shadow_var()
|
| H A D | gimplify.c | 12534 id.src_fn = current_function_decl; in gimplify_omp_loop()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | optimize.cc | 97 id.src_fn = fn; in clone_body()
|
| H A D | semantics.cc | 6197 id.src_fn = DECL_CONTEXT (omp_decl1); in clone_omp_udr() 6199 id.src_cfun = DECL_STRUCT_FUNCTION (id.src_fn); in clone_omp_udr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | optimize.c | 97 id.src_fn = fn; in clone_body()
|
| H A D | semantics.c | 5769 id.src_fn = DECL_CONTEXT (omp_decl1); in clone_omp_udr() 5771 id.src_cfun = DECL_STRUCT_FUNCTION (id.src_fn); in clone_omp_udr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 13650 id.src_fn = DECL_CONTEXT (omp_decl1); in c_clone_omp_udr() 13652 id.src_cfun = DECL_STRUCT_FUNCTION (id.src_fn); in c_clone_omp_udr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 13884 id.src_fn = DECL_CONTEXT (omp_decl1); in c_clone_omp_udr() 13886 id.src_cfun = DECL_STRUCT_FUNCTION (id.src_fn); in c_clone_omp_udr()
|