HomeSort by relevance Sort by last modified time
    Searched defs:FindAndConstruct (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
DenseMap.h 226 value_type& FindAndConstruct(const KeyT &Key) {
235 return FindAndConstruct(Key).second;
ValueMap.h 154 value_type& FindAndConstruct(const KeyT &Key) {
155 return Map.FindAndConstruct(Wrap(Key));

Completed in 451 milliseconds