Home
last modified time | relevance | path

Searched refs:Copied (Results 1 – 25 of 90) sorted by relevance

1234

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp38 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
41 ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt const&) : state(Copied) {} in ConstructibleFromTupleAndInt()
51 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
54 ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt const&) : state(Copied) {} in ConvertibleFromTupleAndInt()
64 enum State { FromInt, Copied, Moved }; enumerator
67 ConstructibleFromInt(ConstructibleFromInt const&) : state(Copied) {} in ConstructibleFromInt()
74 enum State { FromInt, Copied, Moved }; enumerator
77 ConvertibleFromInt(ConvertibleFromInt const&) : state(Copied) {} in ConvertibleFromInt()
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp39 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
42 ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt const&) : state(Copied) {} in ConstructibleFromTupleAndInt()
52 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
55 ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt const&) : state(Copied) {} in ConvertibleFromTupleAndInt()
65 enum State { FromInt, Copied, Moved }; enumerator
68 ConstructibleFromInt(ConstructibleFromInt const&) : state(Copied) {} in ConstructibleFromInt()
75 enum State { FromInt, Copied, Moved }; enumerator
78 ConvertibleFromInt(ConvertibleFromInt const&) : state(Copied) {} in ConvertibleFromInt()
/external/rust/crates/rayon/src/iter/
Dcopied.rs14 pub struct Copied<I: ParallelIterator> { struct
18 impl<I> Copied<I> impl
24 Copied { base } in new()
28 impl<'a, T, I> ParallelIterator for Copied<I> implementation
48 impl<'a, T, I> IndexedParallelIterator for Copied<I> implementation
105 type IntoIter = iter::Copied<P::IntoIter>;
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-pass-by-value.rst48 - Foo(const std::string &Copied, const std::string &ReadOnly)
49 - : Copied(Copied), ReadOnly(ReadOnly)
50 + Foo(std::string Copied, const std::string &ReadOnly)
51 + : Copied(std::move(Copied)), ReadOnly(ReadOnly)
55 std::string Copied;
/external/llvm-project/llvm/unittests/Support/
DFormatVariadicTest.cpp661 int Copied = 0, Moved = 0; member
663 Recorder(const Recorder &Copy) : Copied(1 + Copy.Copied), Moved(Copy.Moved) {} in Recorder()
665 : Copied(Move.Copied), Moved(1 + Move.Moved) {} in Recorder()
671 OS << R.Copied << "C " << R.Moved << "M"; in format()
681 EXPECT_EQ(0, R.Copied); in TEST()
/external/oss-fuzz/infra/
D.dockerignore3 # Copied from .gitignore.
/external/oss-fuzz/
D.dockerignore5 # Copied from .gitignore.
/external/autotest/utils/side_effects/proto/
DREADME.md7 Copied from `chromite/api/gen/test_platform/side_effects/`.
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc64-icbt-pwr8.ll2 ; Copied from the ppc64-prefetch.ll test
/external/llvm/test/CodeGen/PowerPC/
Dppc64-icbt-pwr8.ll2 ; Copied from the ppc64-prefetch.ll test
/external/llvm-project/clang/test/Headers/Inputs/include/
Dtype_traits1 /// Copied from libcxx type_traits and simplified
/external/grpc-grpc/src/objective-c/tests/Connectivity/
DPodfile20 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/rust/crates/serde_json/src/
Dread.rs124 Copied(&'c T), enumerator
136 Reference::Copied(c) => c, in deref()
325 .map(Reference::Copied) in parse_str()
333 .map(Reference::Copied) in parse_str_raw()
458 return result(self, scratch).map(Reference::Copied); in parse_str_bytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp726 const MachineOperand &Copied = DefMI->getOperand(1); in runOnMachineFunction() local
727 if (Copied.isImm() && in runOnMachineFunction()
728 TII->isInlineConstant(APInt(64, Copied.getImm(), true))) { in runOnMachineFunction()
729 MO->ChangeToImmediate(Copied.getImm()); in runOnMachineFunction()
/external/grpc-grpc/src/objective-c/examples/SwiftSample/
DPodfile36 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp1506 Function *Copied = Function::Create(FnTy, F.getLinkage(), F.getAddressSpace(), in internalizeFunction() local
1509 auto *NewFArgIt = Copied->arg_begin(); in internalizeFunction()
1518 CloneFunctionInto(Copied, &F, VMap, /* ModuleLevelChanges */ false, Returns); in internalizeFunction()
1522 Copied->setVisibility(GlobalValue::DefaultVisibility); in internalizeFunction()
1523 Copied->setLinkage(GlobalValue::PrivateLinkage); in internalizeFunction()
1529 Copied->addMetadata(MDIt.first, *MDIt.second); in internalizeFunction()
1531 M.getFunctionList().insert(F.getIterator(), Copied); in internalizeFunction()
1532 F.replaceAllUsesWith(Copied); in internalizeFunction()
1533 Copied->setDSOLocal(true); in internalizeFunction()
1535 return Copied; in internalizeFunction()
/external/grpc-grpc/src/objective-c/examples/Sample/
DPodfile36 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp764 const MachineOperand &Copied = DefMI->getOperand(1); in runOnMachineFunction() local
765 if (Copied.isImm() && in runOnMachineFunction()
766 TII->isInlineConstant(APInt(64, Copied.getImm(), true))) { in runOnMachineFunction()
767 MO->ChangeToImmediate(Copied.getImm()); in runOnMachineFunction()
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
DPodfile19 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/python/cpython3/Lib/test/xmltestdata/c14n-20/
DREADME11 Copied and distributed under these terms:
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/bluepill/
Dbluepill.lds16 /* Copied and modified from:
/external/grpc-grpc/test/cpp/cocoapods/
DPodfile38 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dbr_analyze.ll7 ;;; order should be reversed. Copied from SystemZ/branch-08.ll
/external/ruy/
DCMakeLists.txt18 cmake_minimum_required(VERSION 3.13) # Copied from IREE
/external/pigweed/pw_build/
Dzip.gni61 # "//source/file1.txt > /", # Copied to the zip root dir.

1234