Lines Matching full:module

6 // Build module map with 40 modules; two layers with importing and re-exporting
9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap
10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap
11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap
12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap
13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap
14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap
15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap
16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap
17 // RUN: echo 'module a4 { header "a4.h" export * }' >> %t/module.modulemap
18 // RUN: echo 'module b4 { header "b4.h" export * }' >> %t/module.modulemap
19 // RUN: echo 'module a5 { header "a5.h" export * }' >> %t/module.modulemap
20 // RUN: echo 'module b5 { header "b5.h" export * }' >> %t/module.modulemap
21 // RUN: echo 'module a6 { header "a6.h" export * }' >> %t/module.modulemap
22 // RUN: echo 'module b6 { header "b6.h" export * }' >> %t/module.modulemap
23 // RUN: echo 'module a7 { header "a7.h" export * }' >> %t/module.modulemap
24 // RUN: echo 'module b7 { header "b7.h" export * }' >> %t/module.modulemap
25 // RUN: echo 'module a8 { header "a8.h" export * }' >> %t/module.modulemap
26 // RUN: echo 'module b8 { header "b8.h" export * }' >> %t/module.modulemap
27 // RUN: echo 'module a9 { header "a9.h" export * }' >> %t/module.modulemap
28 // RUN: echo 'module b9 { header "b9.h" export * }' >> %t/module.modulemap
29 // RUN: echo 'module a10 { header "a10.h" export * }' >> %t/module.modulemap
30 // RUN: echo 'module b10 { header "b10.h" export * }' >> %t/module.modulemap
31 // RUN: echo 'module a11 { header "a11.h" export * }' >> %t/module.modulemap
32 // RUN: echo 'module b11 { header "b11.h" export * }' >> %t/module.modulemap
33 // RUN: echo 'module a12 { header "a12.h" export * }' >> %t/module.modulemap
34 // RUN: echo 'module b12 { header "b12.h" export * }' >> %t/module.modulemap
35 // RUN: echo 'module a13 { header "a13.h" export * }' >> %t/module.modulemap
36 // RUN: echo 'module b13 { header "b13.h" export * }' >> %t/module.modulemap
37 // RUN: echo 'module a14 { header "a14.h" export * }' >> %t/module.modulemap
38 // RUN: echo 'module b14 { header "b14.h" export * }' >> %t/module.modulemap
39 // RUN: echo 'module a15 { header "a15.h" export * }' >> %t/module.modulemap
40 // RUN: echo 'module b15 { header "b15.h" export * }' >> %t/module.modulemap
41 // RUN: echo 'module a16 { header "a16.h" export * }' >> %t/module.modulemap
42 // RUN: echo 'module b16 { header "b16.h" export * }' >> %t/module.modulemap
43 // RUN: echo 'module a17 { header "a17.h" export * }' >> %t/module.modulemap
44 // RUN: echo 'module b17 { header "b17.h" export * }' >> %t/module.modulemap
45 // RUN: echo 'module a18 { header "a18.h" export * }' >> %t/module.modulemap
46 // RUN: echo 'module b18 { header "b18.h" export * }' >> %t/module.modulemap
47 // RUN: echo 'module a19 { header "a19.h" export * }' >> %t/module.modulemap
48 // RUN: echo 'module b19 { header "b19.h" export * }' >> %t/module.modulemap
49 // RUN: echo 'module a20 { header "a20.h" export * }' >> %t/module.modulemap
50 // RUN: echo 'module b20 { header "b20.h" export * }' >> %t/module.modulemap
140 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a0 -x c++ …
141 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b0 -x c++ …
142 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a1 -x c++ …
143 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b1 -x c++ …
144 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a2 -x c++ …
145 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b2 -x c++ …
146 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a3 -x c++ …
147 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b3 -x c++ …
148 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a4 -x c++ …
149 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b4 -x c++ …
150 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a5 -x c++ …
151 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b5 -x c++ …
152 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a6 -x c++ …
153 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b6 -x c++ …
154 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a7 -x c++ …
155 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b7 -x c++ …
156 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a8 -x c++ …
157 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b8 -x c++ …
158 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a9 -x c++ …
159 … %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b9 -x c++ …
160 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a10 -x c++ …
161 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b10 -x c++ …
162 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a11 -x c++ …
163 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b11 -x c++ …
164 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a12 -x c++ …
165 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b12 -x c++ …
166 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a13 -x c++ …
167 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b13 -x c++ …
168 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a14 -x c++ …
169 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b14 -x c++ …
170 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a15 -x c++ …
171 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b15 -x c++ …
172 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a16 -x c++ …
173 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b16 -x c++ …
174 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a17 -x c++ …
175 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b17 -x c++ …
176 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a18 -x c++ …
177 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b18 -x c++ …
178 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a19 -x c++ …
179 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b19 -x c++ …
180 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=a20 -x c++ …
181 …%clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fmodule-name=b20 -x c++ …
184 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%t -fsyntax-only %s \