Searched refs:add_pending_init (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 104 static void add_pending_init (tree, tree, tree, bool, struct obstack *); 7388 add_pending_init (tree purpose, tree value, tree origtype, bool implicit, in add_pending_init() function 7629 add_pending_init (index, value, NULL_TREE, true, in set_nonincremental_init() 7722 add_pending_init (purpose, value, NULL_TREE, true, in set_nonincremental_init_from_string() 7929 add_pending_init (field, value, origtype, implicit, in output_init_element() 7956 add_pending_init (field, value, origtype, implicit, in output_init_element()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 113 static void add_pending_init (location_t, tree, tree, tree, bool, 8682 add_pending_init (location_t loc, tree purpose, tree value, tree origtype, in add_pending_init() function 8928 add_pending_init (input_location, index, value, NULL_TREE, true, in set_nonincremental_init() 9024 add_pending_init (input_location, purpose, value, NULL_TREE, true, in set_nonincremental_init_from_string() 9241 add_pending_init (loc, field, value, origtype, implicit, in output_init_element() 9268 add_pending_init (loc, field, value, origtype, implicit, in output_init_element()
|