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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1858 static struct tlist *warned_ids;
1949 for (tmp = warned_ids; tmp; tmp = tmp->next)
1959 warned_ids = new_tlist (warned_ids, written, NULL_TREE);
2291 warned_ids = nullptr;
1855 static struct tlist *warned_ids; variable in typeref:struct:tlist
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1819 static struct tlist *warned_ids;
1910 for (tmp = warned_ids; tmp; tmp = tmp->next)
1920 warned_ids = new_tlist (warned_ids, written, NULL_TREE);
2252 warned_ids = nullptr;
1816 static struct tlist *warned_ids; variable in typeref:struct:tlist

Completed in 34 milliseconds