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

/external/clang/test/Misc/
H A Dmessage-length.c21 void a_very_long_line(int *ip, float *FloatPointer) { argument
22 for (int ALongIndexName = 0; ALongIndexName < 100; ALongIndexName++) if (ip[ALongIndexName] == 17) a_func_to_call(ip == FloatPointer, ip[ALongIndexName], FloatPointer[ALongIndexName]);

Completed in 5148 milliseconds