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

  /src/external/gpl3/gcc/dist/gcc/
gensupport.cc 634 convec and attrvec, for holding the results of the transformation.
637 and enqueue them in the relevant lists in convec and attrvec. By the end
638 of this process, convec[N].con and attrvec[N].con should contain regular
921 vec_conlist tconvec, convec, attrvec;
947 parse_section_layout (loc, &templ, "attrs:", attrvec, false);
989 if (attrvec.size () > 0)
995 parse_section (&templ, attrvec.size (), alt_no,
996 attrvec, loc, "attribute");
1078 if (attrvec.size () > 0)
1079 add_attributes (x, attrvec);
918 vec_conlist tconvec, convec, attrvec; local
    [all...]

Completed in 17 milliseconds