Home
last modified time | relevance | path

Searched refs:lhd_simulate_record_decl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks-def.h59 extern tree lhd_simulate_record_decl (location_t, const char *,
188 #define LANG_HOOKS_SIMULATE_RECORD_DECL lhd_simulate_record_decl
H A Dlanghooks.cc522 lhd_simulate_record_decl (location_t loc, const char *name, in lhd_simulate_record_decl() function
H A DChangeLog-20217845 * langhooks-def.h (lhd_simulate_record_decl): Declare.
7848 * langhooks.c (lhd_simulate_record_decl): New function.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc16908 return lhd_simulate_record_decl (loc, name, fields); in cxx_simulate_record_decl()
16913 return lhd_simulate_record_decl (loc, name, fields); in cxx_simulate_record_decl()