Home
last modified time | relevance | path

Searched refs:test14 (Results 1 – 25 of 204) sorted by relevance

123456789

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dpr55178.ll7 define i1 @test14(i8 %X) {
8 ; CHECK-LABEL: test14:
H A Dmovw-consts.ll131 define void @test14() {
132 ; CHECK-LABEL: test14:
H A Darm64-rounding.ll140 ; CHECK-LABEL: test14:
143 define double @test14(double %a) #1 {
/llvm-project-15.0.7/clang/test/Sema/
H A Dc89.c78 int test14(void) { return (&*test14)(); } in test14() function
H A Dstatements.c133 void test14(void) { return ({}); } in test14() function
H A Dblock-misc.c129 void test14(void) { in test14() function
H A Dattr-deprecated.c96 int test14(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
H A Dscope-check.c203 int test14(int n) { in test14() function
H A Dswitch.c256 int test14(int a) { in test14() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dopenmp_default_simd_align.cpp60 long long int test14[2]; variable
62 static_assert(__builtin_omp_required_simd_align(decltype(test14)) == 16, "foo");
H A Dalignof.cpp62 int test14[2]; variable
64 static_assert(alignof(test14) == 4, "foo"); // expected-warning {{'alignof' applied to an expressio…
H A Dlong-virtual-inheritance-chain.cpp17 class test14 : virtual test13 { virtual void f(); }; class
18 class test15 : virtual test14 { virtual void f(); };
H A Derr_init_conversion_failed.cpp42 void test14(const float2 in, const float2 out) { in test14() function
H A Dast-print.cpp164 void test14() { in test14() function
H A Drecovery-expr-type.cpp155 namespace test14 { namespace
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dbranch.ll47 ; RV32I-NEXT: # %bb.13: # %test14
121 br i1 %tst13, label %end, label %test14
123 test14:
/llvm-project-15.0.7/llvm/test/MC/CSKY/
H A Dbasic-16bit.s229 # CHECK-ASM: lrw16 a0, [.L.test14]
231 # CHECK-ASM: fixup A - offset: 0, value: .L.test14, kind: fixup_csky_pcrel_uimm7_scale4
232 .L.test14:
233 lrw16 a0, [.L.test14]
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.fail.cpp44 std::tuple<Explicit, Explicit, Implicit> test14() { return {}; } // expected-error 1 {{chosen const… in test14() function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-constant-p.c140 void test14(void) { in test14() function
H A Dunaligned-expr.c122 void test14(void) { in test14() function
H A Dbuiltins-hexagon-v67-audio.c84 int test14(long long rss, long long rtt) { in test14() function
/llvm-project-15.0.7/clang/test/Parser/
H A Dchar-literal-printing.c20 wchar_t test14(void) { return L'\n'; } in test14() function
H A Ddeclarators.c97 void test14(void) // expected-error {{expected ';' after top level declarator}}
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Deh.cpp354 namespace test14 { namespace
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dapint-sub.ll120 define i1024 @test14(i1024 %A) {
121 ; CHECK-LABEL: @test14(

123456789