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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 747 build_vec_init_elt (tree type, tree init, tsubst_flags_t complain) function
810 elt_init = build_vec_init_elt (type, init, complain);
867 elt_init = build_vec_init_elt (type, init, tf_warning_or_error);
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 783 build_vec_init_elt (tree type, tree init, tsubst_flags_t complain) function
844 elt_init = build_vec_init_elt (type, init, complain);
901 elt_init = build_vec_init_elt (type, init, tf_warning_or_error);

Completed in 28 milliseconds