Lines Matching refs:current_function_decl
132 if (sourcefile == NULL && current_function_decl != NULL_TREE) in mf_varname_tree()
133 sourcefile = DECL_SOURCE_FILE (current_function_decl); in mf_varname_tree()
152 if (current_function_decl != NULL_TREE) in mf_varname_tree()
158 if (DECL_NAME (current_function_decl)) in mf_varname_tree()
159 funcname = lang_hooks.decl_printable_name (current_function_decl, 1); in mf_varname_tree()
214 if (file == NULL && current_function_decl != NULL_TREE) in mf_file_function_line_tree()
215 file = DECL_SOURCE_FILE (current_function_decl); in mf_file_function_line_tree()
232 name = lang_hooks.decl_printable_name (current_function_decl, 1); in mf_file_function_line_tree()
422 if (mf_marked_p (current_function_decl) in execute_mudflap_function_ops()
423 || mf_artificial (current_function_decl)) in execute_mudflap_function_ops()
487 gimple_set_location (g, DECL_SOURCE_LOCATION (current_function_decl)); in mf_decl_cache_locals()
491 gimple_set_location (g, DECL_SOURCE_LOCATION (current_function_decl)); in mf_decl_cache_locals()
1004 if (mf_marked_p (current_function_decl) in execute_mudflap_function_decls()
1005 || mf_artificial (current_function_decl)) in execute_mudflap_function_decls()
1010 mf_xform_decls (gimple_body (current_function_decl), in execute_mudflap_function_decls()
1011 DECL_ARGUMENTS (current_function_decl)); in execute_mudflap_function_decls()