Home
last modified time | relevance | path

Searched refs:copy1 (Results 1 – 7 of 7) sorted by relevance

/external/dbus/dbus/
Ddbus-list.c942 DBusList *copy1; in _dbus_list_test() local
1263 copy1 = _DBUS_INT_TO_POINTER (0x342234); in _dbus_list_test()
1266 _dbus_list_copy (&list1, &copy1); in _dbus_list_test()
1268 verify_list (&copy1); in _dbus_list_test()
1269 _dbus_assert (lists_equal (&list1, &copy1)); in _dbus_list_test()
1279 _dbus_list_clear (&copy1); in _dbus_list_test()
1283 copy1 = _DBUS_INT_TO_POINTER (0x342234); in _dbus_list_test()
1286 _dbus_list_copy (&list1, &copy1); in _dbus_list_test()
1288 verify_list (&copy1); in _dbus_list_test()
1289 _dbus_assert (lists_equal (&list1, &copy1)); in _dbus_list_test()
/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s38 copy1 = callee1 define
75 # CHECK: Name: copy1
/external/llvm/test/CodeGen/X86/
Dx86-64-ms_abi-vararg.ll60 ; CHECK-LABEL: copy1:
65 define x86_64_win64cc void @copy1(i64 %a0, ...) nounwind {
Dwin64_vararg.ll59 ; CHECK-LABEL: copy1:
66 define void @copy1(i64 %a0, ...) nounwind {
/external/pcre/dist/
Dpcrecpp_unittest.cc791 RE copy1(orig); in TestConstructors() local
792 CHECK(copy1.FullMatch(str)); in TestConstructors()
796 copy2 = copy1; in TestConstructors()
803 copy1 = copy1; in TestConstructors()
806 CHECK(copy1.FullMatch(str)); in TestConstructors()
/external/clang/test/SemaCXX/
Dexplicit.cpp169 bool copy1 = b; in testBool() local
/external/llvm/test/CodeGen/AMDGPU/
Dsgpr-copy.ll273 ; CHECK-LABEL: {{^}}copy1:
277 define void @copy1(float addrspace(1)* %out, float addrspace(1)* %in0) {