Home
last modified time | relevance | path

Searched refs:comments_string (Results 1 – 12 of 12) sorted by relevance

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/
H A Dscf.pm994 my $comments_string = '';
998 $comments_string .= "$key=$comments{$key}\n";
1000 $comments_string .= "\n\0";
1001 my $length = CORE::length($comments_string);
1003 $returner->{string} = $comments_string;
1004 $returner->{binary} = pack "A$length",$comments_string;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
981 std::string &comments_string) { in PrintMCInst() argument
983 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
994 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
995 comments_string.npos; in PrintMCInst()
997 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
998 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
980 std::string &comments_string) { in PrintMCInst() argument
982 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
993 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
994 comments_string.npos; in PrintMCInst()
996 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
997 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
980 std::string &comments_string) { in PrintMCInst() argument
982 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
993 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
994 comments_string.npos; in PrintMCInst()
996 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
997 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
981 std::string &comments_string) { in PrintMCInst() argument
983 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
994 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
995 comments_string.npos; in PrintMCInst()
997 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
998 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
981 std::string &comments_string) { in PrintMCInst() argument
983 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
994 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
995 comments_string.npos; in PrintMCInst()
997 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
998 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
980 std::string &comments_string) { in PrintMCInst() argument
982 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
993 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
994 comments_string.npos; in PrintMCInst()
996 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
997 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
980 std::string &comments_string) { in PrintMCInst() argument
982 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
993 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
994 comments_string.npos; in PrintMCInst()
996 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
997 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
981 std::string &comments_string) {
983 llvm::raw_string_ostream comments_stream(comments_string);
994 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) !=
995 comments_string.npos;
997 comments_string.replace(comments_string.begin() + newline_pos,
998 comments_string.begin() + newline_pos + 1, 1, ' ');
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp59 std::string &comments_string);
999 std::string &comments_string) { in PrintMCInst() argument
1001 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
1012 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
1013 comments_string.npos; in PrintMCInst()
1015 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
1016 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp57 std::string &comments_string);
1032 std::string &comments_string) { in PrintMCInst() argument
1034 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
1045 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
1046 comments_string.npos; in PrintMCInst()
1048 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
1049 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/json/
H A Dparsing_tests.cpp425 TEST(comments_string)