HomeSort by relevance Sort by last modified time
    Searched refs:foo_double (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
ppc64-complex-parms.c 13 double foo_double(_Complex double x) { function
17 // CHECK: define double @foo_double(double {{[%A-Za-z0-9.]+}}, double {{[%A-Za-z0-9.]+}}) [[NUW]] {
72 foo_double(2.0 - 2.5i);
85 // CHECK: %{{[A-Za-z0-9.]+}} = call double @foo_double(double %[[VAR15]], double %[[VAR17]])
ppc64-complex-return.c 14 _Complex double foo_double(_Complex double x) { function
18 // CHECK: define { double, double } @foo_double(double {{[%A-Za-z0-9.]+}}, double {{[%A-Za-z0-9.]+}}) [[NUW]] {
66 return creal(foo_double(2.0 - 2.5i));
70 // CHECK: [[VAR2:[%A-Za-z0-9.]+]] = call { double, double } @foo_double

Completed in 178 milliseconds