Searched refs:test1_g (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dextern-c.cpp6 void test1_g(int); // expected-note {{previous declaration is here}}
10 int test1_g(int); // expected-error {{functions that differ only in their return type cannot be overloaded}}
/external/clang/test/CodeGen/
H A Dattr-weakref2.c6 static int test1_g __attribute__((weakref("test1_f"))); variable
8 return test1_g;
H A Dattr-weakref.c6 static void test1_g(void) __attribute__((weakref("test1_f")));
8 test1_g();
/external/clang/test/Sema/
H A Dmerge-decls.c44 void test1_g(void) function
H A Dconversion.c83 char test1_g(long long ll) { function

Completed in 80 milliseconds