Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.h93 #define LANG_HOOKS_EXPR_TO_DECL c_expr_to_decl
H A Dc-tree.h735 extern tree c_expr_to_decl (tree, bool *, bool *);
H A Dc-typeck.c12784 c_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED, bool *se) in c_expr_to_decl() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.h99 #define LANG_HOOKS_EXPR_TO_DECL c_expr_to_decl
H A Dc-tree.h752 extern tree c_expr_to_decl (tree, bool *, bool *);
H A Dc-typeck.cc12975 c_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED, bool *se) in c_expr_to_decl() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200512692 * c-tree.h (c_expr_to_decl): Declare.
12693 * c-typeck.c (c_expr_to_decl): New.
H A DChangeLog-200821802 * c-tree.h (c_expr_to_decl): Drop third parameter.