Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dppc64-complex-parms.c31 short foo_short(_Complex short x) { in foo_short() function
120 foo_short(2 - 3i); in bar_short()
Dppc64-complex-return.c32 _Complex short foo_short(_Complex short x) { in foo_short() function
93 return __real__(foo_short(2 - 3i)); in bar_short()