HomeSort by: relevance | last modified time | path
    Searched defs:elt_last (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 557 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1;
565 if (!split_nonconstant_init_1 (sub, value, elt_last, flags)
576 && elt_last
674 if (!elt_last)
555 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1; local
typeck2.cc 557 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1;
565 if (!split_nonconstant_init_1 (sub, value, elt_last, flags)
576 && elt_last
674 if (!elt_last)
555 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 554 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1;
562 if (!split_nonconstant_init_1 (sub, value, elt_last, flags)
573 && elt_last
671 if (!elt_last)
552 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1; local
typeck2.cc 554 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1;
562 if (!split_nonconstant_init_1 (sub, value, elt_last, flags)
573 && elt_last
671 if (!elt_last)
552 bool elt_last = last && idx == CONSTRUCTOR_NELTS (init) - 1; local

Completed in 35 milliseconds