Home
last modified time | relevance | path

Searched refs:test4_b (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dextern-c.cpp35 extern int test4_b; // expected-note {{declared with C language linkage here}} in test4_f()
39 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with d… variable
/external/clang/test/Sema/
Dconversion.c161 long test4_b(long long ll) { in test4_b() function