Searched refs:copyFrom (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h308 void copyFrom(const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT>& other) { function in class:llvm::DenseMapBase
554 copyFrom(other);
583 copyFrom(other);
597 void copyFrom(const DenseMap& other) { function in class:llvm::DenseMap
601 this->BaseT::copyFrom(other);
718 copyFrom(other);
812 copyFrom(other);
826 void copyFrom(const SmallDenseMap& other) { function in class:llvm::SmallDenseMap
834 this->BaseT::copyFrom(other);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h144 inline void copyFrom(const Graph &other);
154 copyFrom(other);
166 copyFrom(other);
452 void Graph::copyFrom(const Graph &other) { function in class:PBQP::Graph
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h332 void copyFrom(const AmbiguousConversionSequence &);
459 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break;
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h64 void copyFrom(VNInfo &src) { function in class:llvm::VNInfo
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLiveInterval.cpp535 V1->copyFrom(*V2);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp537 AmbiguousConversionSequence::copyFrom(const AmbiguousConversionSequence &O) { function in class:clang::AmbiguousConversionSequence

Completed in 143 milliseconds