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

  /src/external/gpl2/gmake/dist/
hash.c 224 hash_map (struct hash_table *ht, hash_map_func_t map) function
hash.c 224 hash_map (struct hash_table *ht, hash_map_func_t map) function
  /src/external/gpl3/gcc/dist/gcc/
hash-map.h 24 /* Class hash_map is a hash-value based container mapping objects of
31 by invoking their dtor. On hash_map destruction all elements are
32 removed. Objects of hash_map type are copy-constructible but not
39 class GTY((user)) hash_map
138 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, function
147 explicit hash_map (const hash_map &h, bool ggc = false, function
154 /* Create a hash_map in ggc memory. */
155 static hash_map *create_ggc (size_t size = default_hash_map_size,
159 hash_map *map = ggc_alloc<hash_map> ()
    [all...]
hash-map.h 24 /* Class hash_map is a hash-value based container mapping objects of
31 by invoking their dtor. On hash_map destruction all elements are
32 removed. Objects of hash_map type are copy-constructible but not
39 class GTY((user)) hash_map
138 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, function
147 explicit hash_map (const hash_map &h, bool ggc = false, function
154 /* Create a hash_map in ggc memory. */
155 static hash_map *create_ggc (size_t size = default_hash_map_size,
159 hash_map *map = ggc_alloc<hash_map> ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hash-map.h 24 /* Class hash_map is a hash-value based container mapping objects of
31 by invoking their dtor. On hash_map destruction all elements are
32 removed. Objects of hash_map type are copy-constructible but not
39 class GTY((user)) hash_map
138 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, function
147 explicit hash_map (const hash_map &h, bool ggc = false, function
154 /* Create a hash_map in ggc memory. */
155 static hash_map *create_ggc (size_t size = default_hash_map_size,
159 hash_map *map = ggc_alloc<hash_map> ()
    [all...]
hash-map.h 24 /* Class hash_map is a hash-value based container mapping objects of
31 by invoking their dtor. On hash_map destruction all elements are
32 removed. Objects of hash_map type are copy-constructible but not
39 class GTY((user)) hash_map
138 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, function
147 explicit hash_map (const hash_map &h, bool ggc = false, function
154 /* Create a hash_map in ggc memory. */
155 static hash_map *create_ggc (size_t size = default_hash_map_size,
159 hash_map *map = ggc_alloc<hash_map> ()
    [all...]

Completed in 46 milliseconds