Home
last modified time | relevance | path

Searched defs:copy2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s39 copy2 = callee2 define
/external/clang/test/CodeGen/
Dtbaa-struct.cpp23 void copy2(struct B *a, struct B *b) { in copy2() function
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDynamicMessageTest.java256 DynamicMessage copy2 = in testDynamicMessageCopy() local
/external/clang/test/SemaCXX/
Dexplicit.cpp170 bool copy2 = n; // expected-error {{no viable conversion}} in testBool() local
/external/python/cpython2/Lib/
Dshutil.py122 def copy2(src, dst): function
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1318 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); in copy2() method in MemberrefInfo
1351 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() method in FieldrefInfo
1371 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() method in MethodrefInfo
1391 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() method in InterfaceMethodrefInfo
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc785 RE copy2("not a match"); in TestConstructors() local
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java1952 int copy2 = state.push(value2.type); in build() local
1955 builder.addMove(moveType(value2.type), copy2, value2.register); in build() local