Searched refs:fname_decl (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | c-common.h | 626 extern tree fname_decl (unsigned, tree);
|
H A D | c-common.c | 802 fname_decl (unsigned int rid, tree id) in fname_decl() function
|
H A D | c-parser.c | 5150 expr.value = fname_decl (c_parser_peek_token (parser)->keyword, in c_parser_postfix_expression()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 862 extern tree fname_decl PARAMS ((unsigned, tree));
|
H A D | c-parse.in | 662 { $$ = fname_decl (C_RID_CODE ($$), $$); }
|
H A D | c-common.c | 1138 fname_decl (rid, id) in fname_decl() function
|
H A D | ChangeLog.5 | 5256 (fname_string, fname_decl): Likewise. 5264 (fname_string, fname_decl): New functions.
|
H A D | ChangeLog | 16706 * c-common.c (fname_decl): Use line number 0 for
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 1472 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 2063 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()
|