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 D | c-common.h | 809 extern tree (*make_fname_decl) (location_t, tree, int);
|
| H A D | c-common.c | 270 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 D | c-common.h | 830 extern tree (*make_fname_decl) (location_t, tree, int);
|
| H A D | c-common.cc | 273 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 D | c-decl.c | 4428 make_fname_decl = c_make_fname_decl; in c_init_decl_processing()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 4519 make_fname_decl = c_make_fname_decl; in c_init_decl_processing()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 4580 make_fname_decl = cp_make_fname_decl; in cxx_init_decl_processing()
|
| H A D | pt.c | 18101 decl = make_fname_decl (DECL_SOURCE_LOCATION (decl), in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 4829 make_fname_decl = cp_make_fname_decl; in cxx_init_decl_processing()
|
| H A D | ChangeLog-2000 | 5590 array_domain_type. Set make_fname_decl.
|
| H A D | pt.cc | 18706 decl = make_fname_decl (DECL_SOURCE_LOCATION (decl), in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 26671 * 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 D | ChangeLog-2001 | 24459 (make_fname_decl): Remove a parameter. 24464 * c-common.c (make_fname_decl): Adjust.
|
| H A D | ChangeLog-2009 | 19757 * c-common.h: Add location argument to make_fname_decl, do_case,
|