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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h52 t1.copyFrom(from);
88 t1.copyFrom(from);
113 to_visit.copyFrom(v[from]);
H A Dsanitizer_bitvector.h76 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; } function
249 void copyFrom(const TwoLevelBitVector &v) { function
H A Dsanitizer_deadlock_detector.h312 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h421 void copyFrom( function in class:llvm::DenseMapBase
734 copyFrom(other);
769 copyFrom(other);
781 void copyFrom(const DenseMap& other) { function in class:llvm::DenseMap
785 this->BaseT::copyFrom(other);
913 copyFrom(other);
1006 copyFrom(other);
1018 void copyFrom(const SmallDenseMap& other) { function in class:llvm::SmallDenseMap
1026 this->BaseT::copyFrom(other);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp518 EFuncId id, const AMDGPUMangledLibFunc &copyFrom) {
520 FKind = copyFrom.FKind;
521 Leads[0] = copyFrom.Leads[0];
522 Leads[1] = copyFrom.Leads[1];
H A DAMDGPULibFunc.h413 const AMDGPUMangledLibFunc &copyFrom);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h458 void copyFrom(const AmbiguousConversionSequence &);
579 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h296 Value(const Value &M) { copyFrom(M); }
360 copyFrom(M);
443 void copyFrom(const Value &M);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c1210 const BYTE* copyFrom = lowPrefix; local
1211 while (op < endOfMatch) *op++ = *copyFrom++;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h69 void copyFrom(VNInfo &src) { function in class:llvm::VNInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp102 void Value::copyFrom(const Value &M) { function in class:llvm::json::Value
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp759 V1->copyFrom(*V2);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp575 AmbiguousConversionSequence::copyFrom(const AmbiguousConversionSequence &O) {

Completed in 296 milliseconds