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

  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 132 hash_map<tree, tree> *allocate_map; member in struct:omp_context
1078 delete ctx->allocate_map;
1157 if (ctx->allocate_map == NULL)
1158 ctx->allocate_map = new hash_map<tree, tree>;
1164 ctx->allocate_map->put (OMP_CLAUSE_DECL (c), val);
1183 if (ctx->allocate_map && ctx->allocate_map->get (decl))
1184 ctx->allocate_map->remove (decl);
1242 if (ctx->allocate_map
1250 if (ctx->allocate_map->get (decl)
    [all...]
omp-low.cc 132 hash_map<tree, tree> *allocate_map; member in struct:omp_context
1078 delete ctx->allocate_map;
1157 if (ctx->allocate_map == NULL)
1158 ctx->allocate_map = new hash_map<tree, tree>;
1164 ctx->allocate_map->put (OMP_CLAUSE_DECL (c), val);
1183 if (ctx->allocate_map && ctx->allocate_map->get (decl))
1184 ctx->allocate_map->remove (decl);
1242 if (ctx->allocate_map
1250 if (ctx->allocate_map->get (decl)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 132 hash_map<tree, tree> *allocate_map; member in struct:omp_context
1081 delete ctx->allocate_map;
1169 if (ctx->allocate_map == NULL)
1170 ctx->allocate_map = new hash_map<tree, tree>;
1176 ctx->allocate_map->put (OMP_CLAUSE_DECL (c), val);
1195 if (ctx->allocate_map && ctx->allocate_map->get (decl))
1196 ctx->allocate_map->remove (decl);
1254 if (ctx->allocate_map
1262 if (ctx->allocate_map->get (decl)
    [all...]
omp-low.cc 132 hash_map<tree, tree> *allocate_map; member in struct:omp_context
1081 delete ctx->allocate_map;
1169 if (ctx->allocate_map == NULL)
1170 ctx->allocate_map = new hash_map<tree, tree>;
1176 ctx->allocate_map->put (OMP_CLAUSE_DECL (c), val);
1195 if (ctx->allocate_map && ctx->allocate_map->get (decl))
1196 ctx->allocate_map->remove (decl);
1254 if (ctx->allocate_map
1262 if (ctx->allocate_map->get (decl)
    [all...]

Completed in 329 milliseconds