Home
last modified time | relevance | path

Searched refs:test12 (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-function-recovery-crash.cpp78 constexpr int test12() { return "wrong"; } // expected-error {{cannot initialize return object of t… in test12() function
79 constexpr int force12 = test12(); // expected-error {{must be initialized by a constant}}
H A Dlong-virtual-inheritance-chain.cpp15 class test12 : virtual test11 { virtual void f(); }; class
16 class test13 : virtual test12 { virtual void f(); };
H A Dundefined-inline.cpp65 namespace test12 { namespace
H A Dgoto.cpp119 namespace test12 { namespace
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dsink-promote.ll7 define void @test12(i32* %ptr) {
8 ; CHECK-LABEL: @test12
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dinit.c227 struct test12 { struct
228 struct test12 (*p)(void); argument
H A Dswitch-dce.c204 void test12(void) { in test12() function
H A Dconditional.c67 double test12(int c) { in test12() function
H A Dms-volatile.c83 int test12(struct qux *p) { in test12() function
H A Dalias.c110 void test12(void) {} in test12() function
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dmultiblock-exceptions.ll11 define void @test12(i32* %p) personality i32 (...)* @__CxxFrameHandler3 {
12 ; CHECK-LABEL: @test12(
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dbranch.ll41 ; RV32I-NEXT: # %bb.11: # %test12
107 br i1 %c, label %end, label %test12
111 test12:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfpcmp-soft-fp.ll119 define i1 @test12(double %d) #0 {
124 ; CHECK-LABEL: test12:
H A Dlower-vec-shift.ll256 ; test11 vs test12 - show difference between v16i16 that is repeated/non-repeated at v8i16 level (f…
285 define <16 x i16> @test12(<16 x i16> %a) {
286 ; SSE-LABEL: test12:
293 ; AVX1-LABEL: test12:
305 ; AVX2-LABEL: test12:
H A Drounding-ops.ll236 define double @test12(ptr %xptr) nounwind optsize {
237 ; CHECK-SSE-LABEL: test12:
242 ; CHECK-AVX-LABEL: test12:
247 ; CHECK-AVX512-LABEL: test12:
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dsafe-arc-assign.m5 void test12(id collection) { function
H A Dsafe-arc-assign.m.result5 void test12(id collection) {
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Daddrmode-indoff.ll84 ; CHECK-LABEL: test12
86 define void @test12(i32 %i, i8 zeroext %v) nounwind {
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Ddeadstore.ll8 define void @test12({ i32, i32 }* %x) nounwind {
9 ; CHECK-LABEL: @test12(
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dapint-and.ll104 define i117 @test12(i117 %A, i117* %P) {
105 ; CHECK-LABEL: @test12(
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Daltivec-ct.c80 vector unsigned test12(vector float x) { in test12() function
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.fail.cpp42 std::tuple<Explicit, Implicit, Implicit> test12() { return {}; } // expected-error 1 {{chosen const… in test12() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm32-rounding.ll98 ; CHECK-LABEL: test12
101 define double @test12(double %a) {
H A Darm32-round-conv.ll103 ; CHECK-LABEL: test12
105 define i32 @test12(double %a) {
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dthumb2-sxt-uxt.ll104 define i32 @test12(i32 %a, i32 %b) {
105 ;CHECK-LABEL: test12:

12345678910>>...12