Searched refs:compound_literal (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Dsemantics.c2011 tree compound_literal; local
2020 compound_literal = build_constructor (NULL_TREE, initializer_list);
2023 TREE_TYPE (compound_literal) = type;
2025 TREE_HAS_CONSTRUCTOR (compound_literal) = 1;
2026 return compound_literal;
2048 cp_finish_decl (var, compound_literal,

Completed in 98 milliseconds