OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo_int
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
ppc64-complex-parms.c
25
int
foo_int
(_Complex int x) {
function
29
// CHECK: define signext i32 @
foo_int
(i32 {{[%A-Za-z0-9.]+}}, i32 {{[%A-Za-z0-9.]+}}) [[NUW]] {
104
foo_int
(2 - 3i);
117
// CHECK: %{{[A-Za-z0-9.]+}} = call signext i32 @
foo_int
(i32 %[[VAR35]], i32 %[[VAR37]])
ppc64-complex-return.c
26
_Complex int
foo_int
(_Complex int x) {
function
30
// CHECK: define { i32, i32 } @
foo_int
(i32 {{[%A-Za-z0-9.]+}}, i32 {{[%A-Za-z0-9.]+}}) [[NUW]] {
84
return __real__(
foo_int
(2 - 3i));
88
// CHECK: [[VAR4:[%A-Za-z0-9.]+]] = call { i32, i32 } @
foo_int
Completed in 725 milliseconds