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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 7194 has_designator_problem (reshape_iter *d, tsubst_flags_t complain)
7224 && has_designator_problem (d, complain))
7249 if (has_designator_problem (d, complain))
7369 if ((first_initializer_p && has_designator_problem (d, complain))
7370 || (stripd.cur && has_designator_problem (&stripd, complain)))
7182 has_designator_problem (reshape_iter *d, tsubst_flags_t complain) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 6835 has_designator_problem (reshape_iter *d, tsubst_flags_t complain)
6865 && has_designator_problem (d, complain))
6890 if (has_designator_problem (d, complain))
7010 if ((first_initializer_p && has_designator_problem (d, complain))
7011 || (stripd.cur && has_designator_problem (&stripd, complain)))
6823 has_designator_problem (reshape_iter *d, tsubst_flags_t complain) function

Completed in 37 milliseconds