Home
last modified time | relevance | path

Searched refs:make_fname_decl (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h809 extern tree (*make_fname_decl) (location_t, tree, int);
H A Dc-common.c270 tree (*make_fname_decl) (location_t, tree, int); variable
734 decl = (*make_fname_decl) (loc, id, fname_vars[ix].pretty); in fname_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h830 extern tree (*make_fname_decl) (location_t, tree, int);
H A Dc-common.cc273 tree (*make_fname_decl) (location_t, tree, int); variable
757 decl = (*make_fname_decl) (loc, id, fname_vars[ix].pretty); in fname_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4428 make_fname_decl = c_make_fname_decl; in c_init_decl_processing()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4519 make_fname_decl = c_make_fname_decl; in c_init_decl_processing()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4580 make_fname_decl = cp_make_fname_decl; in cxx_init_decl_processing()
H A Dpt.c18101 decl = make_fname_decl (DECL_SOURCE_LOCATION (decl), in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc4829 make_fname_decl = cp_make_fname_decl; in cxx_init_decl_processing()
H A DChangeLog-20005590 array_domain_type. Set make_fname_decl.
H A Dpt.cc18706 decl = make_fname_decl (DECL_SOURCE_LOCATION (decl), in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200026671 * c-common.h (make_fname_decl): Declare.
26672 * c-common.c (make_fname_decl): Define.
26674 (declare_function_name): Use make_fname_decl.
26676 (init_decl_processing): Set make_fname_decl.
H A DChangeLog-200124459 (make_fname_decl): Remove a parameter.
24464 * c-common.c (make_fname_decl): Adjust.
H A DChangeLog-200919757 * c-common.h: Add location argument to make_fname_decl, do_case,