Searched refs:categorize_ctor_elements (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | expr.h | 338 extern bool categorize_ctor_elements (const_tree, HOST_WIDE_INT *,
|
| D | expr.cc | 6569 categorize_ctor_elements (const_tree ctor, HOST_WIDE_INT *p_nz_elts, in categorize_ctor_elements() function 6620 categorize_ctor_elements (exp, &nz_elts, &unz_elts, &init_elts, in mostly_zeros_p() 6638 categorize_ctor_elements (exp, &nz_elts, &unz_elts, &init_elts, in all_zeros_p()
|
| D | ChangeLog-2006 | 10458 * tree.h (categorize_ctor_elements): Adjust prototype and add 10470 helper for categorize_ctor_elements. 10471 (categorize_ctor_elements): Same interface change as for the _1 10474 (mostly_zeros_p): Adjust call to categorize_ctor_elements. 10477 static versions of the constructor from the categorize_ctor_elements
|
| D | gimplify.cc | 5180 = categorize_ctor_elements (ctor, &num_nonzero_elements, in gimplify_init_constructor()
|
| D | ChangeLog.tree-ssa | 2387 (categorize_ctor_elements_1, categorize_ctor_elements): New. 2393 as indicated by categorize_ctor_elements and can_move_by_pieces. 2396 * tree.h (categorize_ctor_elements): Declare.
|
| D | ChangeLog-2011 | 18680 * tree.h (categorize_ctor_elements): Remove comment. Fix long line. 18688 (categorize_ctor_elements): Replace p_must_clear with p_complete. 18693 (all_zeros_p): Update call to categorize_ctor_elements. 18695 categorize_ctor_elements. Don't call count_type_elements. 18697 otherwise rely on categorize_ctor_elements to detect
|
| D | ChangeLog-2004 | 826 (categorize_ctor_elements): Return it in a new argument. 827 * tree.h (categorize_ctor_elements): Adjust prototype. 33514 (categorize_ctor_elements_1, categorize_ctor_elements): New. 34048 annotate_with_locus, expr_only, categorize_ctor_elements,
|
| D | ChangeLog-2005 | 33435 * expr.c (categorize_ctor_elements): New argument p_must_clear. 33438 (mostly_zeros_p): Update for new categorize_ctor_elements argument. 33441 * tree.h (categorize_ctor_elements): Update decl.
|
| D | ChangeLog-2018 | 985 * expr.h (categorize_ctor_elements): Add p_unique_nz_elts argument. 989 (categorize_ctor_elements): Add p_unique_nz_elts argument, initialize 991 (mostly_zeros_p, all_zeros_p): Adjust categorize_ctor_elements callers.
|
| D | ChangeLog-2007 | 13359 categorize_ctor_elements_1, categorize_ctor_elements, 13395 mode_for_size_tree, categorize_ctor_elements, count_type_elements,
|
| D | ChangeLog-2013 | 8141 (categorize_ctor_elements): Moved to expr.h.
|