Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h1928 struct GTY(()) tree_function_decl { struct
2067 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
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()
Dtree.cc983 case FUNCTION_DECL: return sizeof (tree_function_decl); in tree_code_size()
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
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.
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
DChangeLog-202017514 * tree-core.h (tree_decl_with_vis, tree_function_decl):
25453 * tree-core.h (tree_function_decl): Add replaceable_operator
DChangeLog-201919116 * tree-core.h (tree_function_decl): Make function_code an
19976 (struct tree_function_decl): Remove operator_new_flag and lambda_function.
DChangeLog-20114274 (struct tree_function_decl): Add tm_clone_flag.
20902 (struct tree_function_decl): Add has_debug_args_flag field.
DChangeLog-201431821 (tree_function_decl): Add arguments.
33374 (tree_function_decl): ... here.
DChangeLog-20125085 (tree_function_decl): New bit-field versioned_function.
DChangeLog-200910030 (tree_function_decl): Add personality.
DChangeLog-200512270 (struct tree_function_decl): Ditto.
DChangeLog-201320132 * tree.h: Move documentation for tree_function_decl to tree-core.h
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi831 @item struct tree_function_decl
Dgccint.info10677 'struct tree_function_decl'
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc2958 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common)); in duplicate_decls()