Searched refs: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 | 826 extern tree fname_decl (location_t, unsigned, tree);
|
| H A D | c-common.c | 712 fname_decl (location_t loc, unsigned int rid, tree id) in fname_decl() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.h | 847 extern tree fname_decl (location_t, unsigned, tree);
|
| H A D | c-common.cc | 735 fname_decl (location_t loc, unsigned int rid, tree id) in fname_decl() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2008 | 487 * semantics.c (finish_fname): Pass location to fname_decl.
|
| H A D | semantics.cc | 3342 decl = fname_decl (input_location, C_RID_CODE (id), id); in finish_fname()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 3033 decl = fname_decl (input_location, C_RID_CODE (id), id); in finish_fname()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 8938 expr.value = fname_decl (loc, c_parser_peek_token (parser)->keyword, in c_parser_predefined_identifier()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 8931 expr.value = fname_decl (loc, c_parser_peek_token (parser)->keyword, in c_parser_predefined_identifier()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2008 | 4978 * c-common.c (fname_decl): New location argument. 4979 * c-common.h (fname_decl): Same. 26130 * c-common.c (fname_decl): Remove old location code.
|
| H A D | ChangeLog-2004 | 5661 * c-common.c (fname_decl): Don't use line number of decl in 27128 * c-common.c (fname_decl): Update save/clear/store of input_location. 29614 (finish_fname_decls, fname_decl): Use statement_lists.
|
| H A D | ChangeLog-2001 | 24463 (fname_string, fname_decl): Likewise. 24471 (fname_string, fname_decl): New functions.
|
| H A D | ChangeLog-2003 | 13324 (fname_decl): Don't use xxx_with_decl. 24352 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
|
| H A D | ChangeLog-2002 | 10998 * c-common.c (fname_decl): Use line number 0 for
|