Searched refs:src_fn (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-inline.h35 tree src_fn; member in struct:copy_body_data
44 as DECL_STRUCT_FUNCTION (src_fn), but can be different if saved_cfg
H A Dtree-inline.c152 fn = id->src_fn;
211 if (! variably_modified_type_p (type, id->src_fn))
332 if (! variably_modified_type_p (type, id->src_fn))
355 if (!lang_hooks.tree_inlining.auto_var_in_fn_p (old_var, id->src_fn)
469 tree fn = id->src_fn;
525 || decl_function_context (*tp) == id->src_fn))
870 tree callee_fndecl = id->src_fn;
972 tree fndecl = id->src_fn;
984 tree fndecl = id->src_fn;
1181 tree callee = id->src_fn;
[all...]
H A Domp-low.c705 if (is_global_var (var) || decl_function_context (var) != ctx->cb.src_fn)
839 ctx->cb.src_fn = current_function_decl;
893 if (variably_modified_type_p (TREE_TYPE (f), ctx->cb.src_fn))

Completed in 58 milliseconds