Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h269 extern tree build_external_ref PARAMS ((tree, int));
H A Dc-parse.in656 $$ = build_external_ref ($1, yychar == '(');
H A Dc-typeck.c1374 build_external_ref (id, fun) in build_external_ref() function
H A DChangeLog.3670 (primary: IDENTIFIER): Just call build_external_ref.
677 * c-typeck.c (build_external_ref): New function. Treat decls
683 * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
H A DChangeLog4767 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
15755 * c-typeck.c (build_external_ref): Don't assemble_external nor
H A DChangeLog.412806 * c-typeck.c (build_external_ref): Use implicit_decl_warning
H A DChangeLog.720317 (build_external_ref): Test for deprecated primaries.
/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h544 extern tree build_external_ref (tree, int, location_t);
H A Dc-parser.c5077 expr.value = build_external_ref (id, in c_parser_postfix_expression()
H A Dc-typeck.c2050 build_external_ref (tree id, int fun, location_t loc) in build_external_ref() function