Searched refs:atEnd (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/bmake/lst.lib/
H A DlstIsAtEnd.c85 (list->atEnd == Head) || (list->atEnd == Tail));
H A DlstNext.c89 if (list->atEnd == Unknown) {
91 * If we're just starting out, atEnd will be Unknown.
93 * direction -- at the start with atEnd being Middle.
96 list->atEnd = Middle;
99 list->atEnd = Tail;
109 list->atEnd = Tail;
114 list->atEnd = Middle;
H A DlstClose.c83 list->atEnd = Unknown;
H A DlstOpen.c82 (l)->atEnd = LstIsEmpty (l) ? Head : Unknown;
H A DlstInit.c82 nList->atEnd = Unknown;
H A DlstInt.h73 Where atEnd; /* Where in the list the last access was */ member in struct:List
H A DlstRemove.c111 list->atEnd = Unknown;
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DConstantsScanner.h33 assert(!InstI.atEnd() && OpIdx < InstI->getNumOperands() &&
71 } while (!InstI.atEnd());
80 inline bool atEnd() const { return InstI.atEnd(); } function in class:llvm::constant_iterator
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCFG.h38 while (!It.atEnd() && !isa<TerminatorInst>(*It))
56 assert(!It.atEnd() && "pred_iterator out of range!");
62 assert(!It.atEnd() && "pred_iterator out of range!");
H A DInstIterator.h105 inline bool atEnd() const { return BB == BBs->end(); } function in class:llvm::InstIterator
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DUse.h190 /// atEnd - return true if this iterator is equal to use_end() on the value.
191 bool atEnd() const { return U == 0; } function in class:llvm::value_use_iterator
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp296 assert((I.atEnd() || llvm::next(I) == def_end()) &&
298 return !I.atEnd() ? &*I : 0;
H A DMachineTraceMetrics.cpp629 assert(!DefI.atEnd() && "Register has no defs");
632 assert((++DefI).atEnd() && "Register has multiple defs");
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h543 /// atEnd - return true if this iterator is equal to reg_end() on the value.
544 bool atEnd() const { return Op == 0; } function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h446 /// atEnd - return true if this iterator is at the end of uses list.
447 bool atEnd() const { return Op == 0; } function in class:llvm::SDNode::use_iterator
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h675 bool atEnd() const { return stack.empty(); } function in class:llvm::ImutAVLTreeGenericIterator
787 while (!InternalItr.atEnd() &&
804 while (!InternalItr.atEnd() &&
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1597 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { argument
1602 CurParsedObjCImpl->finish(atEnd);
1605 Diag(atEnd.getBegin(), diag::err_expected_objc_container);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h571 void setAtEndRange(SourceRange atEnd) { argument
572 AtEnd = atEnd;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1181 DeclGroupPtrTy ParseObjCAtEndDeclaration(SourceRange atEnd);

Completed in 282 milliseconds