Home
last modified time | relevance | path

Searched refs:function_decl_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1913 enum function_decl_type enum
1968 ENUM_BITFIELD(function_decl_type) decl_type: 2;
H A Dtree-streamer-in.cc342 FUNCTION_DECL_DECL_TYPE (expr) = (function_decl_type) bp_unpack_value (bp, 2); in unpack_ts_function_decl_value_fields()
H A Dtree.h3194 set_function_decl_type (tree decl, function_decl_type t, bool set) in set_function_decl_type()
H A DChangeLog-201919946 * tree-core.h (enum function_decl_type): Add OPERATOR_DELETE.
19975 * tree-core.h (enum function_decl_type): New enum.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1842 enum function_decl_type enum
1897 ENUM_BITFIELD(function_decl_type) decl_type: 2;
H A Dtree.h3035 set_function_decl_type (tree decl, function_decl_type t, bool set) in set_function_decl_type()
/netbsd-src/external/gpl3/gdb/dist/sim/igen/
H A DChangeLog-2021686 * gen.h (function_decl_type): Declare enum.
689 Make global, pass function_decl_type as argument.
693 gen-idecode.h: Pass function_decl_type as argument.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc5505 t->function_decl.decl_type = function_decl_type (kind); in core_bools()