Searched refs:isEnd (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp36 if (isEnd() && R.isEnd())
40 if (isEnd() != R.isEnd())
51 assert(!isEnd());
52 assert(!R.isEnd());
76 if (isEnd() && R.isEnd())
79 assert(!R.isEnd());
86 if (isEnd()) {
132 bool DbiModuleSourceFilesIterator::isEnd() const { function in class:DbiModuleSourceFilesIterator
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dfallible_iterator.h166 if (LHS.isEnd() && RHS.isEnd())
177 if (LHS.isEnd())
200 bool isEnd() const { return getErrPtr() == nullptr; } function in class:llvm::fallible_iterator
H A DSparseMultiSet.h238 bool isEnd() const { function in class:llvm::SparseMultiSet::iterator_base
268 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
283 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
287 if (isEnd())
295 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
H A Dilist_iterator.h175 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; } function in class:llvm::ilist_iterator
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp447 bool E = isEnd();
448 bool RE = R.isEnd();
458 assert(!isEnd());
462 assert(!isEnd());
467 assert(Value.File && !isEnd());
469 if (isEnd())
485 assert(!isEnd());
498 bool SymbolGroupIterator::isEnd() const { function in class:SymbolGroupIterator
H A DInputFile.h145 bool isEnd() const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp52 bool isEnd() const { function in class:clang::comments::TextTokenRetokenizer
58 assert(!isEnd());
73 assert(!isEnd());
79 assert(!isEnd());
84 if (isEnd() && !addToken())
87 assert(!isEnd());
122 while (!isEnd()) {
154 if (isEnd())
163 while (!isEnd()) {
187 if (isEnd())
[all...]
H A DASTDiagnostic.cpp953 if (isEnd()) return;
974 /// isEnd - Returns true if the iterator is one past the end.
975 bool isEnd() const { function in struct:__anon296::TemplateDiff::TSTiterator::InternalIterator
983 if (isEnd()) {
1019 assert(!isEnd() && "Index exceeds number of arguments.");
1062 /// isEnd - Returns true if no more TemplateArguments are available.
1063 bool isEnd() const { function in class:__anon296::TemplateDiff::TSTiterator
1064 return SugaredIterator.isEnd();
1070 return DesugaredIterator.isValid() && !DesugaredIterator.isEnd();
1137 bool FromDefault = FromIter.isEnd()
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h59 bool isEnd() const;
H A DHashTable.h94 bool isEnd() const { return IsEnd; } function in class:llvm::pdb::HashTableIterator
290 assert(Entry.isEnd());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h54 if (!I.isEnd())
62 if (!I.isEnd())
133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d292 @property bool isEnd() const { return isEndIR(code); }
347 assert(isStart || isEnd);
354 assert(isStart || isEnd);
H A Dparser.d100 else if (code[pc].isStart || code[pc].isEnd)
1670 else if (ir[i].isEnd)
1735 if (ir[pc].isStart || ir[pc].isEnd)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d111 else if (code[pc].isStart || code[pc].isEnd)
1134 else if (ir[i].isEnd)
1199 if (ir[pc].isStart || ir[pc].isEnd)
H A Dir.d286 @property bool isEnd() const { return isEndIR(code); }
341 assert(isStart || isEnd);
348 assert(isStart || isEnd);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d1179 return (isEnd) ? toEndString() : toStartString();
1216 * if (tag.isEnd) { }
1219 @property bool isEnd() @safe @nogc pure nothrow { return type == TagType.END; }
2064 else if (tag_.isEnd)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d1187 return (isEnd) ? toEndString() : toStartString();
1224 * if (tag.isEnd) { }
1227 @property bool isEnd() @safe @nogc pure nothrow { return type == TagType.END; }
2073 else if (tag_.isEnd)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h802 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { argument
803 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());

Completed in 240 milliseconds