Home
last modified time | relevance | path

Searched refs:build_compound_literal (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-tree.h291 extern tree build_compound_literal PARAMS ((tree, tree));
Dc-decl.c3278 build_compound_literal (type, init) in build_compound_literal() function
Dc-parse.in674 $$ = build_compound_literal (type, constructor);
DChangeLog.61275 * c-decl.c (build_compound_literal): Put the decl inside a
3052 * c-decl.c (build_compound_literal): New function.
3053 * c-tree.h (build_compound_literal): Declare.
3054 * c-parse.in (primary): Use build_compound_literal.
DChangeLog18424 * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
18428 * c-decl.c (build_compound_literal): Defer compound literal decls
/openbsd/src/gnu/gcc/gcc/
Dc-tree.h567 extern tree build_compound_literal (tree, tree);
Dc-parser.c5505 expr.value = build_compound_literal (type, init.value); in c_parser_postfix_expression_after_paren_type()
Dc-decl.c3708 build_compound_literal (tree type, tree init) in build_compound_literal() function
Dc-typeck.c2297 rhs = build_compound_literal (return_type, in build_function_call()