Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dlinkage-redecl.c4 static int test2_i = 99; variable
6 extern int test2_i; in test2_f()
7 return test2_i; in test2_f()
/external/clang/test/Sema/
Dconversion.c120 short test2_i(long long ll) { in test2_i() function