Home
last modified time | relevance | path

Searched defs:atEnd (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h107 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
H A DValue.h187 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h434 bool atEnd() const { return Data == DataEnd; } atEnd() function
584 bool atEnd() const override { atEnd() function
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h202 bool atEnd() const noexcept { return State_ == PS_AtEnd; } in atEnd() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1084 bool atEnd() const { return Op == nullptr; } atEnd() function
1192 bool atEnd() const { return Op == nullptr; } atEnd() function
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2298 CurParsedObjCImpl->finish(atEnd); in ParseObjCAtEndDeclaration() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1101 setAtEndRange(SourceRange atEnd) setAtEndRange() argument