Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h438 bool atEnd() const { return Data == DataEnd; } in atEnd() function
590 bool atEnd() const override { in atEnd() function
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h202 bool atEnd() const noexcept { return State_ == PS_AtEnd; } in atEnd() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1092 bool atEnd() const { return Op == nullptr; } in atEnd() function
1200 bool atEnd() const { return Op == nullptr; } in atEnd() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2293 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1104 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1547 auto atEnd = [](const CurrentAndEndIt &Pair) { in hoistLockstepIdenticalDbgVariableRecords() local