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

/external/clang/test/CodeGen/
H A D2003-10-29-AsmRename.c7 extern int Func(struct foo*) __asm__("Func64");
8 extern int Func64(struct bar*);
14 int Func64(struct bar* B) { function
20 Func(0); /* should be renamed to call Func64 */
21 Func64(0);

Completed in 86 milliseconds