Home
last modified time | relevance | path

Searched refs:p_must_clear (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDexpr.c4546 bool *p_must_clear) in categorize_ctor_elements_1() argument
4583 = categorize_ctor_elements_1 (value, &nz, &ic, p_must_clear); in categorize_ctor_elements_1()
4636 if (!*p_must_clear in categorize_ctor_elements_1()
4669 *p_must_clear = clear_this; in categorize_ctor_elements_1()
4692 bool *p_must_clear) in categorize_ctor_elements() argument
4696 *p_must_clear = false; in categorize_ctor_elements()
4699 categorize_ctor_elements_1 (ctor, p_nz_elts, p_elt_count, p_must_clear); in categorize_ctor_elements()
HDChangeLog-200533436 * expr.c (categorize_ctor_elements): New argument p_must_clear.