Home
last modified time | relevance | path

Searched refs:DECL_SAVED_FUNCTION_DATA (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDmethod.c146 DECL_SAVED_FUNCTION_DATA (thunk) = NULL; in make_thunk()
234 DECL_SAVED_FUNCTION_DATA (alias) = NULL; in make_alias_for()
HDdecl.c12898 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()
HDcp-tree.h2899 #define DECL_SAVED_FUNCTION_DATA(NODE) \ macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDmethod.c121 DECL_SAVED_FUNCTION_DATA (thunk) = NULL; in make_thunk()
209 DECL_SAVED_FUNCTION_DATA (alias) = NULL; in make_alias_for()
HDdecl.c2492 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()
HDcp-tree.h3631 #define DECL_SAVED_FUNCTION_DATA(NODE) \ macro