Home
last modified time | relevance | path

Searched defs:HasAtLeast (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp64 bool StringLexer::HasAtLeast(Size s) { in HasAtLeast() function in StringLexer
/llvm-project/lldb/unittests/Utility/
H A DStringLexerTest.cpp24 TEST(StringLexerTest, HasAtLeast) { in TEST() argument