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

  /src/external/gpl3/gcc/dist/gcc/
ordered-hash-map.h 62 int &slot = m_key_index.get_or_insert (k, &key_present);
83 Value &get_or_insert (const Key &k, bool *existed = NULL) function in class:ordered_hash_map
86 Value &ret = m_map.get_or_insert (k, &_existed);
91 int &slot = m_key_index.get_or_insert (k, &key_present);
hash-map.h 199 Value &get_or_insert (const Key &k, bool *existed = NULL) function
376 return hash_map_maybe_create<ggc> (h, size)->get_or_insert (k, e);
  /src/external/gpl3/gcc.old/dist/gcc/
hash-map.h 197 Value &get_or_insert (const Key &k, bool *existed = NULL) function
372 return hash_map_maybe_create<ggc> (h, size)->get_or_insert (k, e);

Completed in 22 milliseconds