Searched defs:atEnd (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DConstantsScanner.h80 inline bool atEnd() const { return InstI.atEnd(); } function in class:llvm::constant_iterator
/freebsd-10.0-release/contrib/bmake/lst.lib/
H A DlstInt.h73 Where atEnd; /* Where in the list the last access was */ member in struct:List
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
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.h191 bool atEnd() const { return U == 0; } function in class:llvm::value_use_iterator
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h544 bool atEnd() const { return Op == 0; } function in class:llvm::MachineRegisterInfo::defusechain_iterator
H A DSelectionDAGNodes.h447 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
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1597 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h571 void setAtEndRange(SourceRange atEnd) { argument

Completed in 130 milliseconds