Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.h639 extern tree fname_decl (unsigned, tree);
H A Dc-common.c816 fname_decl (unsigned int rid, tree id) in fname_decl() function
H A Dc-parser.c5480 expr.value = fname_decl (c_parser_peek_token (parser)->keyword, in c_parser_postfix_expression()
H A DChangeLog-20045661 * 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 DChangeLog-200124463 (fname_string, fname_decl): Likewise.
24471 (fname_string, fname_decl): New functions.
H A DChangeLog-200313324 (fname_decl): Don't use xxx_with_decl.
24352 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
H A DChangeLog-200210998 * c-common.c (fname_decl): Use line number 0 for
/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c2106 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()