Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp133 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
H A DInputFile.cpp545 bool SymbolGroupIterator::isEnd() const { in isEnd() function in SymbolGroupIterator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h90 bool isEnd() const { return IsEnd; } in isEnd() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp52 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
H A DASTDiagnostic.cpp1008 bool isEnd() const { in isEnd() function
1096 bool isEnd() const { in isEnd() function in __anon7f70efc60111::TemplateDiff::TSTiterator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h788 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h280 bool isEnd() const { return Offset == EndMarker; } in isEnd() function