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

  /src/external/gpl3/gcc/dist/gcc/
stringpool.cc 34 struct ht *ident_hash; variable in typeref:struct:ht
52 if (ident_hash)
53 ht_destroy (ident_hash);
58 ident_hash = ht_create (14);
59 ident_hash->alloc_node = alloc_node;
60 ident_hash->alloc_subobject = stringpool_ggc_alloc;
107 hashnode ht_node = ht_lookup (ident_hash,
121 hashnode ht_node = ht_lookup (ident_hash,
138 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
151 ht_dump_statistics (ident_hash);
    [all...]
stringpool.cc 34 struct ht *ident_hash; variable in typeref:struct:ht
52 if (ident_hash)
53 ht_destroy (ident_hash);
58 ident_hash = ht_create (14);
59 ident_hash->alloc_node = alloc_node;
60 ident_hash->alloc_subobject = stringpool_ggc_alloc;
107 hashnode ht_node = ht_lookup (ident_hash,
121 hashnode ht_node = ht_lookup (ident_hash,
138 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
151 ht_dump_statistics (ident_hash);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
stringpool.cc 33 struct ht *ident_hash; variable in typeref:struct:ht
50 if (ident_hash)
51 ht_destroy (ident_hash);
54 ident_hash = ht_create (14);
55 ident_hash->alloc_node = alloc_node;
56 ident_hash->alloc_subobject = stringpool_ggc_alloc;
95 hashnode ht_node = ht_lookup (ident_hash,
109 hashnode ht_node = ht_lookup (ident_hash,
126 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
139 ht_dump_statistics (ident_hash);
    [all...]
stringpool.cc 33 struct ht *ident_hash; variable in typeref:struct:ht
50 if (ident_hash)
51 ht_destroy (ident_hash);
54 ident_hash = ht_create (14);
55 ident_hash->alloc_node = alloc_node;
56 ident_hash->alloc_subobject = stringpool_ggc_alloc;
95 hashnode ht_node = ht_lookup (ident_hash,
109 hashnode ht_node = ht_lookup (ident_hash,
126 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
139 ht_dump_statistics (ident_hash);
    [all...]

Completed in 124 milliseconds