Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/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_dense_map.h315 void copyFrom( in copyFrom() function
589 copyFrom(other); in DenseMap()
611 copyFrom(other);
623 void copyFrom(const DenseMap &other) { in copyFrom() function
627 this->BaseT::copyFrom(other); in copyFrom()
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()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp40 auto R = WrapperFunctionResult::copyFrom(TestString, strlen(TestString) + 1); in TEST()
48 auto R = WrapperFunctionResult::copyFrom(TestString); in TEST()
56 auto R = WrapperFunctionResult::copyFrom(std::string(TestString)); in TEST()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h448 void copyFrom( in copyFrom() function
761 copyFrom(other); in DenseMap()
796 copyFrom(other);
808 void copyFrom(const DenseMap& other) { in copyFrom() function
812 this->BaseT::copyFrom(other); in copyFrom()
942 copyFrom(other); in SmallDenseMap()
1038 copyFrom(other);
1050 void copyFrom(const SmallDenseMap& other) { in copyFrom() function
1058 this->BaseT::copyFrom(other); in copyFrom()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h83 static WrapperFunctionResult copyFrom(const char *Source, size_t Size) { in copyFrom() function
88 static WrapperFunctionResult copyFrom(const char *Source) { in copyFrom() function
93 static WrapperFunctionResult copyFrom(const std::string &Source) { in copyFrom() function
94 return copyFrom(Source.c_str()); in copyFrom()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp272 shared::WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size()); in handleSetup()
391 shared::WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size()); in handleResult()
416 auto WFR = WrapperFunctionResult::copyFrom(ArgBytes.data(), ArgBytes.size()); in handleHangup()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dlz4.c696 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local
697 while (op < endOfMatch) { *op++ = *copyFrom++; } in LZ4_decompress_generic()
885 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local
886 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h123 static WrapperFunctionResult copyFrom(const char *Source, size_t Size) { in copyFrom() function
130 static WrapperFunctionResult copyFrom(const char *Source) { in copyFrom() function
131 return copyFrom(Source, strlen(Source) + 1); in copyFrom()
135 static WrapperFunctionResult copyFrom(const std::string &Source) { in copyFrom() function
136 return copyFrom(Source.c_str()); in copyFrom()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1284 void copyFrom(const mapped_file_region &Copied) { in copyFrom() function
1294 copyFrom(Moved); in moveFromImpl()
1295 Moved.copyFrom(mapped_file_region()); in moveFromImpl()
1327 copyFrom(mapped_file_region()); in unmap()
H A DJSON.h302 Value(const Value &M) { copyFrom(M); } in Value()
374 copyFrom(M);
477 void copyFrom(const Value &M);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp523 EFuncId id, const AMDGPUMangledLibFunc &copyFrom) { in AMDGPUMangledLibFunc() argument
525 FKind = copyFrom.FKind; in AMDGPUMangledLibFunc()
526 Leads[0] = copyFrom.Leads[0]; in AMDGPUMangledLibFunc()
527 Leads[1] = copyFrom.Leads[1]; in AMDGPUMangledLibFunc()
H A DAMDGPULibFunc.h425 const AMDGPUMangledLibFunc &copyFrom);
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DMacroExpander.cpp225 New->copyFrom(*Tok); in expand()
H A DFormatToken.h845 void copyFrom(const FormatToken &Tok) { *this = Tok; } in copyFrom() function
H A DUnwrappedLineParser.cpp698 SavedToken.Tok->copyFrom(*Token.Tok); in mightFitOnOneLine()
727 Token.Tok->copyFrom(*SavedToken.Tok); in mightFitOnOneLine()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h463 void copyFrom(const AmbiguousConversionSequence &);
601 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break; in ImplicitConversionSequence()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h70 void copyFrom(VNInfo &src) { in copyFrom() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp109 void Value::copyFrom(const Value &M) { in copyFrom() function in llvm::json::Value
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp748 V1->copyFrom(*V2); in MergeValueNumberInto()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc871 copyFrom(mapped_file_region());
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc938 copyFrom(mapped_file_region());
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp595 AmbiguousConversionSequence::copyFrom(const AmbiguousConversionSequence &O) { in copyFrom() function in AmbiguousConversionSequence