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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h264 std::integral_constant<bool, 0 == sizeof...(Ts)> atEnd; local
282 std::integral_constant<bool, 0 == sizeof...(Ts)> atEnd; local
H A DImmutableSet.h682 bool atEnd() const { return stack.empty(); } function in class:llvm::ImutAVLTreeGenericIterator
/freebsd-13-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.h176 bool atEnd() const { return *this == user_iterator_impl(); } function in class:llvm::Value::user_iterator_impl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h259 bool atEnd() const { return Data == DataEnd; } function in class:llvm::RawInstrProfReader
/freebsd-13-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.h777 bool atEnd() const { return Op == nullptr; } function in class:llvm::SDNode::use_iterator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2229 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1115 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } argument

Completed in 315 milliseconds