/llvm-project/clang/test/SemaCXX/ |
H A D | long-virtual-inheritance-chain.cpp | 47 class test44 : virtual test43 { virtual void f(); }; class 48 class test45 : virtual test44 { virtual void f(); };
|
/llvm-project/clang/test/Parser/ |
H A D | char-literal-printing.c | 57 char32_t test44(void) { return U'\f'; } in test44() function
|
/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
H A D | test-setcond-int.ll | 64 %test44 = icmp sge i64 %long1, %long2 ; <i1> [#uses=0]
|
/llvm-project/clang/test/Sema/ |
H A D | uninit-variables.c | 316 void test44(int i) { in test44() function
|
/llvm-project/llvm/test/ExecutionEngine/ |
H A D | test-interp-vec-setcond-int.ll |
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-p9vector.c | 649 vector unsigned long long test44(void) { in test44() function
|
H A D | builtins-ppc-pair-mma.c | 604 // CHECK-LABEL: @test44( 611 void test44(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test44() function
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | avx512-mov.ll | 443 define <8 x double> @test44(ptr %addr, <8 x double> %old, <8 x double> %mask1) { 444 ; CHECK-LABEL: test44:
|
H A D | avx512-vec-cmp.ll | 1175 define <4 x i32> @test44(<4 x i16> %x, <4 x i16> %y) #0 { 1176 ; AVX512-LABEL: test44: 1182 ; SKX-LABEL: test44:
|
H A D | mmx-intrinsics.ll | 1972 define i64 @test44(<1 x i64> %a, <1 x i64> %b) nounwind readnone optsize ssp { 1973 ; X86-LABEL: test44: 1988 ; X64-LABEL: test44:
|
/llvm-project/llvm/test/CodeGen/Hexagon/ |
H A D | intrinsics-v60-vmpy.ll | 393 ; CHECK-LABEL: test44: 395 define void @test44(<32 x i32> %a, <32 x i32> %b) #0 {
|
H A D | intrinsics-v60-misc.ll | 426 ; CHECK-LABEL: test44: 428 define void @test44(i32 %a, i32 %b) #0 {
|
H A D | intrinsics-v60-alu.ll | 347 ; CHECK-LABEL: test44: 349 define <16 x i32> @test44(<16 x i32> %a, <16 x i32> %b) #0 {
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | visibility.cpp | 905 namespace test44 { namespace
|
H A D | mangle.cpp | 939 namespace test44 { namespace
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | vsx.ll | 1306 define <2 x float> @test44(<2 x i64> %a) { 1307 ; CHECK-LABEL: test44: 1328 ; CHECK-REG-LABEL: test44: 1349 ; CHECK-FISL-LABEL: test44: 1370 ; CHECK-LE-LABEL: test44:
|
/llvm-project/llvm/test/Transforms/DeadStoreElimination/ |
H A D | noop-stores.ll | 199 define void @test44(ptr %Q) { 200 ; CHECK-LABEL: @test44(
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.ops/ |
H A D | compare.size_size_sv_size_size.pass.cpp | 4587 void test44() { in test44() function 5741 test44(); in main()
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | xor.ll | 732 define i32 @test44(i32 %x, i32 %y) { 733 ; CHECK-LABEL: @test44(
|
H A D | cast.ll | 577 define i64 @test44(i8 %T) { 578 ; ALL-LABEL: @test44(
|
H A D | shift.ll | 709 define i32 @test44(i32 %a) { 710 ; CHECK-LABEL: @test44(
|
H A D | sub.ll | 824 define i32 @test44(i32 %x) { 825 ; CHECK-LABEL: @test44(
|
/llvm-project/llvm/test/Analysis/AliasSet/ |
H A D | guards.ll | 668 ; CHECK: Alias sets for function 'test44': 673 define void @test44(ptr %a, i1 %cond_a, i1 %cond_b) {
|
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_compare/ |
H A D | size_size_string_size_size.pass.cpp | 4738 TEST_CONSTEXPR_CXX20 bool test44() { in test44() function 5936 test44<S>(); in test() 5994 static_assert(test44<S>()); in test()
|
H A D | size_size_T_size_size.pass.cpp | 4740 TEST_CONSTEXPR_CXX20 bool test44() { in test44() function 5968 test44<S, SV>(); in test() 6027 static_assert(test44<S, SV>()); in test()
|