Lines Matching full:linkage
11 extern int x; // expected-error {{declaration of 'x' has a different language linkage}}
12 extern int y; // OK, has internal linkage, so no language linkage.
13 void f(); // expected-error {{declaration of 'f' has a different language linkage}}
17 // This is OK. Both test2_f don't have language linkage since they have
18 // internal linkage.
79 // This is OK. The variables have internal linkage and therefore no language
80 // linkage.
96 // FIXME: This should be invalid. The function has no language linkage, but
116 void __attribute__((overloadable)) test9_f(int c); // expected-error {{declaration of 'test9_f' has a different language linkage}}
179 // foo<L, I>'s linkage should be the merge of UniqueExternalLinkage (or