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 208 value_type& FindAndConstruct(const KeyT &Key) {
217 return FindAndConstruct(Key).second;
ValueMap.h 156 value_type& FindAndConstruct(const KeyT &Key) {
157 return Map.FindAndConstruct(Wrap(Key));

Completed in 49 milliseconds