Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp37 while (type.HasAtLeast(1) && type.Peek() != '=') in ReadStructName()
44 while (type.HasAtLeast(1) && type.Peek() != '"') in ReadQuotedString()
54 while (type.HasAtLeast(1) && isdigit(type.Peek())) in ReadNumber()
110 while (in_union && type.HasAtLeast(1)) { in BuildAggregate()
201 if (type.HasAtLeast(1)) { in BuildObjCObjectPointerType()
258 if (!type.HasAtLeast(1)) in BuildType()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DStringLexer.h38 bool HasAtLeast(Size s);
/openbsd/src/gnu/llvm/lldb/source/Utility/
DStringLexer.cpp64 bool StringLexer::HasAtLeast(Size s) { in HasAtLeast() function in StringLexer