Home
last modified time | relevance | path

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

123456789

/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
Dlib.rs170 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
171 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
204 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
205 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
238 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
239 Mask: Into<[bool; LANES]> + From<[bool; LANES]> + Copy,
273 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
274 Vector2: Into<[Scalar2; LANES]> + From<[Scalar2; LANES]> + Copy,
275 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
312 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
Dlib.rs170 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
171 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
204 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
205 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
238 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
239 Mask: Into<[bool; LANES]> + From<[bool; LANES]> + Copy,
273 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
274 Vector2: Into<[Scalar2; LANES]> + From<[Scalar2; LANES]> + Copy,
275 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
312 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
Dlib.rs170 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
171 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
204 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
205 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
238 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
239 Mask: Into<[bool; LANES]> + From<[bool; LANES]> + Copy,
273 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
274 Vector2: Into<[Scalar2; LANES]> + From<[Scalar2; LANES]> + Copy,
275 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
312 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/
Dlib.rs170 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
171 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
204 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
205 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
238 Vector: Into<[Scalar; LANES]> + From<[Scalar; LANES]> + Copy,
239 Mask: Into<[bool; LANES]> + From<[bool; LANES]> + Copy,
273 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
274 Vector2: Into<[Scalar2; LANES]> + From<[Scalar2; LANES]> + Copy,
275 VectorResult: Into<[ScalarResult; LANES]> + From<[ScalarResult; LANES]> + Copy,
312 Vector1: Into<[Scalar1; LANES]> + From<[Scalar1; LANES]> + Copy,
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/rtstartup/
Drsend.rs16 trait Copy {} interface
20 impl<T: ?Sized> Copy for *mut T {} impl
Drsbegin.rs28 trait Copy {} trait
32 impl<T: ?Sized> Copy for *mut T {} impl
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/rtstartup/
Drsend.rs16 trait Copy {} interface
20 impl<T: ?Sized> Copy for *mut T {} impl
Drsbegin.rs28 trait Copy {} trait
32 impl<T: ?Sized> Copy for *mut T {} impl
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/rtstartup/
Drsend.rs16 trait Copy {} trait
20 impl<T: ?Sized> Copy for *mut T {} impl
Drsbegin.rs28 trait Copy {} trait
32 impl<T: ?Sized> Copy for *mut T {} impl
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/rtstartup/
Drsend.rs16 trait Copy {} trait
20 impl<T: ?Sized> Copy for *mut T {} impl
Drsbegin.rs28 trait Copy {} interface
32 impl<T: ?Sized> Copy for *mut T {} impl
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go31 Copy(copy func(AST) AST, skip func(AST) bool) AST methodSpec
241 func (n *Name) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
293 func (t *Typed) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
351 func (q *Qualified) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
438 func (t *Template) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
510 func (tp *TemplateParam) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
544 func (la *LambdaAuto) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
582 func (tpqa *TemplateParamQualifiedArg) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
638 func (qs *Qualifiers) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
709 func (q *Qualifier) Copy(fn func(AST) AST, skip func(AST) bool) AST { func
[all …]
/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go26 Copy() Node methodSpec
123 func (l *ListNode) Copy() Node { func
151 func (t *TextNode) Copy() Node { func
183 func (c *CommentNode) Copy() Node { func
254 func (p *PipeNode) Copy() Node { func
289 func (a *ActionNode) Copy() Node { func
334 func (c *CommandNode) Copy() Node { func
386 func (i *IdentifierNode) Copy() Node { func
422 func (v *VariableNode) Copy() Node { func
456 func (d *DotNode) Copy() Node { func
[all …]
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/core/src/
Dmarker.rs404 pub trait Copy: Clone { interface
434 impl Copy for ! {} impl
438 impl<T: ?Sized> Copy for &T {} impl
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/core/src/
Dmarker.rs416 pub trait Copy: Clone { trait
446 impl Copy for ! {} impl
450 impl<T: ?Sized> Copy for &T {} impl
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/core/src/
Dmarker.rs404 pub trait Copy: Clone { trait
434 impl Copy for ! {} impl
438 impl<T: ?Sized> Copy for &T {} impl
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/core/src/
Dmarker.rs416 pub trait Copy: Clone { trait
446 impl Copy for ! {} implementation
450 impl<T: ?Sized> Copy for &T {} impl
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
DTypeSize.h126 LeafTy Copy = LHS; variable
131 LeafTy Copy = LHS; variable
136 LeafTy Copy = LHS; variable
143 LeafTy Copy = LHS; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
DTypeSize.h126 LeafTy Copy = LHS; variable
131 LeafTy Copy = LHS; variable
136 LeafTy Copy = LHS; variable
143 LeafTy Copy = LHS; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
DTypeSize.h126 LeafTy Copy = LHS; variable
131 LeafTy Copy = LHS; variable
136 LeafTy Copy = LHS; variable
143 LeafTy Copy = LHS; variable

123456789