Home
last modified time | relevance | path

Searched refs:tree_function_decl (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1928 struct GTY(()) tree_function_decl { struct
2067 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
H A Dtree.h4089 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FUNCTION_CODE()
4100 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_MD_FUNCTION_CODE()
4111 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FE_FUNCTION_CODE()
4122 tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in set_decl_built_in_function()
4132 tree_function_decl &newfndecl = FUNCTION_DECL_CHECK (newdecl)->function_decl; in copy_decl_built_in_function()
4133 const tree_function_decl &oldfndecl in copy_decl_built_in_function()
H A Dtree.cc983 case FUNCTION_DECL: return sizeof (tree_function_decl); in tree_code_size()
H A DChangeLog-20062590 (struct tree_function_decl): Remove gimplified_flag.
2864 (struct tree_function_decl): Add gimplified_flag.
11058 Add struct tree_function_decl and struct tree_binfo size to
11113 Add struct tree_function_decl and struct tree_binfo size to
H A DChangeLog-20085627 (tree_function_decl): Replace inline_flag by no_inline_warning_flag.
13051 (struct tree_function_decl): Add fields for remembering the
20167 (struct tree_function_decl): Added looping_const_or_pure_p.
28310 (struct tree_function_decl): Add new field operator_new_flag.
H A DChangeLog-20079346 * tree.h (struct tree_function_decl): Increase size of
9391 (struct tree_function_decl): Make function_code a bitfield.
15256 (struct tree_function_decl): Add field 'function_code' replacing
H A DChangeLog-202017514 * tree-core.h (tree_decl_with_vis, tree_function_decl):
25453 * tree-core.h (tree_function_decl): Add replaceable_operator
H A DChangeLog-201919116 * tree-core.h (tree_function_decl): Make function_code an
19976 (struct tree_function_decl): Remove operator_new_flag and lambda_function.
H A DChangeLog-20114274 (struct tree_function_decl): Add tm_clone_flag.
20902 (struct tree_function_decl): Add has_debug_args_flag field.
H A DChangeLog-201431821 (tree_function_decl): Add arguments.
33374 (tree_function_decl): ... here.
H A DChangeLog-200910030 (tree_function_decl): Add personality.
H A DChangeLog-20125085 (tree_function_decl): New bit-field versioned_function.
H A DChangeLog-200512270 (struct tree_function_decl): Ditto.
H A DChangeLog-201320132 * tree.h: Move documentation for tree_function_decl to tree-core.h
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1857 struct GTY(()) tree_function_decl { struct
1995 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
H A Dtree.h3926 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FUNCTION_CODE()
3937 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_MD_FUNCTION_CODE()
3948 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FE_FUNCTION_CODE()
3959 tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in set_decl_built_in_function()
3969 tree_function_decl &newfndecl = FUNCTION_DECL_CHECK (newdecl)->function_decl; in copy_decl_built_in_function()
3970 const tree_function_decl &oldfndecl in copy_decl_built_in_function()
H A Dtree.c821 case FUNCTION_DECL: return sizeof (tree_function_decl); in tree_code_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c2758 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common)); in duplicate_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi831 @item struct tree_function_decl
H A Dgccint.info10677 'struct tree_function_decl'
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi823 @item struct tree_function_decl
H A Dgccint.info10307 'struct tree_function_decl'
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc2958 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common)); in duplicate_decls()