Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cc34 t.copyFrom(bv); in CheckBV()
62 t.copyFrom(bv); in Print()
143 t_bv.copyFrom(bv); in TestBitVector()
150 t_bv.copyFrom(bv); in TestBitVector()
159 t_bv.copyFrom(bv); in TestBitVector()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h51 t1.copyFrom(from); in addEdges()
87 t1.copyFrom(from); in removeEdgesFrom()
112 to_visit.copyFrom(v[from]); in isReachable()
H A Dsanitizer_bitvector.h75 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; } in copyFrom() function
248 void copyFrom(const TwoLevelBitVector &v) { in copyFrom() function
H A Dsanitizer_deadlock_detector.h316 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_)); in findPathToLock()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h52 t1.copyFrom(from); in addEdges()
88 t1.copyFrom(from); in removeEdgesFrom()
113 to_visit.copyFrom(v[from]); in isReachable()
H A Dsanitizer_bitvector.h76 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; } in copyFrom() function
249 void copyFrom(const TwoLevelBitVector &v) { in copyFrom() function
H A Dsanitizer_deadlock_detector.h312 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_)); in findPathToLock()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h53 t1.copyFrom(from); in addEdges()
89 t1.copyFrom(from); in removeEdgesFrom()
114 to_visit.copyFrom(v[from]); in isReachable()
H A Dsanitizer_bitvector.h77 void copyFrom(const BasicBitVector &v) { bits_ = v.bits_; } in copyFrom() function
250 void copyFrom(const TwoLevelBitVector &v) { in copyFrom() function
H A Dsanitizer_deadlock_detector.h318 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_)); in findPathToLock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h421 void copyFrom( in copyFrom() function
734 copyFrom(other); in DenseMap()
769 copyFrom(other);
781 void copyFrom(const DenseMap& other) { in copyFrom() function
785 this->BaseT::copyFrom(other); in copyFrom()
913 copyFrom(other); in SmallDenseMap()
1006 copyFrom(other);
1018 void copyFrom(const SmallDenseMap& other) { in copyFrom() function
1026 this->BaseT::copyFrom(other); in copyFrom()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1263 void copyFrom(const mapped_file_region &Copied) { in copyFrom() function
1273 copyFrom(Moved); in moveFromImpl()
1274 Moved.copyFrom(mapped_file_region()); in moveFromImpl()
1305 copyFrom(mapped_file_region()); in unmap()
H A DJSON.h303 Value(const Value &M) { copyFrom(M); } in Value()
367 copyFrom(M);
450 void copyFrom(const Value &M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp515 EFuncId id, const AMDGPUMangledLibFunc &copyFrom) { in AMDGPUMangledLibFunc() argument
517 FKind = copyFrom.FKind; in AMDGPUMangledLibFunc()
518 Leads[0] = copyFrom.Leads[0]; in AMDGPUMangledLibFunc()
519 Leads[1] = copyFrom.Leads[1]; in AMDGPUMangledLibFunc()
H A DAMDGPULibFunc.h413 const AMDGPUMangledLibFunc &copyFrom);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DMacroExpander.cpp209 New->copyFrom(*Tok); in expand()
H A DFormatToken.h696 void copyFrom(const FormatToken &Tok) { *this = Tok; } in copyFrom() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h461 void copyFrom(const AmbiguousConversionSequence &);
582 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break; in ImplicitConversionSequence()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h70 void copyFrom(VNInfo &src) { in copyFrom() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp105 void Value::copyFrom(const Value &M) { in copyFrom() function in llvm::json::Value
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp759 V1->copyFrom(*V2); in MergeValueNumberInto()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc854 copyFrom(mapped_file_region());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc909 copyFrom(mapped_file_region());
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp578 AmbiguousConversionSequence::copyFrom(const AmbiguousConversionSequence &O) { in copyFrom() function in AmbiguousConversionSequence