Home
last modified time | relevance | path

Searched refs:testAssign (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.single.pass.cpp26 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
122 testAssign(aptr, bptr); in main()
130 testAssign(aptr, bptr); in main()
140 testAssign(aptr, bptr); in main()
Dmove_convert.runtime.pass.cpp25 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.single.pass.cpp26 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
122 testAssign(aptr, bptr); in main()
130 testAssign(aptr, bptr); in main()
140 testAssign(aptr, bptr); in main()
Dmove_convert.runtime.pass.cpp25 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
/external/llvm-project/llvm/test/CodeGen/ARM/
Dswifterror.ll578 ; CHECK-O0-LABEL: testAssign
585 ; CHECK-APPLE-LABEL: testAssign
590 ; CHECK-ANDROID-LABEL: testAssign
595 define swiftcc %swift_error* @testAssign(i8* %error_ref) {
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_ops_test.py81 def testAssign(self): member in VariableOpTest
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dswifterror.ll626 ; CHECK-O0-LABEL: testAssign
632 ; CHECK-APPLE-LABEL: testAssign
637 define swiftcc %swift_error* @testAssign(i8* %error_ref) {
/external/llvm-project/llvm/test/CodeGen/X86/
Dswifterror.ll710 ; CHECK-O0-LABEL: testAssign
721 ; CHECK-APPLE-LABEL: testAssign
729 define swiftcc %swift_error* @testAssign(i8* %error_ref) {
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dswifterror.ll498 ; CHECK-LABEL: testAssign
503 define swiftcc %swift_error* @testAssign(i8* %error_ref) {
/external/tensorflow/tensorflow/python/distribute/
Dvars_test.py86 def testAssign(self, distribution, experimental_run_tf_function): member in OnWriteVariableSync
647 def testAssign(self, distribution, experimental_run_tf_function): member in OnReadVariableSyncTest