Searched refs:FindAndConstruct (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DValueMap.h160 value_type& FindAndConstruct(const KeyT &Key) { function in class:llvm::ValueMap
161 return Map.FindAndConstruct(Wrap(Key));
H A DDenseMap.h189 value_type& FindAndConstruct(const KeyT &Key) { function in class:llvm::DenseMapBase
198 return FindAndConstruct(Key).second;
202 value_type& FindAndConstruct(KeyT &&Key) { function in class:llvm::DenseMapBase
211 return FindAndConstruct(Key).second;
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-DenseMap.h224 value_type& FindAndConstruct(const KeyT &Key) { function in class:objc::DenseMapBase
233 return FindAndConstruct(Key).second;
237 value_type& FindAndConstruct(KeyT &&Key) { function in class:objc::DenseMapBase
246 return FindAndConstruct(Key).second;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h128 BBMap.FindAndConstruct(Pred);

Completed in 127 milliseconds