Home
last modified time | relevance | path

Searched refs:funcb (Results 1 – 25 of 137) sorted by relevance

123456

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/oslc-err-funcoverload/
H A Dtest.osl9 int funcb() { return 1; }
10 float funcb() { return 2; }
11 color funcb() { return 3; }
25 funcb(); // fail unresolvable ambiguity
27 (int) funcb(); // ok
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/oslc-err-funcoverload/
H A Dtest.osl9 int funcb() { return 1; }
10 float funcb() { return 2; }
11 color funcb() { return 3; }
25 funcb(); // fail unresolvable ambiguity
27 (int) funcb(); // ok
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop2.ll5 declare void @funcb()
22 tail call void @funcb()
42 ; CHECK: call void @funcb()
55 ; CHECK: call void @funcb()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/48 file grabber/
H A Dprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/48 file grabber/subdir/
H A Dsubprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/51 file grabber/
H A Dprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/51 file grabber/subdir/
H A Dsubprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()
/dports/devel/meson/meson-0.60.3/test cases/common/48 file grabber/subdir/
H A Dsubprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()
/dports/devel/meson/meson-0.60.3/test cases/common/48 file grabber/
H A Dprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/51 file grabber/subdir/
H A Dsubprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/51 file grabber/
H A Dprog.c2 int funcb(void);
6 return funca() + funcb() + funcc(); in main()

123456