Home
last modified time | relevance | path

Searched refs:lhd_expr_to_decl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks-def.h66 extern tree lhd_expr_to_decl (tree, bool *, bool *);
128 #define LANG_HOOKS_EXPR_TO_DECL lhd_expr_to_decl
H A Dlanghooks.c573 lhd_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED, bool *se ATTRIBUTE_UNUSED) in lhd_expr_to_decl() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks-def.h68 extern tree lhd_expr_to_decl (tree, bool *, bool *);
138 #define LANG_HOOKS_EXPR_TO_DECL lhd_expr_to_decl
H A Dlanghooks.cc595 lhd_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED, bool *se ATTRIBUTE_UNUSED) in lhd_expr_to_decl() function
H A DChangeLog-200821815 * langhooks-def.h (lhd_expr_to_decl): Drop third parameter.
21816 * langhooks.c (lhd_expr_to_decl): Drop third parameter.
H A DChangeLog-200512686 * langhooks.c (lhd_expr_to_decl): New.
12687 * langhooks-def.h (lhd_expr_to_decl, LANG_HOOKS_EXPR_TO_DECL):