| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 187 TypeIndex Copy = *this; 189 return Copy; 204 TypeIndex Copy = *this; 206 return Copy;
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 187 TypeIndex Copy = *this; 189 return Copy; 204 TypeIndex Copy = *this; 206 return Copy;
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 187 TypeIndex Copy = *this; 189 return Copy; 204 TypeIndex Copy = *this; 206 return Copy;
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 187 TypeIndex Copy = *this; 189 return Copy; 204 TypeIndex Copy = *this; 206 return Copy;
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/ |
| TypeIndex.h | 189 TypeIndex Copy = *this; 191 return Copy; 206 TypeIndex Copy = *this; 208 return Copy;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| dxtmpl.h | 103 void Copy(const CDXArray &src); 216 void CDXArray<TYPE,ARG_TYPE>::Copy(const CDXArray &src) {
|
| /prebuilts/go/darwin-x86/src/syscall/ |
| security_windows.go | 117 return sid.Copy() 174 // Copy creates a duplicate of security identifier sid. 175 func (sid *SID) Copy() (*SID, error) { 294 // process executed on behalf of the user has a copy of the token.
|
| /prebuilts/go/linux-x86/src/syscall/ |
| security_windows.go | 117 return sid.Copy() 174 // Copy creates a duplicate of security identifier sid. 175 func (sid *SID) Copy() (*SID, error) { 294 // process executed on behalf of the user has a copy of the token.
|
| /system/iot/attestation/at-factory-tool/ |
| atftman.py | 7 # You may obtain a copy of the License at 155 def Copy(self): [all...] |
| /art/runtime/base/ |
| arena_allocator.h | 6 * You may obtain a copy of the License at 118 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} 134 void Copy(const ArenaAllocatorStatsImpl& other);
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CallEvent.h | 359 /// Returns a copy of this CallEvent, but using the given state. 363 /// Returns a copy of this CallEvent, but using the given state. 580 // that is initialized to a copy of the lambda. [all...] |
| /external/gemmlowp/meta/generators/ |
| neon_emitter_64.py | 5 # You may obtain a copy of the License at 129 new_register = register.Copy() 178 new_reg = reg.Copy() 201 typed_registers_nolane = [register.Copy() for register in typed_registers] 222 def Copy(self): 253 def Copy(self): 291 def Copy(self): 323 def Copy(self): 908 new_destination = destination.Copy() [all...] |
| /external/gemmlowp/standalone/ |
| neon-gemm-kernel-benchmark.cc | 5 // You may obtain a copy of the License at [all...] |
| /external/llvm/lib/CodeGen/ |
| PeepholeOptimizer.cpp | 55 // b = copy A <-- cross-bank copy 56 // C = copy b <-- cross-bank copy 58 // b = copy A <-- cross-bank copy 59 // C = copy A <-- same-bank copy 62 // b = bitcast A <-- cross-bank copy 63 // C = bitcast b <-- cross-bank copy [all...] |
| /external/llvm/lib/Target/Lanai/ |
| LanaiISelLowering.cpp | 495 // The Lanai ABI for returning structs by value requires that we copy 504 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), DL, Reg, InVals[0]); 505 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Copy, Chain); 537 // Copy the result values into the output registers. 549 // The Lanai ABI for returning structs by value requires that we copy 551 // a virtual register in the entry block, so now we copy the value out 667 // Use local copy if it is a byval arg. 699 // Build a sequence of copy-to-reg nodes chained together with token chain and 700 // flag operands which copy the outgoing args into registers. The InFlag in 720 // Returns a chain & a flag for retval copy to use [all...] |
| /external/pdfium/xfa/fwl/ |
| cfwl_edit.cpp | 325 Optional<WideString> CFWL_Edit::Copy() { [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
| AlphaISelLowering.cpp | 303 // Build a sequence of copy-to-reg nodes chained together with token chain and 304 // flag operands which copy the outgoing args into registers. The InFlag in 313 // Returns a chain & a flag for retval copy to use. 361 // Copy all of the result registers out of their specified physreg. 445 // If the functions takes variable number of arguments, copy all regs to stack 482 SDValue Copy = DAG.getCopyToReg(Chain, dl, Alpha::R26, 501 Copy = DAG.getCopyToReg(Copy, dl, ArgReg, 502 OutVals[0], Copy.getValue(1)); 518 Copy = DAG.getCopyToReg(Copy, dl, ArgReg1 [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
| SparcISelLowering.cpp | 109 // Copy the result values into the output registers. 122 // If the function returns a struct, copy the SRetReturnReg to I0 292 //Copy the SRet Argument to SRetReturnReg 299 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]); 300 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain); 412 //Use local copy if it is a byval arg. 542 // Build a sequence of copy-to-reg nodes chained together with token 543 // chain and flag operands which copy the outgoing args into registers. 567 // Returns a chain & a flag for retval copy to use 598 // Copy all of the result registers out of their specified physreg [all...] |