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

  /src/external/gpl3/gcc/dist/gcc/
json.cc 132 map_t &mut_map = const_cast<map_t &> (m_map); local
133 value *value = *mut_map.get (key);
timevar.cc 224 hash_map_t &mut_map = const_cast <hash_map_t &> (m_hash_map); local
225 timer::timevar_def *def = mut_map.get (item_name);

Completed in 24 milliseconds