Searched refs:DECL_SAVED_FUNCTION_DATA (Results 1 – 6 of 6) sorted by relevance
146 DECL_SAVED_FUNCTION_DATA (thunk) = NULL; in make_thunk()234 DECL_SAVED_FUNCTION_DATA (alias) = NULL; in make_alias_for()
12898 DECL_SAVED_FUNCTION_DATA (decl1) = NULL; in start_preparsed_function()13186 DECL_SAVED_FUNCTION_DATA (decl) = f; in save_function_data()13604 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl); in finish_function()
2899 #define DECL_SAVED_FUNCTION_DATA(NODE) \ macro
121 DECL_SAVED_FUNCTION_DATA (thunk) = NULL; in make_thunk()209 DECL_SAVED_FUNCTION_DATA (alias) = NULL; in make_alias_for()
2492 else if (DECL_SAVED_FUNCTION_DATA (newdecl) == NULL) in duplicate_decls()2493 DECL_SAVED_FUNCTION_DATA (newdecl) in duplicate_decls()2494 = DECL_SAVED_FUNCTION_DATA (olddecl); in duplicate_decls()15193 DECL_SAVED_FUNCTION_DATA (decl1) = NULL; in start_preparsed_function()15499 DECL_SAVED_FUNCTION_DATA (decl) = f; in save_function_data()15967 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl); in finish_function()16404 f = DECL_SAVED_FUNCTION_DATA (fn); in fndecl_declared_return_type()
3631 #define DECL_SAVED_FUNCTION_DATA(NODE) \ macro