Searched refs:foo_int (Results 1 – 11 of 11) sorted by relevance
48 struct S foo_int(int);73 r = foo_int(({ in baz()79 r = foo_int(i++); in baz()
21 int foo_int(void) { in foo_int() function
19 module procedure :: foo_int36 subroutine foo_int (i) subroutine
43 int foo_int(_Complex int x) { in foo_int() function 47 // CHECK: define{{.*}} signext i32 @foo_int(i32 noundef {{[%A-Za-z0-9.]+}}, i32 noundef {{[%A-Za-z0-9.]+}}) [[NUW]] {138 foo_int(2 - 3i); in bar_int() 151 // CHECK: %{{[A-Za-z0-9.]+}} = call signext i32 @foo_int(i32 noundef %[[VAR35]], i32 noundef %[[VAR37]])
43 _Complex int foo_int(_Complex int x) { in foo_int() function121 return __real__(foo_int(2 - 3i)); in bar_int()
49 long foo_int(int x);57 x[i] = foo_int(y[i]); in foo_int_loop()
18 unsigned long long foo_int = 1ull << 60; variable
9 __attribute__((mig_server_routine)) int foo_int(void); // expected-warning{{'mig_server_routine' at…
5 subroutine foo_int(a)
7 define i32 @foo_int(i32 %a, i32 %b) #0 {8 ; CHECK-LABEL: foo_int:
97 define void @foo_int(ptr %x) {98 ; CHECK-LABEL: name: foo_int