Searched refs:compound_literal (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | c90.c | 15 compound_literal(void) in compound_literal() function
|
| D | init_c90.c | 27 compound_literal(void) { in compound_literal() function
|
| D | lang_level_c99.c | 156 compound_literal(void) in compound_literal() function
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 3143 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 …]
|
| D | ChangeLog-2021 | 842 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
|