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

/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c2054 tree compound_literal; local
2063 compound_literal = build_constructor (NULL_TREE, initializer_list);
2066 TREE_TYPE (compound_literal) = type;
2068 TREE_HAS_CONSTRUCTOR (compound_literal) = 1;
2069 return compound_literal;
2091 cp_finish_decl (var, compound_literal,

Completed in 114 milliseconds