Home
last modified time | relevance | path

Searched defs:isEnd (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
H A DSourceMgr.h75 bool isEnd() const override { return !hasNext(); } in isEnd() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
H A DSparseMultiSet.h238 bool isEnd() const { in isEnd() function
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp133 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
H A DInputFile.cpp544 bool SymbolGroupIterator::isEnd() const { in isEnd() function in SymbolGroupIterator
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h90 bool isEnd() const { return IsEnd; } in isEnd() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp52 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
H A DASTDiagnostic.cpp1007 bool isEnd() const { in isEnd() function
1095 bool isEnd() const { in isEnd() function in __anon5986394b0111::TemplateDiff::TSTiterator
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h816 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()