/llvm-project/clang/test/SemaCXX/ |
H A D | long-virtual-inheritance-chain.cpp | 34 class test31 : virtual test30 { virtual void f(); }; class 35 class test32 : virtual test31 { virtual void f(); };
|
H A D | attr-noreturn.cpp | 131 __attribute__((noreturn)) void test31() { in test31() function
|
/llvm-project/clang/test/Parser/ |
H A D | char-literal-printing.c | 41 char16_t test31(void) { return u'\f'; } in test31() function
|
/llvm-project/clang/test/Sema/ |
H A D | return.c | 220 void test31(test31_t *callback __attribute__((noreturn)));
|
H A D | uninit-variables.c | 227 void test31(void) { in test31() function
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | vsx_shuffle_le.ll | 266 define <2 x double> @test31(ptr %p1, ptr %p2) { 267 ; CHECK-LABEL: test31: 276 ; CHECK-P9-LABEL: test31:
|
H A D | vsx.ll | 996 define void @test31(ptr %a, <2 x i64> %b) { 997 ; CHECK-LABEL: test31: 1002 ; CHECK-REG-LABEL: test31: 1007 ; CHECK-FISL-LABEL: test31: 1012 ; CHECK-LE-LABEL: test31:
|
/llvm-project/llvm/test/Transforms/InstSimplify/ |
H A D | undef.ll | 293 define i32 @test31(i32 %a) { 294 ; CHECK-LABEL: @test31(
|
/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
H A D | test-setcond-int.ll | 51 %test31 = icmp eq i16 %short1, %short2 ; <i1> [#uses=0]
|
/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 | 550 vector bool long long test31(void) { in test31() function
|
H A D | builtins-ppc-pair-mma.c | 422 // CHECK-LABEL: @test31( 429 void test31(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test31() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | object-size.c | 504 // CHECK-LABEL: @test31 505 void test31(void) { in test31() function
|
/llvm-project/llvm/test/Transforms/ObjCARC/ |
H A D | rv.ll | 454 ; CHECK-LABEL: define ptr @test31( 458 define ptr @test31() {
|
/llvm-project/llvm/test/Analysis/CostModel/AArch64/ |
H A D | gep.ll | 337 define i32 @test31(ptr %p) { 338 ; CHECK-LABEL: 'test31'
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | avx512-mov.ll | 286 define <16 x float> @test31(ptr %addr) { 287 ; CHECK-LABEL: test31:
|
H A D | paddus.ll | 1177 define <32 x i16> @test31(<32 x i16> %x) { 1178 ; SSE-LABEL: test31: 1199 ; AVX1-LABEL: test31: 1220 ; AVX2-LABEL: test31: 1231 ; AVX512-LABEL: test31:
|
/llvm-project/llvm/test/CodeGen/Hexagon/ |
H A D | intrinsics-v60-vmpy.ll | 276 ; CHECK-LABEL: test31: 278 define void @test31(<32 x i32> %a, i32 %b) #0 {
|
H A D | intrinsics-v60-vmpy-acc.ll | 306 ; CHECK-LABEL: test31: 308 define void @test31(<16 x i32> %a, <16 x i32> %b) #0 {
|
H A D | alu64.ll | 115 ; CHECK-LABEL: @test31 117 define i32 @test31(i32 %Rs, i32 %Rt) #0 {
|
H A D | intrinsics-v60-misc.ll | 301 ; CHECK-LABEL: test31: 303 define void @test31(<16 x i32> %a, <16 x i32> %b) #0 {
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | visibility.cpp | 747 namespace test31 { namespace
|
H A D | mangle.cpp | 741 namespace test31 { // instantiation-dependent mangling of decltype namespace
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
H A D | size_T_size_size.pass.cpp | 1749 TEST_CONSTEXPR_CXX20 bool test31() { in test31() function 1818 test31<S, SV>(); in test() 1852 static_assert(test31<S, SV>()); in test()
|
/llvm-project/llvm/test/Transforms/DeadStoreElimination/ |
H A D | noop-stores.ll | 106 define i32 @test31(i1 %c, ptr %p, i32 %i) { 107 ; CHECK-LABEL: @test31(
|