Home
last modified time | relevance | path

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

123456789

/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/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go28 Copy(copy func(AST) AST, skip func(AST) bool) AST methodSpec
120 func (n *Name) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
168 func (t *Typed) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
226 func (q *Qualified) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
314 func (t *Template) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
386 func (tp *TemplateParam) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
434 func (twq *TypeWithQualifiers) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
499 func (mwq *MethodWithQualifiers) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
546 func (bt *BuiltinType) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
591 func (pt *PointerType) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
[all …]
/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/webrtc/webrtc/base/
Dcryptstring.cc29 CryptStringImpl* EmptyCryptStringImpl::Copy() const { in Copy() function in rtc::EmptyCryptStringImpl
63 CryptStringImpl* InsecureCryptStringImpl::Copy() const { in Copy() function in rtc::InsecureCryptStringImpl
/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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h211 std::unique_ptr<Constant> Copy() const override { in Copy() function
231 std::unique_ptr<Constant> Copy() const override { in Copy() function
270 std::unique_ptr<Constant> Copy() const override { in Copy() function
329 std::unique_ptr<Constant> Copy() const override { in Copy() function
357 std::unique_ptr<Constant> Copy() const override { in Copy() function
390 std::unique_ptr<Constant> Copy() const override { in Copy() function
416 std::unique_ptr<Constant> Copy() const override { in Copy() function
432 std::unique_ptr<Constant> Copy() const override { in Copy() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h211 std::unique_ptr<Constant> Copy() const override { in Copy() function
231 std::unique_ptr<Constant> Copy() const override { in Copy() function
270 std::unique_ptr<Constant> Copy() const override { in Copy() function
329 std::unique_ptr<Constant> Copy() const override { in Copy() function
357 std::unique_ptr<Constant> Copy() const override { in Copy() function
390 std::unique_ptr<Constant> Copy() const override { in Copy() function
416 std::unique_ptr<Constant> Copy() const override { in Copy() function
432 std::unique_ptr<Constant> Copy() const override { 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp105 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
126 MachineInstr *Copy = in setRegister() local
/external/swiftshader/third_party/llvm-7.0/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/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/pdfium/core/fxge/
Dcfx_graphstatedata.cpp26 void CFX_GraphStateData::Copy(const CFX_GraphStateData& src) { in Copy() function in CFX_GraphStateData
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallBitVector.h372 SmallBitVector Copy = RHS; variable
386 SmallBitVector Copy = RHS; variable
400 SmallBitVector Copy = RHS; variable
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_util.h49 static void Copy(const SrcTensor& s, Shape s_start, Shape len, DstTensor& d, in Copy() function
/external/llvm/unittests/ADT/
DFunctionRefTest.cpp19 TEST(FunctionRefTest, Copy) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf/
DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() method in Google.Protobuf.ByteArray
/external/grpc-grpc/include/grpcpp/support/
Dchannel_arguments.h130 static void* Copy(void* in) { return in; } in Copy() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m11 @property (copy) NSObject *Copy; property
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m11 @property (copy) NSObject *Copy; property
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DFunctionRefTest.cpp33 TEST(FunctionRefTest, Copy) { in TEST() argument
/external/pdfium/fxjs/
Dcjs_globalvariablearray.cpp15 void CJS_GlobalVariableArray::Copy(const CJS_GlobalVariableArray& array) { in Copy() function in CJS_GlobalVariableArray
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp23 void CPDF_AllStates::Copy(const CPDF_AllStates& src) { in Copy() function in CPDF_AllStates
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp214 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant()
253 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
348 MachineInstr &Copy = *CI->second; in forwardUses() local
/external/llvm/include/llvm/ADT/
DSmallBitVector.h414 SmallBitVector Copy = RHS; variable
461 SmallBitVector Copy = RHS; variable
475 SmallBitVector Copy = RHS; variable
/external/swiftshader/third_party/LLVM/unittests/ADT/
DBitVectorTest.cpp79 BitVector Copy = Vec; in TEST() local

123456789