Home
last modified time | relevance | path

Searched refs:UB1 (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.single.pass.cpp114 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
115 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
119 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
120 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
125 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
127 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
132 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
134 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll39 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
41 ; CHECK-DAG: and $[[RES1:[0-9]+]], $[[UB2]], $[[UB1]]
61 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
62 ; CHECK-DAG: and $[[RES1:[0-9]+]], $[[UB1]], $zero
85 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
86 ; CHECK-DAG: and $[[RES1:[0-9]+]], $[[UB1]], $[[CONST]]
110 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
112 ; CHECK-DAG: or $[[RES1:[0-9]+]], $[[UB2]], $[[UB1]]
132 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
133 ; CHECK: andi $[[RES:[0-9]+]], $[[UB1]], 1
[all …]
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll39 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
41 ; CHECK-DAG: and $[[RES1:[0-9]+]], $[[UB2]], $[[UB1]]
61 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
62 ; CHECK-DAG: and $[[RES1:[0-9]+]], $[[UB1]], $zero
85 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
86 ; CHECK-DAG: and $[[RES1:[0-9]+]], $[[UB1]], $[[CONST]]
110 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
112 ; CHECK-DAG: or $[[RES1:[0-9]+]], $[[UB2]], $[[UB1]]
132 ; CHECK-DAG: lbu $[[UB1:[0-9]+]], 0($[[UB1_ADDR]])
133 ; CHECK: andi $[[RES:[0-9]+]], $[[UB1]], 1
[all …]