Home
last modified time | relevance | path

Searched refs:test28 (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dlong-virtual-inheritance-chain.cpp31 class test28 : virtual test27 { virtual void f(); }; class
32 class test29 : virtual test28 { virtual void f(); };
/llvm-project-15.0.7/clang/test/Sema/
H A Dreturn.c192 void test28() __attribute__((noreturn));
193 void test28(x) { while (1) { } } // expected-warning {{parameter 'x' was not declared, defaults to … in test28() function
H A Duninit-variables.c212 int test28(void) { in test28() function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins-hexagon-v66-128B.c54 HEXAGON_Vect2048 test28(void *in1, void *in2, void *out) { in test28() function
H A Dobject-size.c378 void test28(void) { in test28() function
/llvm-project-15.0.7/clang/test/Parser/
H A Dchar-literal-printing.c38 char16_t test28(void) { return u'\a'; } in test28() function
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dundef.ll269 define i32 @test28(i32 %a) {
270 ; CHECK-LABEL: @test28(
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/AArch64/
H A Dgep.ll222 define i64 @test28(i64* %p) {
223 ; CHECK-LABEL: test28
/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/
H A Dtest-setcond-int.ll48 %test28 = icmp sle i8 %sbyte1, %sbyte2 ; <i1> [#uses=0]
/llvm-project-15.0.7/llvm/test/ExecutionEngine/
H A Dtest-interp-vec-setcond-int.ll48 %test28 = icmp sle <5 x i8> %sbyte1, %sbyte2
/llvm-project-15.0.7/llvm/test/Transforms/EarlyCSE/
H A Datomics.ll284 define void @test28(i1 %B, ptr %P1, ptr %P2) {
285 ; CHECK-LABEL: @test28(
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p9vector.c529 vector bool int test28(void) { in test28() function
H A Dbuiltins-ppc-pair-mma.c432 void test28(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, unsigned char *resp) { in test28() function
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dmultiblock-malloc-free.ll201 define i8* @test28() {
202 ; CHECK-LABEL: @test28(
/llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/
H A Drv.ll395 ; CHECK-LABEL: define i8* @test28(
399 define i8* @test28() {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvisibility.cpp40 namespace test28 { namespace
H A Dmangle.cpp710 namespace test28 { namespace
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dintrinsics-v60-vmpy-acc.ll276 ; CHECK-LABEL: test28:
278 define void @test28(<16 x i32> %a, <16 x i32> %b) #0 {
H A Dintrinsics-v60-vmpy.ll249 ; CHECK-LABEL: test28:
251 define void @test28(<16 x i32> %a, i32 %b) #0 {
H A Dintrinsics-v60-misc.ll271 ; CHECK-LABEL: test28:
273 define void @test28(<16 x i32> %a, <16 x i32> %b) #0 {
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davx512-mov.ll259 define void @test28(ptr %addr, <8 x double> %data) {
260 ; CHECK-LABEL: test28:
H A Dpaddus.ll996 define <16 x i16> @test28(<16 x i16> %x) {
997 ; SSE-LABEL: test28:
1004 ; AVX1-LABEL: test28:
1013 ; AVX2-LABEL: test28:
1018 ; AVX512-LABEL: test28:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvsx.ll860 define <2 x double> @test28(<2 x double>* %a) {
861 ; CHECK-LABEL: test28:
866 ; CHECK-REG-LABEL: test28:
871 ; CHECK-FISL-LABEL: test28:
876 ; CHECK-LE-LABEL: test28:
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string_size_size.pass.cpp1680 TEST_CONSTEXPR_CXX20 bool test28() in test28() function
1822 test28<S>(); in test()
1855 static_assert(test28<S>()); in test()
H A Dsize_T_size_size.pass.cpp1682 TEST_CONSTEXPR_CXX20 bool test28() in test28() function
1861 test28<S, SV>(); in test()
1895 static_assert(test28<S, SV>()); in test()

123