Home | History | Annotate | Download | only in cp

Lines Matching defs:from_array

1983       int from_array = 0;
1987 from_array = 1;
2008 from_array = (itype && same_type_p (TREE_TYPE (init),
2012 && (!from_array
2027 from_array,
3682 /*from_array=*/0,
4372 FROM_ARRAY is 0 if we should init everything with INIT
4374 FROM_ARRAY is 1 if we should index into INIT in parallel
4376 FROM_ARRAY is 2 if we should index into INIT in parallel,
4382 int from_array,
4425 && from_array != 2)
4432 if (from_array && init && BRACE_ENCLOSED_INITIALIZER_P (init)
4456 && (from_array == 2
4467 || from_array))
4543 if (from_array && init && TREE_CODE (init) != CONSTRUCTOR)
4559 && from_array != 2)
4616 /* Maybe pull out constant value when from_array? */
4627 from_array = 0;
4729 from_array = 0;
4732 else if (from_array)
4760 if (from_array
4804 if (from_array)
4821 from_array, complain);
4822 else if (from_array == 2)