Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h107 inline bool atEnd() const { return BB == BBs->end(); } atEnd() function
H A DValue.h187 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h438 bool atEnd() const { return Data == DataEnd; } atEnd() function
590 bool atEnd() const override { atEnd() function
/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h202 bool atEnd() const noexcept { return State_ == PS_AtEnd; } in atEnd() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1092 bool atEnd() const { return Op == nullptr; } atEnd() function
1200 bool atEnd() const { return Op == nullptr; } atEnd() function
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2293 ParseObjCAtEndDeclaration(SourceRange atEnd) ParseObjCAtEndDeclaration() argument
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1104 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange() argument
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp7050 bool atEnd = pathIsEmpty(components); genarr() local
7088 bool atEnd = pathIsEmpty(components); genarr() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1547 auto atEnd = [](const CurrentAndEndIt &Pair) { hoistLockstepIdenticalDbgVariableRecords() local