Searched refs:copy1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/MC/PowerPC/ |
D | ppc64-localentry.s | 38 copy1 = callee1 define 76 # CHECK: Name: copy1
|
/external/python/cpython2/Lib/test/ |
D | test_sort.py | 260 copy1 = data[:] 263 copy1.sort(cmp=lambda x,y: cmp(y[0],x[0])) 264 self.assertEqual(data, copy1)
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-ms_abi-vararg.ll | 60 ; CHECK-LABEL: copy1: 65 define x86_64_win64cc void @copy1(i64 %a0, ...) nounwind {
|
D | win64_vararg.ll | 59 ; CHECK-LABEL: copy1: 66 define void @copy1(i64 %a0, ...) nounwind {
|
/external/pcre/pcrecpp/ |
D | pcrecpp_unittest.cc | 782 RE copy1(orig); in TestConstructors() local 783 CHECK(copy1.FullMatch(str)); in TestConstructors() 787 copy2 = copy1; in TestConstructors() 794 copy1 = copy1; in TestConstructors() 797 CHECK(copy1.FullMatch(str)); in TestConstructors()
|
/external/clang/test/SemaCXX/ |
D | explicit.cpp | 169 bool copy1 = b; in testBool() local
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sgpr-copy.ll | 265 ; CHECK-LABEL: {{^}}copy1: 269 define void @copy1(float addrspace(1)* %out, float addrspace(1)* %in0) {
|
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/ |
D | JarSourceCode.java | 1953 int copy1 = state.push(value1.type); in build() local 1954 builder.addMove(moveType(value1.type), copy1, value1.register); in build() local 1959 int copy1 = state.push(value1.type); in build() local 1960 builder.addMove(moveType(value1.type), copy1, value1.register); in build() local
|