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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstIterator.h107 inline bool atEnd() const { return BB == BBs->end(); } function in class:llvm::InstIterator
H A DValue.h188 bool atEnd() const { return *this == user_iterator_impl(); } function in class:llvm::Value::user_iterator_impl
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMapInfo.h266 std::integral_constant<bool, 0 == sizeof...(Ts)> atEnd; local
284 std::integral_constant<bool, 0 == sizeof...(Ts)> atEnd; local
H A DImmutableSet.h685 bool atEnd() const { return stack.empty(); } function in class:llvm::ImutAVLTreeGenericIterator
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h279 bool atEnd() const { return Data == DataEnd; } function in class:llvm::RawInstrProfReader
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1043 bool atEnd() const { return Op == nullptr; } function in class:llvm::MachineRegisterInfo::defusechain_iterator
1151 bool atEnd() const { return Op == nullptr; } function in class:llvm::MachineRegisterInfo::defusechain_instr_iterator
H A DSelectionDAGNodes.h744 bool atEnd() const { return Op == nullptr; } function in class:llvm::SDNode::use_iterator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2232 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1100 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } argument

Completed in 237 milliseconds