Home
last modified time | relevance | path

Searched refs:foo_int (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Daggregate-assign-call.c48 struct S foo_int(int);
73 r = foo_int(({ in baz()
79 r = foo_int(i++); in baz()
H A Dbpf-abiinfo.c21 int foo_int(void) { in foo_int() function
/llvm-project/flang/test/Semantics/
H A Dsymbol10.f9019 module procedure :: foo_int
36 subroutine foo_int (i) subroutine
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-complex-parms.c43 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]])
H A Dppc64-complex-return.c43 _Complex int foo_int(_Complex int x) { in foo_int() function
121 return __real__(foo_int(2 - 3i)); in bar_int()
/llvm-project/clang/test/OpenMP/
H A Ddeclare_simd_aarch64.c49 long foo_int(int x);
57 x[i] = foo_int(y[i]); in foo_int_loop()
/llvm-project/clang/test/Index/
H A Devaluate-cursor.cpp18 unsigned long long foo_int = 1ull << 60; variable
/llvm-project/clang/test/Sema/
H A Dattr-mig.c9 __attribute__((mig_server_routine)) int foo_int(void); // expected-warning{{'mig_server_routine' at…
/llvm-project/flang/test/Semantics/OpenMP/
H A Ddeclare-target07.f905 subroutine foo_int(a)
/llvm-project/llvm/test/CodeGen/BPF/
H A Dsanity.ll7 define i32 @foo_int(i32 %a, i32 %b) #0 {
8 ; CHECK-LABEL: foo_int:
/llvm-project/llvm/test/CodeGen/PowerPC/GlobalISel/
H A Dirtranslator-args-lowering.ll97 define void @foo_int(ptr %x) {
98 ; CHECK-LABEL: name: foo_int