Home
last modified time | relevance | path

Searched refs:map_result (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DValueMap.h136 std::pair<typename MapT::iterator, bool> map_result= in insert() local
138 return std::make_pair(iterator(map_result.first), map_result.second); in insert()