Home
last modified time | relevance | path

Searched refs:fname_decl (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dc-common.h626 extern tree fname_decl (unsigned, tree);
H A Dc-common.c802 fname_decl (unsigned int rid, tree id) in fname_decl() function
H A Dc-parser.c5150 expr.value = fname_decl (c_parser_peek_token (parser)->keyword, in c_parser_postfix_expression()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h862 extern tree fname_decl PARAMS ((unsigned, tree));
H A Dc-parse.in662 { $$ = fname_decl (C_RID_CODE ($$), $$); }
H A Dc-common.c1138 fname_decl (rid, id) in fname_decl() function
H A DChangeLog.55256 (fname_string, fname_decl): Likewise.
5264 (fname_string, fname_decl): New functions.
H A DChangeLog16706 * c-common.c (fname_decl): Use line number 0 for
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c1472 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c2063 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()