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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 221 hash_table<gimplify_hasher> *temp_htab; member in struct:gimplify_ctx
383 delete c->temp_htab;
384 c->temp_htab = NULL;
622 if (!gimplify_ctxp->temp_htab)
623 gimplify_ctxp->temp_htab = new hash_table<gimplify_hasher> (1000);
624 slot = gimplify_ctxp->temp_htab->find_slot (&elt, INSERT);
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 202 hash_table<gimplify_hasher> *temp_htab; member in struct:gimplify_ctx
363 delete c->temp_htab;
364 c->temp_htab = NULL;
596 if (!gimplify_ctxp->temp_htab)
597 gimplify_ctxp->temp_htab = new hash_table<gimplify_hasher> (1000);
598 slot = gimplify_ctxp->temp_htab->find_slot (&elt, INSERT);

Completed in 32 milliseconds