Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp106 line_extractor.SkipSpaces(); // Skip the separator in ParseMemoryRegionInfoFromProcMapsLine()
111 line_extractor.SkipSpaces(); // Skip the separator in ParseMemoryRegionInfoFromProcMapsLine()
114 line_extractor.SkipSpaces(); in ParseMemoryRegionInfoFromProcMapsLine()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc42 static const char* SkipSpaces(const char* str) { in SkipSpaces() function
50 src = SkipSpaces(src); in SplitIntoTestNames()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DStdStringExtractor.cpp52 SkipSpaces(); in DecodeHexU8()
151 SkipSpaces(); in GetHexMaxU32()
202 SkipSpaces(); in GetHexMaxU64()
339 void StdStringExtractor::SkipSpaces() { in SkipSpaces() function in StdStringExtractor
H A DStdStringExtractor.h39 void SkipSpaces();
H A DJSON.cpp231 SkipSpaces(); in GetToken()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringExtractor.cpp59 SkipSpaces(); in DecodeHexU8()
158 SkipSpaces(); in GetHexMaxU32()
209 SkipSpaces(); in GetHexMaxU64()
365 void StringExtractor::SkipSpaces() { in SkipSpaces() function in StringExtractor
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp127 SkipSpaces(); in Statement()
160 SkipSpaces(); in Statement()
443 void Prescanner::SkipSpaces() { in SkipSpaces() function in Fortran::parser::Prescanner
490 SkipSpaces(); in NextToken()
506 SkipSpaces(); in NextToken()
548 SkipSpaces(); in NextToken()
686 SkipSpaces(); in QuotedCharacterLiteral()
H A Dprescan.h159 void SkipSpaces();
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringExtractor.h46 void SkipSpaces();
/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.cpp107 io.SkipSpaces(remaining); in ScanNumericPrefix()
287 io.SkipSpaces(remaining); in ScanRealInput()
H A Dio-stmt.h146 SkipSpaces(remaining); in PrepareInput()
151 std::optional<char32_t> SkipSpaces(std::optional<int> &remaining) { in SkipSpaces() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3698 packet.SkipSpaces(); in Handle_QPassSignals()