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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2asm.cc 914 static GTY(()) hash_map<const char *, tree> *indirect_pool;
961 if (! indirect_pool)
962 indirect_pool = hash_map<const char *, tree>::create_ggc (64);
967 tree *slot = indirect_pool->get (key);
998 indirect_pool->put (key, decl_id);
1056 if (!indirect_pool)
1059 auto_vec<std::pair<const char *, tree> > temp (indirect_pool->elements ());
1060 for (hash_map<const char *, tree>::iterator iter = indirect_pool->begin ();
1061 iter != indirect_pool->end (); ++iter)
911 static GTY(()) hash_map<const char *, tree> *indirect_pool; variable
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2asm.cc 914 static GTY(()) hash_map<const char *, tree> *indirect_pool;
961 if (! indirect_pool)
962 indirect_pool = hash_map<const char *, tree>::create_ggc (64);
967 tree *slot = indirect_pool->get (key);
998 indirect_pool->put (key, decl_id);
1056 if (!indirect_pool)
1059 auto_vec<std::pair<const char *, tree> > temp (indirect_pool->elements ());
1060 for (hash_map<const char *, tree>::iterator iter = indirect_pool->begin ();
1061 iter != indirect_pool->end (); ++iter)
911 static GTY(()) hash_map<const char *, tree> *indirect_pool; variable

Completed in 60 milliseconds