Home
last modified time | relevance | path

Searched refs:HasAtLeast (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp40 while (type.HasAtLeast(1) && type.Peek() != '=') in ReadStructName()
47 if (!type.HasAtLeast(1)) in ReadQuotedString()
53 if (!type.HasAtLeast(1)) in ReadQuotedString()
61 while (type.HasAtLeast(1) && isdigit(type.Peek())) in ReadNumber()
119 while (in_union && type.HasAtLeast(1)) { in BuildAggregate()
213 if (type.HasAtLeast(1)) { in BuildObjCObjectPointerType()
270 if (!type.HasAtLeast(1)) in BuildType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringLexer.h38 bool HasAtLeast(Size s);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp64 bool StringLexer::HasAtLeast(Size s) { in HasAtLeast() function in StringLexer