Searched refs:build_compound_literal (Results 1 – 9 of 9) sorted by relevance
291 extern tree build_compound_literal PARAMS ((tree, tree));
3278 build_compound_literal (type, init) in build_compound_literal() function
674 $$ = build_compound_literal (type, constructor);
1275 * c-decl.c (build_compound_literal): Put the decl inside a3052 * 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.
18424 * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.18428 * c-decl.c (build_compound_literal): Defer compound literal decls
567 extern tree build_compound_literal (tree, tree);
5505 expr.value = build_compound_literal (type, init.value); in c_parser_postfix_expression_after_paren_type()
3708 build_compound_literal (tree type, tree init) in build_compound_literal() function
2297 rhs = build_compound_literal (return_type, in build_function_call()