Home
last modified time | relevance | path

Searched defs:copyFrom (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DDenseMap.h310 void copyFrom(const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT>& other) { in copyFrom() function
598 void copyFrom(const DenseMap& other) { in copyFrom() function
827 void copyFrom(const SmallDenseMap& other) { in copyFrom() function
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DLiveInterval.h65 void copyFrom(VNInfo &src) { in copyFrom() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOverload.cpp548 AmbiguousConversionSequence::copyFrom(const AmbiguousConversionSequence &O) { in copyFrom() function in clang::AmbiguousConversionSequence