Home
last modified time | relevance | path

Searched refs:source_string (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp182 std::string source_string("to be or not to be"); in string_view_test() local
183 std::string_view to_be(source_string); in string_view_test()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp148 std::string source_string(lines.CopyList()); in IOHandlerIsInputComplete() local
149 return SourceIsComplete(source_string); in IOHandlerIsInputComplete()