Lines Matching refs:module
1 module a {
2 module a1 { header "a1.h" export * }
3 module a2 { header "a2.h" export * }
5 module b {
6 module b1 { header "b1.h" export * }
7 module b2 { header "b2.h" export * }
9 module c {
10 module c1 { header "c1.h" export * }
12 module d {
13 module d1 { header "d1.h" export * }
15 module e {
16 module e1 { header "e1.h" export * }
17 module e2 { header "e2.h" export * }