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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1863 static void add_tlist (struct tlist **, struct tlist *, tree, int);
1888 add_tlist (struct tlist **to, struct tlist *add, tree exclude_writer, int copy)
2107 add_tlist (pno_sp, tmp_nosp, NULL_TREE, 0);
2129 add_tlist (&tmp_before, tmp_list3, x, 1);
2135 add_tlist (pno_sp, tmp_list3, x, 0);
2141 add_tlist (pno_sp, tmp_nosp, NULL_TREE, 1);
2158 add_tlist (&tmp_before, tmp_list3, NULL_TREE, 0);
2160 add_tlist (&tmp_before, tmp_nosp, NULL_TREE, 0);
2162 add_tlist (pbefore_sp, tmp_before, NULL_TREE, 0);
2173 add_tlist (pno_sp, tmp_nosp, NULL_TREE, 0)
1885 add_tlist (struct tlist **to, struct tlist *add, tree exclude_writer, int copy) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1824 static void add_tlist (struct tlist **, struct tlist *, tree, int);
1849 add_tlist (struct tlist **to, struct tlist *add, tree exclude_writer, int copy)
2068 add_tlist (pno_sp, tmp_nosp, NULL_TREE, 0);
2090 add_tlist (&tmp_before, tmp_list3, x, 1);
2096 add_tlist (pno_sp, tmp_list3, x, 0);
2102 add_tlist (pno_sp, tmp_nosp, NULL_TREE, 1);
2119 add_tlist (&tmp_before, tmp_list3, NULL_TREE, 0);
2121 add_tlist (&tmp_before, tmp_nosp, NULL_TREE, 0);
2123 add_tlist (pbefore_sp, tmp_before, NULL_TREE, 0);
2134 add_tlist (pno_sp, tmp_nosp, NULL_TREE, 0)
1846 add_tlist (struct tlist **to, struct tlist *add, tree exclude_writer, int copy) function
    [all...]

Completed in 17 milliseconds