| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 399 bool AtEnd; variable 403 : Die(It.Die), AtEnd(!It.Die.getPreviousSibling()) { in reverse_iterator() 404 if (!AtEnd) in reverse_iterator() 409 return llvm::DWARFDie::iterator(AtEnd ? Die : Die.getSibling()); in base() 413 assert(!AtEnd && "Incrementing rend"); 418 AtEnd = true; 423 if (AtEnd) { 424 AtEnd = false; 441 return Die == RHS.Die && AtEnd == RHS.AtEnd; in equals()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 321 bool AtEnd; 339 if (AtEnd) in AdvanceToFirstNonZero() 342 AtEnd = true; in AdvanceToFirstNonZero() 356 if (AtEnd) in AdvanceToNextNonZero() 374 AtEnd = true; in AdvanceToNextNonZero() 403 AtEnd = end; in BitVector() 429 if (AtEnd && RHS.AtEnd) 433 return AtEnd == RHS.AtEnd && RHS.BitNumber == BitNumber;
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util-generated.h.pump | 151 assert(!AtEnd()); 177 // so we have to consult AtEnd(). 178 return (AtEnd() && typed_other->AtEnd()) || 197 if (!AtEnd()) 200 bool AtEnd() const {
|
| H A D | gtest-param-util-generated.h | 3631 return (AtEnd() && typed_other->AtEnd()) || in Equals() 3650 if (!AtEnd()) in ComputeCurrentValue() 3754 return (AtEnd() && typed_other->AtEnd()) || in Equals() 3777 if (!AtEnd()) in ComputeCurrentValue() 3895 return (AtEnd() && typed_other->AtEnd()) || in Equals() 4053 return (AtEnd() && typed_other->AtEnd()) || in Equals() 4230 return (AtEnd() && typed_other->AtEnd()) || in Equals() 4424 return (AtEnd() && typed_other->AtEnd()) || in Equals() 4637 return (AtEnd() && typed_other->AtEnd()) || in Equals() 4866 return (AtEnd() && typed_other->AtEnd()) || in Equals() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 600 SourceRange AtEnd; in ParseObjCInterfaceDeclList() local 665 AtEnd.setBegin(AtLoc); in ParseObjCInterfaceDeclList() 666 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList() 780 AtEnd.setBegin(Tok.getLocation()); in ParseObjCInterfaceDeclList() 781 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList() 786 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); in ParseObjCInterfaceDeclList() 2233 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish() argument 2235 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl, AtEnd.getBegin()); in finish() 2240 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd); in finish()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 263 Replacement AtEnd(R.getFilePath(), R.getOffset() + R.getLength(), 0, ""); in add() local 268 auto I = Replaces.lower_bound(AtEnd); in add()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1836 SourceLocation AtEnd) { in DefaultSynthesizeProperties() argument 1886 Diag(AtEnd, diag::note_add_synthesize_directive) in DefaultSynthesizeProperties() 1887 << FixItHint::CreateInsertion(AtEnd, FixIt); in DefaultSynthesizeProperties() 1928 SourceLocation AtEnd) { in DefaultSynthesizeProperties() argument 1936 DefaultSynthesizeProperties(S, IC, IDecl, AtEnd); in DefaultSynthesizeProperties()
|
| H A D | SemaDeclObjC.cpp | 3879 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods, in ActOnAtEnd() argument 3884 assert(AtEnd.isValid() && "Invalid location for '@end'"); in ActOnAtEnd() 3971 CDecl->setAtEndRange(AtEnd); in ActOnAtEnd() 3974 IC->setAtEndRange(AtEnd); in ActOnAtEnd() 4060 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 975 SourceRange AtEnd; variable 1122 SourceRange getAtEndRange() const { return AtEnd; } in getAtEndRange() 1124 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1539 void finish(SourceRange AtEnd);
|
| /freebsd-12.1/contrib/gcclibs/libiberty/testsuite/ |
| H A D | demangle-expected | 35 ivRubberGroup::AtEnd(void) 36 ivRubberGroup::AtEnd
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 3465 SourceLocation AtEnd); 3466 void DefaultSynthesizeProperties(Scope *S, Decl *D, SourceLocation AtEnd); 8137 Decl *ActOnAtEnd(Scope *S, SourceRange AtEnd,
|