Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h392 bool atEnd() const { return Data == DataEnd; } in atEnd() function
538 bool atEnd() const override { in atEnd() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1084 bool atEnd() const { return Op == nullptr; } in atEnd() function
1192 bool atEnd() const { return Op == nullptr; } in atEnd() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2285 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp246 bool atEnd() const noexcept { in atEnd() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1098 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()