Home
last modified time | relevance | path

Searched defs:SkipBlanks (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DLineIterator.cpp34 line_iterator::line_iterator(const MemoryBuffer &Buffer, bool SkipBlanks, in line_iterator()
38 line_iterator::line_iterator(const MemoryBufferRef &Buffer, bool SkipBlanks, in line_iterator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLineIterator.h35 bool SkipBlanks = true; variable
/external/llvm-project/llvm/include/llvm/Support/
DLineIterator.h37 bool SkipBlanks = true; variable
/external/llvm/include/llvm/Support/
DLineIterator.h36 bool SkipBlanks; variable
/external/llvm/lib/Support/
DLineIterator.cpp35 line_iterator::line_iterator(const MemoryBuffer &Buffer, bool SkipBlanks, in line_iterator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLineIterator.cpp34 line_iterator::line_iterator(const MemoryBuffer &Buffer, bool SkipBlanks, in line_iterator()
/external/llvm-project/flang/runtime/
Dformat.h116 void SkipBlanks() { in SkipBlanks() function
/external/llvm-project/flang/lib/Parser/
Dtoken-sequence.cpp50 std::size_t TokenSequence::SkipBlanks(std::size_t at) const { in SkipBlanks() function in Fortran::parser::TokenSequence