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

  /src/external/gpl3/gdb/dist/gdb/
regcache.c 349 = std::unordered_multimap<ptid_t, regcache_up>; variable
394 /* Work around a problem with g++ 4.8 (PR96537): Call the regcache_up
396 ptid_regc_map.insert (std::make_pair (ptid, regcache_up (new_regcache)));
479 regcache_up rc = std::move (it->second);
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 349 = std::unordered_multimap<ptid_t, regcache_up>; variable
394 /* Work around a problem with g++ 4.8 (PR96537): Call the regcache_up
396 ptid_regc_map.insert (std::make_pair (ptid, regcache_up (new_regcache)));
479 regcache_up rc = std::move (it->second);

Completed in 26 milliseconds