Home
last modified time | relevance | path

Searched defs:void (Results 1 – 25 of 2989) sorted by relevance

12345678910>>...120

/llvm-project/clang/test/CodeGen/
H A Dhexagon-inline-asm-reg-names.c3 void test_r0(void) { in test_r0() argument
8 void test_r1(void) { in test_r1() argument
13 void test_r2(void) { in test_r2() argument
18 void test_r3(void) { in test_r3() argument
23 void test_r4(void) { in test_r4() argument
28 void test_r5(void) { in test_r5() argument
33 void test_r6(void) { in test_r6() argument
38 void test_r7(void) { in test_r7() argument
43 void test_r8(void) { in test_r8() argument
48 void test_r9(void) { in test_r9() argument
[all …]
H A Daarch64-fmv-dependencies.c
H A Dmult-alt-x86.c11 void single_R(void) in single_R() argument
18 void single_q(void) in single_q() argument
25 void single_Q(void) in single_Q() argument
32 void single_a(void) in single_a() argument
39 void single_b(void) in single_b() argument
46 void single_c(void) in single_c() argument
53 void single_d(void) in single_d() argument
60 void single_S(void) in single_S() argument
67 void single_D(void) in single_D() argument
74 void single_A(void) in single_A() argument
[all …]
H A Dattr-target-version.c5 int __attribute__((target_version("rng+flagm+fp16fml"))) fmv(void) { return 1; } in fmv() argument
6 int __attribute__((target_version("flagm2+sme-i16i64"))) fmv(void) { return 2; } in fmv() argument
7 int __attribute__((target_version("lse+sha2"))) fmv(void) { return 3; } in fmv() argument
8 int __attribute__((target_version("dotprod+wfxt"))) fmv(void) { return 4; } in fmv() argument
9 int __attribute__((target_version("fp16fml+memtag"))) fmv(void) { return 5; } in fmv() argument
10 int __attribute__((target_version("fp+aes"))) fmv(void) { return 6; } in fmv() argument
11 int __attribute__((target_version("crc+wfxt"))) fmv(void) { return 7; } in fmv() argument
12 int __attribute__((target_version("bti"))) fmv(void) { return 8; } in fmv() argument
13 int __attribute__((target_version("sme2"))) fmv(void) { return 9; } in fmv() argument
15 fmv_one(void) fmv_one() argument
16 fmv_one(void) fmv_one() argument
18 fmv_two(void) fmv_two() argument
19 fmv_two(void) fmv_two() argument
20 fmv_two(void) fmv_two() argument
21 fmv_two(void) fmv_two() argument
27 fmv_inline(void) fmv_inline() argument
28 fmv_inline(void) fmv_inline() argument
29 fmv_inline(void) fmv_inline() argument
30 fmv_inline(void) fmv_inline() argument
31 fmv_inline(void) fmv_inline() argument
32 fmv_inline(void) fmv_inline() argument
33 fmv_inline(void) fmv_inline() argument
34 fmv_inline(void) fmv_inline() argument
35 fmv_inline(void) fmv_inline() argument
36 fmv_inline(void) fmv_inline() argument
37 fmv_inline(void) fmv_inline() argument
38 fmv_inline(void) fmv_inline() argument
39 fmv_inline(void) fmv_inline() argument
40 fmv_inline(void) fmv_inline() argument
41 fmv_inline(void) fmv_inline() argument
42 fmv_inline(void) fmv_inline() argument
43 fmv_inline(void) fmv_inline() argument
46 fmv_e(void) fmv_e() argument
51 fmv_default(void) fmv_default() argument
55 fmv_c(void) fmv_c() argument
56 fmv_c(void) fmv_c() argument
65 fmv_d(void) fmv_d() argument
66 fmv_d(void) fmv_d() argument
68 func(void) func() argument
69 recb(void) recb() argument
70 reca(void) reca() argument
71 recur(void) recur() argument
73 main(void) main() argument
80 hoo(void) hoo() argument
89 unused_with_forward_default_decl(void) unused_with_forward_default_decl() argument
94 unused_with_implicit_extern_forward_default_decl(void) unused_with_implicit_extern_forward_default_decl() argument
97 unused_with_default_decl(void) unused_with_default_decl() argument
101 unused_with_default_def(void) unused_with_default_def() argument
102 unused_with_default_def(void) unused_with_default_def() argument
105 unused_with_implicit_default_def(void) unused_with_implicit_default_def() argument
106 unused_with_implicit_default_def(void) unused_with_implicit_default_def() argument
109 unused_with_implicit_forward_default_def(void) unused_with_implicit_forward_default_def() argument
110 unused_with_implicit_forward_default_def(void) unused_with_implicit_forward_default_def() argument
113 unused_without_default(void) unused_without_default() argument
121 default_def_with_version_decls(void) default_def_with_version_decls() argument
128 used_def_without_default_decl(void) used_def_without_default_decl() argument
129 used_def_without_default_decl(void) used_def_without_default_decl() argument
135 caller(void) caller() argument
[all...]
H A Dattr-target-mv.c5 int __attribute__((target("sse4.2"))) foo(void) { return 0; } in foo() argument
7 int __attribute__((target("arch=ivybridge"))) foo(void) {return 1;} in foo() argument
8 int __attribute__((target("arch=goldmont"))) foo(void) {return 3;} in foo() argument
9 int __attribute__((target("arch=goldmont-plus"))) foo(void) {return 4;} in foo() argument
10 int __attribute__((target("arch=tremont"))) foo(void) {return 5;} in foo() argument
11 int __attribute__((target("arch=icelake-client"))) foo(void) {return 6;} in foo() argument
12 int __attribute__((target("arch=icelake-server"))) foo(void) {return 7;} in foo() argument
13 int __attribute__((target("arch=cooperlake"))) foo(void) {return 8;} in foo() argument
14 int __attribute__((target("arch=tigerlake"))) foo(void) {retur in foo() argument
15 foo(void) foo() argument
16 foo(void) foo() argument
17 foo(void) foo() argument
18 foo(void) foo() argument
19 foo(void) foo() argument
20 foo(void) foo() argument
21 foo(void) foo() argument
22 foo(void) foo() argument
23 foo(void) foo() argument
24 foo(void) foo() argument
25 foo(void) foo() argument
26 foo(void) foo() argument
27 foo(void) foo() argument
28 foo(void) foo() argument
29 foo(void) foo() argument
30 foo(void) foo() argument
31 foo(void) foo() argument
32 foo(void) foo() argument
34 bar(void) bar() argument
38 foo_internal(void) foo_internal() argument
39 foo_internal(void) foo_internal() argument
41 bar1(void) bar1() argument
45 foo_inline(void) foo_inline() argument
47 foo_inline(void) foo_inline() argument
48 foo_inline(void) foo_inline() argument
50 bar2(void) bar2() argument
56 bar3(void) bar3() argument
59 foo_decls(void) foo_decls() argument
60 foo_decls(void) foo_decls() argument
66 bar4(void) bar4() argument
71 fwd_decl_default(void) fwd_decl_default() argument
74 fwd_decl_avx(void) fwd_decl_avx() argument
75 fwd_decl_avx(void) fwd_decl_avx() argument
77 bar5(void) bar5() argument
82 changed_to_mv(void) changed_to_mv() argument
83 changed_to_mv(void) changed_to_mv() argument
92 must_be_emitted(void) must_be_emitted() argument
93 pr50025(void) pr50025() argument
94 calls_pr50025(void) calls_pr50025() argument
97 pr50025b(void) pr50025b() argument
98 pr50025c(void) pr50025c() argument
99 calls_pr50025c(void) calls_pr50025c() argument
[all...]
H A Dattr-function-return.c25 __attribute__((function_return("keep"))) void keep(void) {} in keep() argument
28 [[gnu::function_return("keep")]] void keep2(void) {} in keep2() argument
31 __attribute__((function_return("thunk-extern"))) void thunk_extern(void) {} in thunk_extern() argument
34 [[gnu::function_return("thunk-extern")]] void thunk_extern2(void) {} in thunk_extern2() argument
40 void double_thunk_keep(void) {} in double_thunk_keep() argument
44 void double_thunk_keep2(void) {} in double_thunk_keep2() argument
49 void double_keep_thunk(void) {} in double_keep_thunk() argument
53 void double_keep_thunk2(void) {} in double_keep_thunk2() argument
57 void thunk_keep(void) {} in thunk_keep() argument
61 void thunk_keep2(void) {} in thunk_keep2() argument
[all …]
/llvm-project/clang/test/Parser/
H A Dchar-literal-printing.c7 char test1(void) { return '\\'; } in test1() argument
8 wchar_t test2(void) { return L'\\'; } in test2() argument
9 char test3(void) { return '\''; } in test3() argument
10 wchar_t test4(void) { return L'\''; } in test4() argument
11 char test5(void) { return '\a'; } in test5() argument
12 wchar_t test6(void) { return L'\a'; } in test6() argument
13 char test7(void) { return '\b'; } in test7() argument
14 wchar_t test8(void) { return L'\b'; } in test8() argument
15 char test9(void) { return '\e'; } in test9() argument
16 wchar_t test10(void) { return L'\e'; } in test10() argument
[all …]
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector.c44 vector signed long long test_vec_mul_sll(void) { in test_vec_mul_sll() argument
50 vector unsigned long long test_vec_mul_ull(void) { in test_vec_mul_ull() argument
56 vector signed int test_vec_div_si(void) { in test_vec_div_si() argument
62 vector unsigned int test_vec_div_ui(void) { in test_vec_div_ui() argument
68 vector signed long long test_vec_div_sll(void) { in test_vec_div_sll() argument
74 vector unsigned long long test_vec_div_ull(void) { in test_vec_div_ull() argument
80 vector unsigned __int128 test_vec_div_u128(void) { in test_vec_div_u128() argument
86 vector signed __int128 test_vec_div_s128(void) { in test_vec_div_s128() argument
92 vector signed int test_vec_dive_si(void) { in test_vec_dive_si() argument
98 vector unsigned int test_vec_dive_ui(void) { in test_vec_dive_ui() argument
104 test_vec_dive_sll(void) test_vec_dive_sll() argument
110 test_vec_dive_ull(void) test_vec_dive_ull() argument
116 test_vec_dive_u128(void) test_vec_dive_u128() argument
122 test_vec_dive_s128(void) test_vec_dive_s128() argument
128 test_vec_mulh_si(void) test_vec_mulh_si() argument
134 test_vec_mulh_ui(void) test_vec_mulh_ui() argument
140 test_vec_mulh_sll(void) test_vec_mulh_sll() argument
146 test_vec_mulh_ull(void) test_vec_mulh_ull() argument
152 test_vec_mod_si(void) test_vec_mod_si() argument
158 test_vec_mod_ui(void) test_vec_mod_ui() argument
164 test_vec_mod_sll(void) test_vec_mod_sll() argument
170 test_vec_mod_ull(void) test_vec_mod_ull() argument
188 test_vpdepd(void) test_vpdepd() argument
194 test_vpextd(void) test_vpextd() argument
200 test_vec_stril_uc(void) test_vec_stril_uc() argument
208 test_vec_stril_sc(void) test_vec_stril_sc() argument
216 test_vec_stril_us(void) test_vec_stril_us() argument
224 test_vec_stril_ss(void) test_vec_stril_ss() argument
232 test_vec_stril_p_uc(void) test_vec_stril_p_uc() argument
240 test_vec_stril_p_sc(void) test_vec_stril_p_sc() argument
248 test_vec_stril_p_us(void) test_vec_stril_p_us() argument
256 test_vec_stril_p_ss(void) test_vec_stril_p_ss() argument
356 test_vec_strir_uc(void) test_vec_strir_uc() argument
364 test_vec_strir_sc(void) test_vec_strir_sc() argument
372 test_vec_strir_us(void) test_vec_strir_us() argument
380 test_vec_strir_ss(void) test_vec_strir_ss() argument
388 test_vec_strir_p_uc(void) test_vec_strir_p_uc() argument
396 test_vec_strir_p_sc(void) test_vec_strir_p_sc() argument
404 test_vec_strir_p_us(void) test_vec_strir_p_us() argument
412 test_vec_strir_p_ss(void) test_vec_strir_p_ss() argument
512 test_vec_extractm_uc(void) test_vec_extractm_uc() argument
518 test_vec_extractm_us(void) test_vec_extractm_us() argument
524 test_vec_extractm_ui(void) test_vec_extractm_ui() argument
530 test_vec_extractm_ull(void) test_vec_extractm_ull() argument
536 test_vec_extractm_u128(void) test_vec_extractm_u128() argument
542 test_vcfuged(void) test_vcfuged() argument
548 test_vec_expandm_uc(void) test_vec_expandm_uc() argument
554 test_vec_expandm_us(void) test_vec_expandm_us() argument
560 test_vec_expandm_ui(void) test_vec_expandm_ui() argument
566 test_vec_expandm_ull(void) test_vec_expandm_ull() argument
572 test_vec_expandm_u128(void) test_vec_expandm_u128() argument
578 test_vec_cntm_uc(void) test_vec_cntm_uc() argument
584 test_vec_cntm_us(void) test_vec_cntm_us() argument
590 test_vec_cntm_ui(void) test_vec_cntm_ui() argument
596 test_vec_cntm_ull(void) test_vec_cntm_ull() argument
602 test_vec_genbm(void) test_vec_genbm() argument
608 test_vec_genbm_imm(void) test_vec_genbm_imm() argument
615 test_vec_genbm_imm2(void) test_vec_genbm_imm2() argument
622 test_vec_genbm_imm3(void) test_vec_genbm_imm3() argument
629 test_vec_genbm_imm4(void) test_vec_genbm_imm4() argument
636 test_vec_genbm_imm5(void) test_vec_genbm_imm5() argument
643 test_vec_genhm(void) test_vec_genhm() argument
649 test_vec_genwm(void) test_vec_genwm() argument
655 test_vec_gendm(void) test_vec_gendm() argument
661 test_vec_genqm(void) test_vec_genqm() argument
667 test_vgnb_1(void) test_vgnb_1() argument
673 test_vgnb_2(void) test_vgnb_2() argument
679 test_vgnb_3(void) test_vgnb_3() argument
685 test_xxeval_uc(void) test_xxeval_uc() argument
691 test_xxeval_us(void) test_xxeval_us() argument
697 test_xxeval_ui(void) test_xxeval_ui() argument
703 test_xxeval_ull(void) test_xxeval_ull() argument
709 test_xxeval_ui128(void) test_xxeval_ui128() argument
715 test_xxgenpcvbm(void) test_xxgenpcvbm() argument
721 test_xxgenpcvhm(void) test_xxgenpcvhm() argument
727 test_xxgenpcvwm(void) test_xxgenpcvwm() argument
733 test_xxgenpcvdm(void) test_xxgenpcvdm() argument
739 test_vec_clr_first_sc(void) test_vec_clr_first_sc() argument
747 test_vec_clr_first_uc(void) test_vec_clr_first_uc() argument
755 test_vec_clr_last_sc(void) test_vec_clr_last_sc() argument
763 test_vec_clr_last_uc(void) test_vec_clr_last_uc() argument
771 test_vclzdm(void) test_vclzdm() argument
777 test_vctzdm(void) test_vctzdm() argument
783 test_vec_sldb_sc(void) test_vec_sldb_sc() argument
789 test_vec_sldb_uc(void) test_vec_sldb_uc() argument
795 test_vec_sldb_ss(void) test_vec_sldb_ss() argument
802 test_vec_sldb_us(void) test_vec_sldb_us() argument
809 test_vec_sldb_si(void) test_vec_sldb_si() argument
816 test_vec_sldb_ui(void) test_vec_sldb_ui() argument
823 test_vec_sldb_sll(void) test_vec_sldb_sll() argument
830 test_vec_sldb_ull(void) test_vec_sldb_ull() argument
837 test_vec_srdb_sc(void) test_vec_srdb_sc() argument
843 test_vec_srdb_uc(void) test_vec_srdb_uc() argument
849 test_vec_srdb_ss(void) test_vec_srdb_ss() argument
856 test_vec_srdb_us(void) test_vec_srdb_us() argument
863 test_vec_srdb_si(void) test_vec_srdb_si() argument
870 test_vec_srdb_ui(void) test_vec_srdb_ui() argument
877 test_vec_srdb_sll(void) test_vec_srdb_sll() argument
884 test_vec_srdb_ull(void) test_vec_srdb_ull() argument
891 test_vec_permx_sc(void) test_vec_permx_sc() argument
897 test_vec_permx_uc(void) test_vec_permx_uc() argument
903 test_vec_permx_ss(void) test_vec_permx_ss() argument
910 test_vec_permx_us(void) test_vec_permx_us() argument
917 test_vec_permx_si(void) test_vec_permx_si() argument
924 test_vec_permx_ui(void) test_vec_permx_ui() argument
931 test_vec_permx_sll(void) test_vec_permx_sll() argument
938 test_vec_permx_ull(void) test_vec_permx_ull() argument
945 test_vec_permx_f(void) test_vec_permx_f() argument
952 test_vec_permx_d(void) test_vec_permx_d() argument
959 test_vec_blend_sc(void) test_vec_blend_sc() argument
965 test_vec_blend_uc(void) test_vec_blend_uc() argument
971 test_vec_blend_ss(void) test_vec_blend_ss() argument
977 test_vec_blend_us(void) test_vec_blend_us() argument
983 test_vec_blend_si(void) test_vec_blend_si() argument
989 test_vec_blend_ui(void) test_vec_blend_ui() argument
995 test_vec_blend_sll(void) test_vec_blend_sll() argument
1001 test_vec_blend_ull(void) test_vec_blend_ull() argument
1007 test_vec_blend_f(void) test_vec_blend_f() argument
1014 test_vec_blend_d(void) test_vec_blend_d() argument
1043 test_vec_replace_elt_si(void) test_vec_replace_elt_si() argument
1069 test_vec_replace_elt_ui(void) test_vec_replace_elt_ui() argument
1097 test_vec_replace_elt_f(void) test_vec_replace_elt_f() argument
1123 test_vec_replace_elt_sll(void) test_vec_replace_elt_sll() argument
1149 test_vec_replace_elt_ull(void) test_vec_replace_elt_ull() argument
1177 test_vec_replace_elt_d(void) test_vec_replace_elt_d() argument
1201 test_vec_replace_unaligned_si(void) test_vec_replace_unaligned_si() argument
1225 test_vec_replace_unaligned_ui(void) test_vec_replace_unaligned_ui() argument
1251 test_vec_replace_unaligned_f(void) test_vec_replace_unaligned_f() argument
1275 test_vec_replace_unaligned_sll(void) test_vec_replace_unaligned_sll() argument
1299 test_vec_replace_unaligned_ull(void) test_vec_replace_unaligned_ull() argument
1325 test_vec_replace_unaligned_d(void) test_vec_replace_unaligned_d() argument
1329 test_vec_insertl_uc(void) test_vec_insertl_uc() argument
1337 test_vec_insertl_us(void) test_vec_insertl_us() argument
1345 test_vec_insertl_ui(void) test_vec_insertl_ui() argument
1353 test_vec_insertl_ul(void) test_vec_insertl_ul() argument
1361 test_vec_insertl_ucv(void) test_vec_insertl_ucv() argument
1369 test_vec_insertl_usv(void) test_vec_insertl_usv() argument
1377 test_vec_insertl_uiv(void) test_vec_insertl_uiv() argument
1385 test_vec_inserth_uc(void) test_vec_inserth_uc() argument
1393 test_vec_inserth_us(void) test_vec_inserth_us() argument
1401 test_vec_inserth_ui(void) test_vec_inserth_ui() argument
1409 test_vec_inserth_ul(void) test_vec_inserth_ul() argument
1417 test_vec_inserth_ucv(void) test_vec_inserth_ucv() argument
1425 test_vec_inserth_usv(void) test_vec_inserth_usv() argument
1433 test_vec_inserth_uiv(void) test_vec_inserth_uiv() argument
1441 test_vec_extractl_uc(void) test_vec_extractl_uc() argument
1453 test_vec_extractl_us(void) test_vec_extractl_us() argument
1465 test_vec_extractl_ui(void) test_vec_extractl_ui() argument
1477 test_vec_extractl_ul(void) test_vec_extractl_ul() argument
1489 test_vec_extracth_uc(void) test_vec_extracth_uc() argument
1501 test_vec_extracth_us(void) test_vec_extracth_us() argument
1513 test_vec_extracth_ui(void) test_vec_extracth_ui() argument
1525 test_vec_extracth_ul(void) test_vec_extracth_ul() argument
1537 test_vec_vec_splati_si(void) test_vec_vec_splati_si() argument
1542 test_vec_vec_splati_ui(void) test_vec_vec_splati_ui() argument
1547 test_vec_vec_splati_f(void) test_vec_vec_splati_f() argument
1552 test_vec_vec_splatid(void) test_vec_vec_splatid() argument
1564 test_vec_vec_splati_ins_si(void) test_vec_vec_splati_ins_si() argument
1579 test_vec_vec_splati_ins_ui(void) test_vec_vec_splati_ins_ui() argument
1594 test_vec_vec_splati_ins_f(void) test_vec_vec_splati_ins_f() argument
1612 test_vec_vec_splati_ins_range(void) test_vec_vec_splati_ins_range() argument
1675 test_vec_slq_unsigned(void) test_vec_slq_unsigned() argument
1682 test_vec_slq_signed(void) test_vec_slq_signed() argument
1689 test_vec_srq_unsigned(void) test_vec_srq_unsigned() argument
1696 test_vec_srq_signed(void) test_vec_srq_signed() argument
1703 test_vec_sraq_unsigned(void) test_vec_sraq_unsigned() argument
1710 test_vec_sraq_signed(void) test_vec_sraq_signed() argument
1718 test_vec_test_lsbb_all_ones(void) test_vec_test_lsbb_all_ones() argument
1724 test_vec_test_lsbb_all_zeros(void) test_vec_test_lsbb_all_zeros() argument
1730 test_vec_mule_u128(void) test_vec_mule_u128() argument
1738 test_vec_mule_s128(void) test_vec_mule_s128() argument
1746 test_vec_mulo_u128(void) test_vec_mulo_u128() argument
1754 test_vec_mulo_s128(void) test_vec_mulo_s128() argument
1762 test_vec_msumc_u128(void) test_vec_msumc_u128() argument
1768 test_vec_xl_sext_i8(void) test_vec_xl_sext_i8() argument
1775 test_vec_xl_sext_i16(void) test_vec_xl_sext_i16() argument
1782 test_vec_xl_sext_i32(void) test_vec_xl_sext_i32() argument
1789 test_vec_xl_sext_i64(void) test_vec_xl_sext_i64() argument
1796 test_vec_xl_zext_i8(void) test_vec_xl_zext_i8() argument
1803 test_vec_xl_zext_i16(void) test_vec_xl_zext_i16() argument
1810 test_vec_xl_zext_i32(void) test_vec_xl_zext_i32() argument
1817 test_vec_xl_zext_i64(void) test_vec_xl_zext_i64() argument
1824 test_vec_signextq_s128(void) test_vec_signextq_s128() argument
1830 test_vec_mod_u128(void) test_vec_mod_u128() argument
1836 test_vec_mod_s128(void) test_vec_mod_s128() argument
1842 test_vec_cmpeq_s128(void) test_vec_cmpeq_s128() argument
1849 test_vec_cmpeq_u128(void) test_vec_cmpeq_u128() argument
1856 test_vec_cmpeq_bool_int128(void) test_vec_cmpeq_bool_int128() argument
1863 test_vec_cmpne_s128(void) test_vec_cmpne_s128() argument
1871 test_vec_cmpne_u128(void) test_vec_cmpne_u128() argument
1879 test_vec_cmpne_bool_int128(void) test_vec_cmpne_bool_int128() argument
1887 test_vec_cmpgt_s128(void) test_vec_cmpgt_s128() argument
1894 test_vec_cmpgt_u128(void) test_vec_cmpgt_u128() argument
1901 test_vec_cmplt_s128(void) test_vec_cmplt_s128() argument
1908 test_vec_cmplt_u128(void) test_vec_cmplt_u128() argument
1915 test_vec_cmpge_s128(void) test_vec_cmpge_s128() argument
1923 test_vec_cmpge_u128(void) test_vec_cmpge_u128() argument
1931 test_vec_cmple_s128(void) test_vec_cmple_s128() argument
1939 test_vec_cmple_u128(void) test_vec_cmple_u128() argument
1947 test_vec_any_eq_u128(void) test_vec_any_eq_u128() argument
1954 test_vec_any_eq_s128(void) test_vec_any_eq_s128() argument
1961 test_vec_any_eq_bool_int128(void) test_vec_any_eq_bool_int128() argument
1968 test_vec_any_ne_s128(void) test_vec_any_ne_s128() argument
1975 test_vec_any_ne_u128(void) test_vec_any_ne_u128() argument
1982 test_vec_any_ne_bool_int128(void) test_vec_any_ne_bool_int128() argument
1989 test_vec_any_lt_s128(void) test_vec_any_lt_s128() argument
1996 test_vec_any_lt_u128(void) test_vec_any_lt_u128() argument
2003 test_vec_any_gt_s128(void) test_vec_any_gt_s128() argument
2010 test_vec_any_gt_u128(void) test_vec_any_gt_u128() argument
2017 test_vec_any_le_s128(void) test_vec_any_le_s128() argument
2024 test_vec_any_le_u128(void) test_vec_any_le_u128() argument
2031 test_vec_any_ge_s128(void) test_vec_any_ge_s128() argument
2038 test_vec_any_ge_u128(void) test_vec_any_ge_u128() argument
2045 test_vec_all_eq_s128(void) test_vec_all_eq_s128() argument
2052 test_vec_all_eq_u128(void) test_vec_all_eq_u128() argument
2059 test_vec_all_eq_bool_int128(void) test_vec_all_eq_bool_int128() argument
2066 test_vec_all_ne_s128(void) test_vec_all_ne_s128() argument
2073 test_vec_all_ne_u128(void) test_vec_all_ne_u128() argument
2080 test_vec_all_ne_bool_int128(void) test_vec_all_ne_bool_int128() argument
2087 test_vec_all_lt_s128(void) test_vec_all_lt_s128() argument
2094 test_vec_all_lt_u128(void) test_vec_all_lt_u128() argument
2101 test_vec_all_gt_s128(void) test_vec_all_gt_s128() argument
2108 test_vec_all_gt_u128(void) test_vec_all_gt_u128() argument
2115 test_vec_all_le_s128(void) test_vec_all_le_s128() argument
2122 test_vec_all_le_u128(void) test_vec_all_le_u128() argument
2129 test_vec_all_ge_s128(void) test_vec_all_ge_s128() argument
2136 test_vec_all_ge_u128(void) test_vec_all_ge_u128() argument
2143 test_vec_rl_s128(void) test_vec_rl_s128() argument
2152 test_vec_rl_u128(void) test_vec_rl_u128() argument
2161 test_vec_rlnm_s128(void) test_vec_rlnm_s128() argument
2170 test_vec_rlnm_u128(void) test_vec_rlnm_u128() argument
2179 test_vec_rlmi_s128(void) test_vec_rlmi_s128() argument
2186 test_vec_rlmi_u128(void) test_vec_rlmi_u128() argument
[all...]
H A Dbuiltins-ppc-p9vector.c52 unsigned test1(void) { in test1() argument
69 unsigned test2(void) { in test2() argument
86 unsigned test3(void) { in test3() argument
103 unsigned test4(void) { in test4() argument
120 unsigned test5(void) { in test5() argument
137 unsigned test6(void) { in test6() argument
154 unsigned test7(void) { in test7() argument
179 unsigned test8(void) { in test8() argument
204 unsigned test9(void) { in test9() argument
229 unsigned test10(void) { in test10() argument
[all …]
H A Dbuiltins-ppc-crypto.c28 vector unsigned char test_vpmsumb(void) in test_vpmsumb() argument
37 vector unsigned short test_vpmsumh(void) in test_vpmsumh() argument
46 vector unsigned int test_vpmsumw(void) in test_vpmsumw() argument
55 vector unsigned long long test_vpmsumd(void) in test_vpmsumd() argument
64 vector unsigned char test_vsbox(void) in test_vsbox() argument
72 vector unsigned char test_vpermxorb(void) in test_vpermxorb() argument
114 vector unsigned char test_vcipher(void) in test_vcipher() argument
123 vector unsigned char test_vcipherlast(void) in test_vcipherlast() argument
132 vector unsigned char test_vncipher(void) in test_vncipher() argument
141 vector unsigned char test_vncipherlast(void) in test_vncipherlast() argument
[all …]
/llvm-project/clang/test/Sema/
H A Dattr-target.c9 int __attribute__((target("avx,sse4.2,arch=ivybridge"))) foo(void) { return 4; } in foo() argument
11 int __attribute__((target())) bar(void) { return 4; } in bar() argument
13 int __attribute__((target("tune=sandybridge"))) baz(void) { return 4; } in baz() argument
15 int __attribute__((target("fpmath=387"))) walrus(void) { return 4; } in walrus() argument
17 int __attribute__((target("avx,sse4.2,arch=hiss"))) meow(void) { return 4; } in meow() argument
19 int __attribute__((target("woof"))) bark(void) { return 4; } in bark() argument
21 int __attribute__((target("arch="))) turtle(void) { return 4; } in turtle() argument
23 int __attribute__((target("arch=hiss,arch=woof"))) pine_tree(void) { return 4; } in pine_tree() argument
25 int __attribute__((target("arch=ivybridge,arch=haswell"))) oak_tree(void) { return 4; } in oak_tree() argument
27 int __attribute__((target("branch-protection=none"))) birch_tree(void) { retur argument
29 apple_tree(void) apple_tree() argument
32 baseline(void) baseline() argument
34 v2(void) v2() argument
38 foo(void) foo() argument
40 bar(void) bar() argument
42 baz(void) baz() argument
44 walrus(void) walrus() argument
46 meow(void) meow() argument
48 bark(void) bark() argument
50 buff(void) buff() argument
52 noway(void) noway() argument
54 turtle(void) turtle() argument
56 pine_tree(void) pine_tree() argument
58 oak_tree(void) oak_tree() argument
60 apple_tree(void) apple_tree() argument
62 pear_tree(void) pear_tree() argument
64 birch_tree(void) birch_tree() argument
68 foo(void) foo() argument
70 bar(void) bar() argument
72 baz(void) baz() argument
74 walrus(void) walrus() argument
76 meow(void) meow() argument
78 turtle(void) turtle() argument
80 pine_tree(void) pine_tree() argument
82 oak_tree(void) oak_tree() argument
84 birch_tree(void) birch_tree() argument
86 apple_tree(void) apple_tree() argument
92 baz(void) baz() argument
[all...]
H A Dattr-target-version.c3 int __attribute__((target_version("crc"))) dup(void) { return 3; } in dup() argument
4 int __attribute__((target_version("default"))) dup(void) { return 1; } in dup() argument
7 int __attribute__((target_version("default"))) dup(void) { return 2; } in dup() argument
9 int __attribute__((target_version("default"))) dup1(void) { return 1; } in dup1() argument
12 int dup1(void) { return 2; } in dup1() argument
14 int __attribute__((target_version("aes"))) foo(void) { return 1; } in foo() argument
16 int __attribute__((target_version("default"))) foo(void) { return 2; } in foo() argument
19 int __attribute__((target_version("sha3 + aes "))) foo(void) { return 1; } in foo() argument
23 int __attribute__((target("dotprod"))) foo(void) { return -1; } in foo() argument
27 int foo(void) { retur argument
30 func(void) func() argument
32 func(void) func() argument
35 one(void) one() argument
37 one(void) one() argument
39 two(void) two() argument
40 two(void) two() argument
43 main(void) main() argument
46 default_first(void) default_first() argument
47 default_first(void) default_first() argument
48 default_first(void) default_first() argument
51 default_middle(void) default_middle() argument
52 default_middle(void) default_middle() argument
53 default_middle(void) default_middle() argument
56 default_last(void) default_last() argument
57 default_last(void) default_last() argument
58 default_last(void) default_last() argument
62 default_fwd_declare(void) default_fwd_declare() argument
63 default_fwd_declare(void) default_fwd_declare() argument
66 unsup1(void) unsup1() argument
68 unsup2(void) unsup2() argument
70 koo(void) koo() argument
72 loo(void) loo() argument
74 redef(void) redef() argument
77 redef(void) redef() argument
92 def(void) def() argument
101 combine(void) combine() argument
103 combine(void) combine() argument
[all...]
H A Dattr-target-mv.c6 void use1(void){ in use1() argument
14 use2(void) use2() argument
27 redecl1(void) redecl1() argument
28 redecl1(void) redecl1() argument
30 redecl2(void) redecl2() argument
32 redecl2(void) redecl2() argument
34 redecl3(void) redecl3() argument
35 redecl3(void) redecl3() argument
37 redecl3(void) redecl3() argument
39 redecl4(void) redecl4() argument
40 redecl4(void) redecl4() argument
43 redef(void) redef() argument
44 redef(void) redef() argument
45 redef(void) redef() argument
48 redef(void) redef() argument
50 redef2(void) redef2() argument
53 redef2(void) redef2() argument
55 redef3(void) redef3() argument
60 redef3(void) redef3() argument
62 redef3(void) redef3() argument
64 mv_after_use(void) mv_after_use() argument
65 use3(void) use3() argument
70 mv_after_use(void) mv_after_use() argument
72 mangle(void) mangle() argument
75 mangle(void) mangle() argument
79 prev_no_target(void) prev_no_target() argument
80 prev_no_target(void) prev_no_target() argument
[all...]
H A Dwarn-unused-function.c5 void foo(void) {} in foo() argument
6 static void f2(void) {} in f2() argument
7 static void f1(void) {f2();} // expected-warning{{unused}} in f1() argument
9 static int f0(void) { return 17; } // expected-warning{{not needed and will not be emitted}} in f0() argument
13 extern void f3(void) { } // expected-warning{{unused}} in f3() argument
16 void f4(void) { } // expected-warning{{unused}} in f4() argument
18 static void __attribute__((used)) f5(void) {} in f5() argument
21 static void f6(void) {}; in f6() argument
25 void f9(void) { f8(f7); } in f9() argument
26 static void f7(void) {} in f7() argument
[all …]
/llvm-project/clang/test/Analysis/
H A Dpthreadlock.c16 ok1(void) in ok1() argument
22 ok2(void) in ok2() argument
28 ok3(void) in ok3() argument
37 ok4(void) in ok4() argument
46 ok5(void) in ok5() argument
53 ok6(void) in ok6() argument
59 ok7(void) in ok7() argument
66 ok8(void) in ok8() argument
75 ok9(void) in ok9() argument
83 ok10(void) in ok10() argument
[all …]
/llvm-project/clang/test/Frontend/
H A Dfixed_point_conversions.c50 void fix_same1(void) { in fix_same1() argument
60 void fix_same2(void) { in fix_same2() argument
73 void fix_castdown1(void) { in fix_castdown1() argument
85 void fix_castdown2(void) { in fix_castdown2() argument
97 void fix_castdown3(void) { in fix_castdown3() argument
109 void fix_castdown4(void) { in fix_castdown4() argument
122 void fix_castup1(void) { in fix_castup1() argument
134 void fix_castup2(void) { in fix_castup2() argument
146 void fix_castup3(void) { in fix_castup3() argument
158 void fix_castup4(void) { in fix_castup4() argument
[all …]
H A Dfixed_point_unary.c28 void inc_a(void) { in inc_a() argument
39 void inc_f(void) { in inc_f() argument
50 void inc_lf(void) { in inc_lf() argument
68 void inc_ua(void) { in inc_ua() argument
86 void inc_usa(void) { in inc_usa() argument
104 void inc_uf(void) { in inc_uf() argument
115 void inc_sa(void) { in inc_sa() argument
126 void inc_sf(void) { in inc_sf() argument
137 void inc_slf(void) { in inc_slf() argument
157 void inc_sua(void) { in inc_sua() argument
[all …]
H A Dfixed_point_shift.c46 void sleft_sasai(void) { in sleft_sasai() argument
58 void sleft_aai(void) { in sleft_aai() argument
71 void sleft_lalai(void) { in sleft_lalai() argument
84 void sleft_sfsfi(void) { in sleft_sfsfi() argument
97 void sleft_ffi(void) { in sleft_ffi() argument
109 void sleft_lflfi(void) { in sleft_lflfi() argument
121 void sleft_aau(void) { in sleft_aau() argument
134 void sleft_ffu(void) { in sleft_ffu() argument
148 void uleft_usausai(void) { in uleft_usausai() argument
160 void uleft_uauai(void) { in uleft_uauai() argument
[all …]
H A Dfixed_point_compound.c34 void add_shfa(void) { in add_shfa() argument
60 void add_auf(void) { in add_auf() argument
76 void add_ufula(void) { in add_ufula() argument
104 void add_ulashf(void) { in add_ulashf() argument
132 void add_ufshf(void) { in add_ufshf() argument
146 void add_ashf(void) { in add_ashf() argument
162 void add_ai(void) { in add_ai() argument
178 void add_au(void) { in add_au() argument
204 void add_ulai(void) { in add_ulai() argument
234 void add_iula(void) { in add_iula() argument
[all …]
/llvm-project/clang/test/AST/
H A Dast-dump-openmp-declare-variant-extensions.c5 int picked1(void) { return 0; } in picked1() argument
6 int picked2(void) { return 0; } in picked2() argument
9 int picked5(void) { return 0; } in picked5() argument
10 int picked6(void) { return 0; } in picked6() argument
11 int picked7(void) { return 0; } in picked7() argument
12 int not_picked1(void) { return 1; } in not_picked1() argument
13 int not_picked2(void) { return 2; } in not_picked2() argument
20 int base1(void) { return 3; } in base1() argument
23 int base2(void) { return 4; } in base2() argument
26 int base3(void) { return 5; } in base3() argument
[all …]
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A Dacle_sve_ptrue.c
H A Dacle_sve_cntd.c
/llvm-project/clang/test/SemaCXX/
H A Dattr-target-version.cpp12 foo(void) foo() argument
14 diff_const(void) diff_const() argument
18 diff_const1(void) diff_const1() argument
22 diff_link(void) diff_link() argument
26 diff_link1(void) diff_link1() argument
30 diff_link2(void) diff_link2() argument
34 diff_link2(void) diff_link2() argument
35 diff_link2(void) diff_link2() argument
38 diff_inline(void) diff_inline() argument
40 diff_inline(void) diff_inline() argument
42 diff_inline1(void) diff_inline1() argument
44 diff_inline1(void) diff_inline1() argument
46 diff_type1(void) diff_type1() argument
50 diff_type2(void) diff_type2() argument
52 diff_type2(void) diff_type2() argument
54 diff_type3(void) diff_type3() argument
57 diff_type3(void) diff_type3() argument
65 extc(void) extc() argument
68 extc(void) extc() argument
70 ret1(void) ret1() argument
71 ret2(void) ret2() argument
73 ret3(void) ret3() argument
104 func(void) func() argument
105 func(void) func() argument
109 func(void) func() argument
[all...]
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzvector2.c15 void test_assign (void) in test_pos() argument
7 test_assign(void) test_assign() argument
23 test_neg(void) test_neg() argument
31 test_preinc(void) test_preinc() argument
39 test_postinc(void) test_postinc() argument
47 test_predec(void) test_predec() argument
55 test_postdec(void) test_postdec() argument
63 test_add(void) test_add() argument
72 test_add_assign(void) test_add_assign() argument
81 test_sub(void) test_sub() argument
90 test_sub_assign(void) test_sub_assign() argument
99 test_mul(void) test_mul() argument
108 test_mul_assign(void) test_mul_assign() argument
117 test_div(void) test_div() argument
126 test_div_assign(void) test_div_assign() argument
135 test_cmpeq(void) test_cmpeq() argument
145 test_cmpne(void) test_cmpne() argument
155 test_cmpge(void) test_cmpge() argument
165 test_cmpgt(void) test_cmpgt() argument
175 test_cmple(void) test_cmple() argument
185 test_cmplt(void) test_cmplt() argument
[all...]
H A Dzvector.c45 test_assign(void) test_assign() argument
82 test_pos(void) test_pos() argument
116 test_neg(void) test_neg() argument
154 test_preinc(void) test_preinc() argument
200 test_postinc(void) test_postinc() argument
246 test_predec(void) test_predec() argument
292 test_postdec(void) test_postdec() argument
411 test_add(void) test_add() argument
514 test_add_assign(void) test_add_assign() argument
641 test_sub(void) test_sub() argument
744 test_sub_assign(void) test_sub_assign() argument
807 test_mul(void) test_mul() argument
862 test_mul_assign(void) test_mul_assign() argument
917 test_div(void) test_div() argument
972 test_div_assign(void) test_div_assign() argument
1023 test_rem(void) test_rem() argument
1072 test_rem_assign(void) test_rem_assign() argument
1125 test_not(void) test_not() argument
1258 test_and(void) test_and() argument
1375 test_and_assign(void) test_and_assign() argument
1516 test_or(void) test_or() argument
1633 test_or_assign(void) test_or_assign() argument
1774 test_xor(void) test_xor() argument
1891 test_xor_assign(void) test_xor_assign() argument
2062 test_sl(void) test_sl() argument
2245 test_sl_assign(void) test_sl_assign() argument
2428 test_sr(void) test_sr() argument
2611 test_sr_assign(void) test_sr_assign() argument
2798 test_cmpeq(void) test_cmpeq() argument
2982 test_cmpne(void) test_cmpne() argument
3086 test_cmpge(void) test_cmpge() argument
3174 test_cmpgt(void) test_cmpgt() argument
3262 test_cmple(void) test_cmple() argument
3350 test_cmplt(void) test_cmplt() argument
[all...]

12345678910>>...120