Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dc-tree.h578 extern tree build_compound_literal (tree, tree);
Dc-decl.c4182 build_compound_literal (tree type, tree init) in build_compound_literal() function
Dc-parser.c5809 expr.value = build_compound_literal (type, init.value); in c_parser_postfix_expression_after_paren_type()
Dc-typeck.c2427 rhs = build_compound_literal (return_type, in build_function_call()
DChangeLog-20011275 * 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.
DChangeLog-200413 * c-decl.c (build_compound_literal): Likewise.
10609 (build_compound_literal): Check for TYPE being error_mark_node.
14867 implicit_decl_warning, builtin_function, build_compound_literal,
36617 * c-decl.c (build_compound_literal): Use TYPE_READONLY.
37479 (mark_forward_parm_decls, build_compound_literal)
DChangeLog-2005227 (build_compound_literal): Use set_compound_literal_name.
27079 (build_compound_literal): Likewise. Propagate decl type into the
DChangeLog-200212716 * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
12720 * c-decl.c (build_compound_literal): Defer compound literal decls
DChangeLog.tree-ssa14352 * c-decl.c (build_compound_literal): Set DECL_ARTIFICIAL.
DChangeLog-200336299 * c-decl.c (build_compound_literal): Don't use var_labelno.