Home
last modified time | relevance | path

Searched refs:language_function (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto-tree.h39 struct GTY(()) language_function struct
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto-tree.h41 struct GTY(()) language_function struct
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-lang.h47 struct GTY(()) language_function { struct
H A Dfunction.h547 struct language_function * language;
H A Dc-decl.c8571 struct language_function *p = cfun->language; in c_push_function_context()
8597 struct language_function *p; in c_pop_function_context()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-lang.h52 struct GTY(()) language_function { struct
H A Dc-decl.c9352 cfun->language = ggc_cleared_alloc<language_function> (); in store_parm_decls()
9688 struct language_function *p = cfun->language; in c_push_function_context()
9692 cfun->language = p = ggc_cleared_alloc<language_function> (); in c_push_function_context()
9713 struct language_function *p; in c_pop_function_context()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfunction.h272 struct language_function * language;
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c15177 cfun->language = ggc_cleared_alloc<language_function> (); in start_preparsed_function()
15490 struct language_function *f; in save_function_data()
15497 f = ggc_alloc<language_function> (); in save_function_data()
15498 memcpy (f, cp_function_chain, sizeof (struct language_function)); in save_function_data()
15967 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl); in finish_function()
16400 struct language_function *f = NULL; in fndecl_declared_return_type()
H A Dcp-tree.h1734 struct GTY(()) language_function { struct
2587 struct language_function * GTY ((tag ("0")))
H A Dpt.c17676 language_function *ol = DECL_STRUCT_FUNCTION (oldfn)->language; in tsubst_lambda_expr()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h1068 struct GTY(()) language_function { struct
1972 struct language_function * GTY ((tag ("0")))
H A Ddecl.c13177 struct language_function *f; in save_function_data()
13185 memcpy (f, cp_function_chain, sizeof (struct language_function)); in save_function_data()
13604 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl); in finish_function()