Searched refs:getEnd (Results 1 - 25 of 189) sorted by relevance

12345678

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableIntervalMap.h30 int64_t getEnd() const { return End; } function in class:llvm::Interval
51 return L.getStart() == R.getStart() && L.getEnd() == R.getEnd();
61 assert(L.getEnd() < R.getStart());
64 assert(L.getEnd() == R.getEnd());
67 assert(L.getStart() > R.getEnd());
73 if (K.getStart() >= L.getStart() && K.getEnd() <= L.getEnd())
81 ID.AddInteger(V.first.getEnd());
[all...]
/external/clang/lib/Rewrite/
H A DRewriter.cpp127 !isRewritable(Range.getEnd())) return -1;
133 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
152 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
170 !isRewritable(Range.getEnd()))
176 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
191 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
201 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
315 if (!isRewritable(range.getEnd())) return true;
331 if (!isRewritable(range.getEnd())) return true;
338 EndOff = getLocationOffsetAndFileID(range.getEnd(), EndFileI
[all...]
/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
40 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr));
H A DPreprocessingRecord.cpp129 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
161 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
164 unsigned End = findEndLocalPreprocessedEntity(Range.getEnd());
219 if (SourceMgr.isBeforeInTranslationUnit((*I)->getSourceRange().getEnd(),
471 EndLoc = FilenameRange.getEnd();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DSelection.java22 public int getEnd() { method in class:Selection
52 return getStart() < other.getEnd();
H A DDumbTextComponent.java190 int end = selection.getEnd();
261 end = selection.getEnd();
277 contents.substring(selection.getStart(), selection.getEnd()));
340 end = selection.getEnd();
355 end = selection.getEnd();
434 return selection.getEnd();
473 replaceRange(text, selection.getStart(), selection.getEnd());
574 offset2Point(selection.getEnd(), false, endPoint);
783 if (selection.getEnd() == 0) return;
787 int min = Math.min(8,selection.getEnd());
[all...]
/external/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
/external/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr);
H A DPlistReporter.cpp55 AddFID(FM, Fids, SM, RI->getEnd());
H A DTransProtectedScope.cpp176 Pass.TA.insert(info.Range.getEnd(), "}\n");
194 SM.isBeforeInTranslationUnit(Loc, R.getEnd());
/external/llvm/include/llvm/IR/
H A DDominators.h52 const BasicBlock *getEnd() const { function in class:llvm::BasicBlockEdge
70 BBInfo::getHashValue(Edge.getEnd()));
74 BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());
/external/clang/unittests/Tooling/
H A DFixItTest.cpp130 LocationToString(Hint0.RemoveRange.getEnd(), Context));
139 LocationToString(Hint1.RemoveRange.getEnd(), Context));
151 LocationToString(Hint.RemoveRange.getEnd(), Context));
199 LocationToString(Hint.RemoveRange.getEnd(), Context));
214 LocationToString(Hint.RemoveRange.getEnd(), Context));
/external/clang/lib/Edit/
H A DCommit.cpp104 commitableAfter = insertAfterToken(range.getEnd(), after);
106 commitableAfter = insert(range.getEnd(), after);
155 addRemove(replacementRange.getEnd(),
302 if (range.getBegin().isMacroID() || range.getEnd().isMacroID())
305 SM.isInSystemHeader(range.getEnd()))
312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd());
H A DRewriteObjCFoundationAPI.cpp196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()),
248 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()),
284 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()),
518 commit.insertAfterToken(ValRange.getEnd(), "}");
545 commit.insertAfterToken(KeyRange.getEnd(), ": ");
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
589 commit.insertAfterToken(KeyRange.getEnd(), ": ");
590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
688 literalRange.getEnd().isMacroID())
863 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd();
[all...]
/external/autotest/frontend/client/src/autotest/common/ui/
H A DPaginator.java111 public int getEnd() { method in class:Paginator
163 statusLabel.setText(displayStart + "-" + getEnd() +
/external/clang/lib/Format/
H A DAffectedRangeManager.cpp65 if (!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), I->getBegin()) &&
66 !SourceMgr.isBeforeInTranslationUnit(I->getEnd(), Range.getBegin()))
H A DSortJavaScriptImports.cpp174 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd());
230 return getSourceText(Range.getBegin(), Range.getEnd());
258 SourceLocation SymbolsEnd = Reference.Symbols.back().Range.getEnd();
267 Buffer += getSourceText(SymbolsEnd, Reference.Range.getEnd());
/external/clang/include/clang/Basic/
H A DSourceLocation.h202 SourceLocation getEnd() const { return E; } function in class:clang::SourceLocation::SourceRange
255 SourceLocation getEnd() const { return Range.getEnd(); } function in class:clang::SourceLocation::CharSourceRange
/external/skia/src/xml/
H A DSkXMLWriter.cpp71 SkXMLWriter::Elem* SkXMLWriter::getEnd() { function in class:SkXMLWriter
227 Elem* elem = getEnd();
283 Elem* elem = this->getEnd();
H A DSkXMLWriter.h54 Elem* getEnd();
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc228 if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
256 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
283 if (InRange && InRange->getEnd().getMemoryLocation() == P)
303 if (!InRange || InRange->getEnd().getMemoryLocation() == P)
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp152 SourceLocation getEnd(const Stmt *S) { function in class:__anon1266::CoverageMappingBuilder
228 auto LocEnd = I.getEnd();
326 SourceLocation End = getEnd(Body);
461 size_t Index = pushRegion(TopCount, getStart(S), getEnd(S));
469 MostRecentLocation = getEnd(S);
582 Region.setEndLoc(getEnd(S));
618 handleFileExit(getEnd(S));
680 adjustForOutOfOrderTraversal(getEnd(S));
733 adjustForOutOfOrderTraversal(getEnd(S));
799 getEnd(C
[all...]
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h289 return getSourceRange().getEnd();
301 return getLocalSourceRange().getEnd();
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp232 ValueEntryIterator<Filter> getEnd (Filter filter = Filter()) const;
269 ValueEntryIterator<Filter> VariableManager::getEnd (Filter filter) const function in class:rsg::VariableManager
/external/llvm/lib/IR/
H A DDominators.cpp149 const BasicBlock *End = BBE.getEnd();
200 if (PN && PN->getParent() == BBE.getEnd() &&

Completed in 2525 milliseconds

12345678