Home
last modified time | relevance | path

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

/netbsd/src/tests/usr.bin/xlint/lint1/
Dc90.c15 compound_literal(void) in compound_literal() function
Dinit_c90.c27 compound_literal(void) { in compound_literal() function
Dlang_level_c99.c156 compound_literal(void) in compound_literal() function
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc3143 finish_compound_literal (tree type, tree compound_literal, in finish_compound_literal() argument
3152 compound_literal in finish_compound_literal()
3153 = finish_compound_literal (TREE_TYPE (type), compound_literal, in finish_compound_literal()
3157 (type, compound_literal, complain, LOOKUP_NORMAL)); in finish_compound_literal()
3164 if (VOID_TYPE_P (type) && CONSTRUCTOR_NELTS (compound_literal) == 0) in finish_compound_literal()
3168 && maybe_zero_constructor_nelts (compound_literal)) in finish_compound_literal()
3181 type = do_auto_deduction (type, compound_literal, type, complain, in finish_compound_literal()
3189 && CONSTRUCTOR_NELTS (compound_literal) == 1) in finish_compound_literal()
3201 type = do_auto_deduction (type, compound_literal, type, complain, in finish_compound_literal()
3213 = (instantiation_dependent_expression_p (compound_literal) in finish_compound_literal()
[all …]
DChangeLog-2021842 If type is cv void and compound_literal has no elements, return
843 void_node. If type is cv void and compound_literal might have no