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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 29126 macinfo_hash_type **macinfo_htab)
29213 if (!*macinfo_htab)
29214 *macinfo_htab = new macinfo_hash_type (10);
29216 slot = (*macinfo_htab)->find_slot (inc, INSERT);
29236 inc->lineno = (*macinfo_htab)->elements ();
29295 macinfo_hash_type *macinfo_htab = NULL;
29353 unsigned count = optimize_macinfo_range (i, files, &macinfo_htab);
29374 if (!macinfo_htab)
29379 unsigned macinfo_label_base_adj = macinfo_htab->elements ();
29381 delete macinfo_htab;
29276 macinfo_hash_type *macinfo_htab = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 28981 macinfo_hash_type **macinfo_htab)
29068 if (!*macinfo_htab)
29069 *macinfo_htab = new macinfo_hash_type (10);
29071 slot = (*macinfo_htab)->find_slot (inc, INSERT);
29091 inc->lineno = (*macinfo_htab)->elements ();
29150 macinfo_hash_type *macinfo_htab = NULL;
29207 unsigned count = optimize_macinfo_range (i, files, &macinfo_htab);
29228 if (!macinfo_htab)
29233 unsigned macinfo_label_base_adj = macinfo_htab->elements ();
29235 delete macinfo_htab;
29131 macinfo_hash_type *macinfo_htab = NULL; local
    [all...]

Completed in 61 milliseconds