Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/external/llvm-project/llvm/include/llvm/Support/
DTypeSize.h77 LeafTy Copy = LHS; variable
82 LeafTy Copy = LHS; variable
87 LeafTy Copy = LHS; variable
94 LeafTy Copy = LHS; variable
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dcopy.fail.cpp29 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
34 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
39 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
44 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dcopy.fail.cpp28 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
33 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
38 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
43 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
/external/rust/crates/tokio/src/io/util/
Dcopy.rs83 struct Copy<'a, R: ?Sized, W: ?Sized> { struct
86 buf: CopyBuffer, argument
136 impl<R, W> Future for Copy<'_, R, W> implementation
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp109 for (auto& Copy : Copies) in resetCopies() local
122 for (auto& Copy : Copies) { in runOpOnCopies() local
135 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run()
153 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run()
171 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run()
189 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run()
202 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run()
219 runOpOnCopies<ValueType>(state, Quantity, Order(), true, [](auto& Copy) { in run()
239 runOpOnCopies<ValueType>(state, Quantity, Order(), true, [](auto& Copy) { in run()
/external/llvm-project/libcxx/benchmarks/
Dalgorithms.bench.cpp158 for (auto& Copy : Copies) in resetCopies() local
178 for (auto& Copy : Copies) { in runOpOnCopies() local
195 [](auto& Copy) { std::sort(Copy.begin(), Copy.end()); }); in run()
213 [](auto& Copy) { std::stable_sort(Copy.begin(), Copy.end()); }); in run()
231 [](auto& Copy) { std::make_heap(Copy.begin(), Copy.end()); }); in run()
247 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run()
261 [](auto& Copy) { in run()
279 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
300 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-undefined-memory-manipulation.cpp38 struct Copy { struct
39 Copy() {} in Copy() function
40 Copy(const Copy &) {} in Copy() argument
Dperformance-unnecessary-copy-initialization.cpp397 const ExpensiveToCopyType Copy = freeFunctionWithArg(Orig); in negativeInitializedFromFreeFunctionWithArg() local
401 const ExpensiveToCopyType Copy = freeFunctionWithDefaultArg(); in negativeInitializedFromFreeFunctionWithDefaultArg() local
406 const ExpensiveToCopyType Copy = freeFunctionWithDefaultArg(&Orig); in negativeInitialzedFromFreeFunctionWithNonDefaultArg() local
427 std::function<int()> Copy = Orig; in negativeStdFunction() local
435 Functor Copy = Orig; in negativeAliasedStdFunction() local
443 TypedefFunc Copy = Orig; in negativeTypedefedStdFunction() local
457 auto Copy = F; in positiveFakeStdFunction() local
467 auto Copy = Orig.reference(); in positiveInvokedOnStdFunction() local
476 auto Copy = Orig.reference(); in negativeInvokedOnStdFunction() local
/external/llvm-project/clang/unittests/Tooling/Syntax/
DSynthesisTest.cpp176 auto *Copy = deepCopyExpandingMacros(*Arena, StatementContinue); in TEST_P() local
186 auto *Copy = deepCopyExpandingMacros(*Arena, OriginalTree); in TEST_P() local
201 auto *Copy = deepCopyExpandingMacros(*Arena, OriginalTree->getFirstChild()); in TEST_P() local
221 auto *Copy = deepCopyExpandingMacros(*Arena, OriginalTree); in TEST_P() local
/external/llvm-project/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp168 auto &Copy = I.first->second; in trackCopy() local
319 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local
351 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
387 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
402 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
508 MachineInstr *Copy = in forwardUses() local
787 MachineInstr *Copy = in propagateDefs() local
874 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp166 auto &Copy = I.first->second; in trackCopy() local
316 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local
350 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant()
386 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
401 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
492 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg(), *TRI); in forwardUses() local
770 MachineInstr *Copy = in propagateDefs() local
854 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconstants.h219 std::unique_ptr<Constant> Copy() const override { in Copy() function
239 std::unique_ptr<Constant> Copy() const override { in Copy() function
278 std::unique_ptr<Constant> Copy() const override { in Copy() function
337 std::unique_ptr<Constant> Copy() const override { in Copy() function
365 std::unique_ptr<Constant> Copy() const override { in Copy() function
398 std::unique_ptr<Constant> Copy() const override { in Copy() function
424 std::unique_ptr<Constant> Copy() const override { in Copy() function
440 std::unique_ptr<Constant> Copy() const override { in Copy() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h219 std::unique_ptr<Constant> Copy() const override { in Copy() function
239 std::unique_ptr<Constant> Copy() const override { in Copy() function
278 std::unique_ptr<Constant> Copy() const override { in Copy() function
337 std::unique_ptr<Constant> Copy() const override { in Copy() function
365 std::unique_ptr<Constant> Copy() const override { in Copy() function
398 std::unique_ptr<Constant> Copy() const override { in Copy() function
424 std::unique_ptr<Constant> Copy() const override { in Copy() function
440 std::unique_ptr<Constant> Copy() const override { in Copy() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h219 std::unique_ptr<Constant> Copy() const override { in Copy() function
239 std::unique_ptr<Constant> Copy() const override { in Copy() function
278 std::unique_ptr<Constant> Copy() const override { in Copy() function
337 std::unique_ptr<Constant> Copy() const override { in Copy() function
365 std::unique_ptr<Constant> Copy() const override { in Copy() function
398 std::unique_ptr<Constant> Copy() const override { in Copy() function
424 std::unique_ptr<Constant> Copy() const override { in Copy() function
440 std::unique_ptr<Constant> Copy() const override { in Copy() function
/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_cpu.cc28 inline void Copy(T* dst, const T* src, int input_index, size_t n) { in Copy() function
40 inline void Copy(ResourceHandle* dst, const ResourceHandle* src, in Copy() function
/external/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp102 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
123 MachineInstr *Copy = in setRegister() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
129 MachineInstr *Copy = in setRegister() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
125 MachineInstr *Copy = in setRegister() local
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp120 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
140 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/external/llvm-project/compiler-rt/test/fuzzer/
DSingleStrcmpTest.cpp13 char Copy[7]; in LLVMFuzzerTestOneInput() local
/external/libnl/tools/
Dbuild_release.sh46 Copy() { function
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h335 static type Copy(const RawContainer& container) { return container; } in Copy() function
356 static type Copy(const Element (&array)[N]) { in Copy() function
377 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { in Copy() function
/external/crosvm/sys_util/src/
Dstruct_util.rs25 pub unsafe fn read_struct<T: Copy, F: Read>(f: &mut F, out: &mut T) -> Result<()> { in read_struct()
43 pub unsafe fn read_struct_slice<T: Copy, F: Read>(f: &mut F, len: usize) -> Result<Vec<T>> { in read_struct_slice()

12345678910>>...16