Home
last modified time | relevance | path

Searched refs:IsAtEnd (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp2207 IsAtEnd = true; in increment()
2214 IsAtEnd = true; in increment()
2227 IsAtEnd = true; in increment()
2234 IsAtEnd = true; in increment()
2248 IsAtEnd = true; in increment()
2255 IsAtEnd = true; in increment()
2263 IsAtEnd = true; in increment()
2276 IsAtEnd = true; in increment()
2282 IsAtEnd = true; in increment()
2290 IsAtEnd = true; in increment()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h400 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
448 bool IsAtEnd = false; variable
505 bool IsAtEnd = false; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h257 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator() argument
260 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) { in iterator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp754 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local
763 assert(!IsAtEnd() && "No token on the RHS of a paste operator!"); in pasteTokens()
891 } while (!IsAtEnd() && TokenStream[CurIdx].is(tok::hashhash)); in pasteTokens()
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dbuffer.cc233 if (IsAtEnd ()) in Lex()
H A Dserver.cc98 while (!read.IsAtEnd ()) in ProcessRequests()
H A Dclient.cc127 if (isLast && !read.IsAtEnd ()) in ProcessResponse()
H A Dcody.hh162 bool IsAtEnd () const in IsAtEnd() function in Cody::Detail::MessageBuffer