Home
last modified time | relevance | path

Searched defs:IsAtEnd (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h439 bool IsAtEnd = false; variable
496 bool IsAtEnd = false; variable
/external/llvm/include/llvm/Support/
DYAMLParser.h420 bool IsAtEnd; variable
478 bool IsAtEnd; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h438 bool IsAtEnd = false; variable
495 bool IsAtEnd = false; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h423 bool IsAtEnd; variable
481 bool IsAtEnd; variable
/external/libchrome/base/
Dvalues.h563 bool IsAtEnd() const { return it_ == target_.dict_.end(); } in IsAtEnd() function
/external/llvm-project/flang/include/flang/Parser/
Dparse-state.h167 bool IsAtEnd() const { return p_ >= limit_; } in IsAtEnd() function
/external/libchrome/base/containers/
Did_map.h170 bool IsAtEnd() const { in IsAtEnd() function
/external/llvm-project/flang/lib/Parser/
Dprescan.h67 bool IsAtEnd() const { return nextLine_ >= limit_; } in IsAtEnd() function
/external/llvm-project/clang/include/clang/Sema/
DSemaInternal.h257 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator()
/external/clang/include/clang/Sema/
DSemaInternal.h270 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs1026 public bool IsAtEnd property in Google.Protobuf.CodedInputStream
/external/webrtc/modules/desktop_capture/
Ddesktop_region.cc514 bool DesktopRegion::Iterator::IsAtEnd() const { in IsAtEnd() function in webrtc::DesktopRegion::Iterator
/external/llvm-project/clang/lib/Lex/
DTokenLexer.cpp754 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local
/external/llvm-project/flang/lib/Semantics/
Ddata-to-inits.cpp34 bool IsAtEnd() const { return at_ == end_; } in IsAtEnd() function in Fortran::semantics::ValueListIterator
/external/libchrome/components/policy/core/common/
Dschema.cc783 bool Schema::Iterator::IsAtEnd() const { in IsAtEnd() function in policy::Schema::Iterator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp333 iterator(const IndexBitcodeWriter &Writer, bool IsAtEnd) : Writer(Writer) { in iterator()