Home
last modified time | relevance | path

Searched refs:retval6 (Results 1 – 25 of 37) sorted by relevance

12

/dports/mail/neomutt/neomutt-20211029/test/list/
H A Dmutt_list_str_split.c84 struct ListHead retval6 = STAILQ_HEAD_INITIALIZER(retval6); in test_mutt_list_str_split() local
91 size_t count6 = mutt_list_str_split(&retval6, other_sep, ','); in test_mutt_list_str_split()
130 if (!TEST_CHECK(mutt_list_compare(&expectedval6, &retval6)) || (count6 != 2)) in test_mutt_list_str_split()
131 print_compared_list(expectedval6, retval6); in test_mutt_list_str_split()
138 mutt_list_free(&retval6); in test_mutt_list_str_split()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll34 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
35 ret i32 %retval6
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll34 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
35 ret i32 %retval6
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll35 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
36 ret i32 %retval6
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll30 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
31 ret i32 %retval6
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A D2007-09-08-unaligned.ll49 %retval6 = load i32, i32* %retval ; <i32> [#uses=1]
50 ret i32 %retval6
/dports/irc/epic5/epic5-2.1.6/source/
H A Dircaux.c3816 char *retval4 = NULL, *retval6 = NULL, *retval = NULL; in switch_hostname() local
3903 malloc_sprintf(&retval6, "IPv6 vhost not changed because (%s)", in switch_hostname()
3908 malloc_sprintf(&retval6, "IPv6 vhost changed to [%s]", in switch_hostname()
3911 malloc_sprintf(&retval6, "IPv6 vhost unchanged from [%s]", in switch_hostname()
3915 malloc_sprintf(&retval6, "IPv6 vhost unset"); in switch_hostname()
3918 if (retval6) in switch_hostname()
3919 malloc_sprintf(&retval, "%s, %s", retval4, retval6); in switch_hostname()
3926 new_free(&retval6); in switch_hostname()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2079 "retval5, retval6), "),
2083 "retval5, retval6, retval7), "),
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2079 "retval5, retval6), "),
2083 "retval5, retval6, retval7), "),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2083 "retval5, retval6), "),
2087 "retval5, retval6, retval7), "),
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2083 "retval5, retval6), "),
2087 "retval5, retval6, retval7), "),
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2079 "retval5, retval6), "),
2083 "retval5, retval6, retval7), "),
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2079 "retval5, retval6), "),
2083 "retval5, retval6, retval7), "),
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2083 "retval5, retval6), "),
2087 "retval5, retval6, retval7), "),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2079 "retval5, retval6), "),
2083 "retval5, retval6, retval7), "),

12