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

/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstInt.h73 Where atEnd; /* Where in the list the last access was */ member in struct:List
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h107 inline bool atEnd() const { return BB == BBs->end(); } function in class:llvm::InstIterator
H A DValue.h178 bool atEnd() const { return *this == user_iterator_impl(); } function in class:llvm::Value::user_iterator_impl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h259 bool atEnd() const { return Data == DataEnd; } function in class:llvm::RawInstrProfReader
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h675 bool atEnd() const { return stack.empty(); } function in class:llvm::ImutAVLTreeGenericIterator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1023 bool atEnd() const { return Op == nullptr; } function in class:llvm::MachineRegisterInfo::defusechain_iterator
1129 bool atEnd() const { return Op == nullptr; } function in class:llvm::MachineRegisterInfo::defusechain_instr_iterator
H A DSelectionDAGNodes.h786 bool atEnd() const { return Op == nullptr; } function in class:llvm::SDNode::use_iterator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2228 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1138 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } argument

Completed in 161 milliseconds