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

  /src/external/gpl3/gcc/dist/gcc/
hash-map.h 349 hash_map_maybe_create (hash_map<K,V,H> *&h, function
376 return hash_map_maybe_create<ggc> (h, size)->get_or_insert (k, e);
385 return hash_map_maybe_create<ggc> (h, size)->put (k, v);
  /src/external/gpl3/gcc.old/dist/gcc/
hash-map.h 345 hash_map_maybe_create (hash_map<K,V,H> *&h, function
372 return hash_map_maybe_create<ggc> (h, size)->get_or_insert (k, e);
381 return hash_map_maybe_create<ggc> (h, size)->put (k, v);

Completed in 24 milliseconds