/external/llvm/include/llvm/ADT/ |
D | ImmutableIntervalMap.h | 30 int64_t getEnd() const { return End; } in getEnd() function 51 return L.getStart() == R.getStart() && L.getEnd() == R.getEnd(); in isEqual() 61 assert(L.getEnd() < R.getStart()); in isLess() 64 assert(L.getEnd() == R.getEnd()); in isLess() 67 assert(L.getStart() > R.getEnd()); in isLess() 73 if (K.getStart() >= L.getStart() && K.getEnd() <= L.getEnd()) in isContainedIn() 81 ID.AddInteger(V.first.getEnd()); in Profile() 158 if (CurrentK.getStart() > K.getEnd()) in removeOverlap() 161 else if (CurrentK.getEnd() < K.getStart()) in removeOverlap() 172 if (CurrentK.getEnd() <= K.getEnd()) { in removeOverlap() [all …]
|
/external/clang/lib/Rewrite/Core/ |
D | Rewriter.cpp | 127 !isRewritable(Range.getEnd())) return -1; in getRangeSize() 133 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID); in getRangeSize() 152 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRangeSize() 170 !isRewritable(Range.getEnd())) in getRewrittenText() 176 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID); in getRewrittenText() 191 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRewrittenText() 201 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRewrittenText() 315 if (!isRewritable(range.getEnd())) return true; in ReplaceText() 357 if (!isRewritable(range.getEnd())) return true; in IncreaseIndentation() 364 EndOff = getLocationOffsetAndFileID(range.getEnd(), EndFileID); in IncreaseIndentation()
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 74 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) { in RawComment() 107 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Range.getEnd()); in getEndLine() 122 SourceMgr.getDecomposedLoc(Range.getEnd()); in getRawTextSlow() 233 PrevCommentEndLoc = RC.getSourceRange().getEnd(); in addComment() 260 C2.getSourceRange().getEnd()); in addComment()
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 104 commitableAfter = insertAfterToken(range.getEnd(), after); in insertWrap() 106 commitableAfter = insert(range.getEnd(), after); in insertWrap() 155 addRemove(replacementRange.getEnd(), in replaceWithInner() 302 if (range.getBegin().isMacroID() || range.getEnd().isMacroID()) in canRemoveRange() 305 SM.isInSystemHeader(range.getEnd())) in canRemoveRange() 312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange()
|
D | RewriteObjCFoundationAPI.cpp | 196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon() 248 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()), in rewriteToArraySubscriptSet() 284 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()), in rewriteToDictionarySubscriptSet() 518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral() 545 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral() 546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral() 589 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral() 590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral() 688 literalRange.getEnd().isMacroID()) in getLiteralInfo() 863 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); in rewriteToNumberLiteral()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 149 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound() 169 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in renderMemorySnippet() 190 if (InRange && InRange->getEnd().getMemoryLocation() == P) in renderMemorySnippet() 207 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in renderMemorySnippet()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | BlockAddresses.java | 108 public CodeAddress getEnd(BasicBlock block) { in getEnd() method in BlockAddresses 119 public CodeAddress getEnd(int label) { in getEnd() method in BlockAddresses
|
/external/clang/lib/Format/ |
D | WhitespaceManager.cpp | 96 Changes[i - 1].OriginalWhitespaceRange.getEnd()); in calculateLineBreakInformation() 140 Changes[i].OriginalWhitespaceRange.getEnd()) == in alignTrailingComments() 142 Changes[i + 1].OriginalWhitespaceRange.getEnd())) && in alignTrailingComments() 241 unsigned WhitespaceLength = SourceMgr.getFileOffset(Range.getEnd()) - in storeReplacement()
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | ByteArrayAnnotatedOutput.java | 378 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() 457 } else if (last.getEnd() > cursor) { in finishAnnotating() 496 end = a.getEnd(); in writeAnnotationsTo() 619 public int getEnd() { in getEnd() method in ByteArrayAnnotatedOutput.Annotation
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 131 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in getPreprocessedEntitiesInRangeSlow() 163 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in findLocalPreprocessedEntitiesInRange() 166 unsigned End = findEndLocalPreprocessedEntity(Range.getEnd()); in findLocalPreprocessedEntitiesInRange() 221 if (SourceMgr.isBeforeInTranslationUnit((*I)->getSourceRange().getEnd(), in findBeginLocalPreprocessedEntity() 469 EndLoc = FilenameRange.getEnd(); in InclusionDirective()
|
D | PPConditionalDirectiveRecord.cpp | 35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc())) in rangeIntersectsConditionalDirective() 40 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr)); in rangeIntersectsConditionalDirective()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
D | ByteArrayAnnotatedOutput.java | 412 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() 491 } else if (last.getEnd() > cursor) { in finishAnnotating() 535 end = a.getEnd(); in writeAnnotationsTo() 661 public int getEnd() { in getEnd() method in ByteArrayAnnotatedOutput.Annotation
|
D | ByteArrayOutput.java | 379 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() 458 } else if (last.getEnd() > cursor) { in finishAnnotating() 565 public int getEnd() { in getEnd() method in ByteArrayOutput.Annotation
|
/external/skia/src/xml/ |
D | SkXMLWriter.cpp | 72 SkXMLWriter::Elem* SkXMLWriter::getEnd() in getEnd() function in SkXMLWriter 225 Elem* elem = getEnd(); in onEndElement() 284 Elem* elem = this->getEnd(); in onEndElement()
|
/external/chromium_org/third_party/skia/src/xml/ |
D | SkXMLWriter.cpp | 72 SkXMLWriter::Elem* SkXMLWriter::getEnd() in getEnd() function in SkXMLWriter 225 Elem* elem = getEnd(); in onEndElement() 284 Elem* elem = this->getEnd(); in onEndElement()
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 201 SourceLocation getEnd() const { return E; } in getEnd() function 254 SourceLocation getEnd() const { return Range.getEnd(); } in getEnd() function
|
/external/llvm/lib/IR/ |
D | Dominators.cpp | 172 const BasicBlock *End = BBE.getEnd(); in dominates() 223 if (PN && PN->getParent() == BBE.getEnd() && in dominates()
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() 409 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd()); in canRemoveRange() 473 if (replacementRange.getEnd() != range.getEnd()) in commitReplace() 475 getLocForEndOfToken(replacementRange.getEnd(), in commitReplace() 477 range.getEnd())); in commitReplace()
|
D | PlistReporter.cpp | 72 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, R.isTokenRange()); in EmitRange() 114 AddFID(FM, Fids, SM, RI->getEnd()); in writeARCDiagsToPlist()
|
D | TransProtectedScope.cpp | 176 Pass.TA.insert(info.Range.getEnd(), "}\n"); in tryFixing() 194 SM.isBeforeInTranslationUnit(Loc, R.getEnd()); in isInRange()
|
D | TransRetainReleaseDealloc.cpp | 149 Pass.TA.insertAfterToken(RecRange.getEnd(), str); in VisitObjCMessageExpr() 390 if (SM.isMacroArgExpansion(RecRange.getEnd())) in checkForGCDOrXPC() 391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
|
D | TransUnusedInitDelegate.cpp | 62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr); in VisitObjCMessageExpr()
|
/external/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 274 return getSourceRange().getEnd(); in getEndLoc() 286 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
|
/external/clang/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag); in HighlightRange()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | CatchStructs.java | 204 int end = one.getEnd(); in writeTo() 250 + ".." + Hex.u2or4(entry.getEnd()); in annotateEntries()
|