Home
last modified time | relevance | path

Searched refs:endLoc (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/chinese/bitchx/bitchx-1.2.1/dll/europa/cse476/
H A Dparse.cpp37 int begLoc, endLoc; in processAgenda() local
43 chart.getKey(begLoc, endLoc, obj); in processAgenda()
60 newArc->endLoc = endLoc; in processAgenda()
104 newArc->endLoc = endLoc; in processAgenda()
134 rootPtr->endLoc = endLoc; in add()
148 tmp->endLoc = endLoc; in add()
175 endLoc = tmp->endLoc; in getKey()
218 endLoc = currPtr->endLoc; in findMatch()
235 int endLoc; in add() local
262 if(!chart.findMatch(newArc->ruleLine->currItemNode(), assign, newArc->endLoc, endLoc)) in add()
[all …]
H A Dparse.h8 int endLoc; member
17 List *findMatch(int begLoc, int endLoc, genericNode *obj);
39 void add(int begLoc, int endLoc, genericNode *obj);
40 void getKey(int &begLoc, int &endLoc, genericNode *&obj);
45 bool findMatch(genericNode *obj, List *&assign, int begLoc, int &endLoc);
54 int endLoc; member
/dports/irc/bitchx/bitchx-1.2.1/dll/europa/cse476/
H A Dparse.cpp37 int begLoc, endLoc; in processAgenda() local
43 chart.getKey(begLoc, endLoc, obj); in processAgenda()
60 newArc->endLoc = endLoc; in processAgenda()
104 newArc->endLoc = endLoc; in processAgenda()
134 rootPtr->endLoc = endLoc; in add()
148 tmp->endLoc = endLoc; in add()
175 endLoc = tmp->endLoc; in getKey()
218 endLoc = currPtr->endLoc; in findMatch()
235 int endLoc; in add() local
262 if(!chart.findMatch(newArc->ruleLine->currItemNode(), assign, newArc->endLoc, endLoc)) in add()
[all …]
H A Dparse.h8 int endLoc; member
17 List *findMatch(int begLoc, int endLoc, genericNode *obj);
39 void add(int begLoc, int endLoc, genericNode *obj);
40 void getKey(int &begLoc, int &endLoc, genericNode *&obj);
45 bool findMatch(genericNode *obj, List *&assign, int begLoc, int &endLoc);
54 int endLoc; member
/dports/biology/bbmap/bbmap/current/var/
H A DVariation.java71 endLoc=eLoc; in Variation()
362 if(beginLoc==endLoc){ in locationString()
447 …assert(endLoc-beginLoc+1==1) : "\n"+endLoc+"-"+beginLoc+"+1 = "+(endLoc-beginLoc+1)+" != "+1+"\n"+… in lengthRef()
467 return endLoc-beginLoc+1; in lengthRef()
582 assert(beginLoc<=endLoc); in isNearCodingOrSplice()
686 public int endLoc=-2; field in Variation
760 x^=(endLoc-beginLoc+1); in hashCode()
768 if(endLoc!=other.endLoc){return other.endLoc>endLoc ? -1 : 1;} in compareTo()
845 if(!touch(beginLoc, endLoc, v.beginLoc, v.endLoc)){return false;} in intersects()
864 return overlap(beginLoc, endLoc+1, v.beginLoc, v.endLoc); in intersects()
[all …]
/dports/biology/bbmap/bbmap/current/driver/
H A DGenerateNoCallsFromCoverage.java146 v1.endLoc=stop; in generate()
166 v2.endLoc=stop; in generate()
215 if(vl.endLoc>max){max=vl.endLoc;} in checkCopyCountHaplotyped()
223 for(int i=vl.beginLoc; i<=vl.endLoc; i++){ in checkCopyCountHaplotyped()
264 assert(current.endLoc>=current.beginLoc) : current; in removeDuplicateNocallsHaplotyped()
313 current.beginLoc=prev.endLoc+1; in removeDuplicateNocallsHaplotyped()
314 if(current.beginLoc>current.endLoc){current=null;} in removeDuplicateNocallsHaplotyped()
343 prev.endLoc=current.beginLoc-1; in removeDuplicateNocallsHaplotyped()
344 if(prev.beginLoc>prev.endLoc){prev=null;} in removeDuplicateNocallsHaplotyped()
351 if(prev2.endLoc>current.endLoc || (prev2.endLoc==current.endLoc && current.isPoint())){ in removeDuplicateNocallsHaplotyped()
[all …]
H A DTranslator.java98 int[] dest2=cl.translate(v.endLoc); in translate()
110 v2.endLoc=dest2[2]; in translate()
116 v2.beginLoc=v2.endLoc=dest1[2]-1; in translate()
119 v2.endLoc=dest1[2]; in translate()
132 …assert(v2.endLoc-v2.beginLoc==v.endLoc-v.beginLoc) : "\n\n"+v.toSourceString()+"\n\n"+v2.toSourceS… in translate()
134 "\n\n"+v.endLoc+" -> "+Arrays.toString(dest2)+ in translate()
161 int[] dest2=cl.translate(v.endLoc); in translate()
169 v2.endLoc=dest2[2]; in translate()
175 v2.beginLoc=v2.endLoc=dest1[2]-1; in translate()
178 v2.endLoc=dest1[2]; in translate()
[all …]
/dports/astro/phd2/phd2-2.6.10/build/
H A Ddark_mover.vbs12 Dim endLoc
21 endLoc = oAppDataFolderItem.Path & "\phd2"
27 if (not oFSO.FolderExists(endLoc)) then
29 set oFolder = oFSO.CreateFolder(endLoc)
31 endLoc = endLoc & "\darks_defects"
32 if (not oFSO.FolderExists(endLoc)) then
34 set oFolder = oFSO.CreateFolder(endLoc)
38 oFSO.CopyFolder startLoc, endLoc
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dsalcall.cxx277 SourceLocation endLoc; in isSalCallFunction() local
326 endLoc = compat::getBeginLoc(functionDecl->getNameInfo()); in isSalCallFunction()
327 while (SM.isMacroArgExpansion(endLoc, &endLoc)) in isSalCallFunction()
330 while (endLoc.isMacroID() && SM.isAtStartOfImmediateMacroExpansion(endLoc, &endLoc)) in isSalCallFunction()
333 endLoc = SM.getSpellingLoc(endLoc); in isSalCallFunction()
346 if (startLoc.isValid() && endLoc.isValid() && startLoc != endLoc in isSalCallFunction()
408 while (endLoc.isMacroID() && SM.isAtStartOfImmediateMacroExpansion(endLoc, &endLoc)) in isSalCallFunction()
413 if (SM.isMacroBodyExpansion(endLoc)) in isSalCallFunction()
441 auto const macroExpansion = SM.getExpansionLoc(endLoc); in isSalCallFunction()
443 endLoc = SM.getSpellingLoc(endLoc); in isSalCallFunction()
[all …]
H A Dconstfieldsrewrite.cxx124 auto endLoc = fieldDecl->getTypeSourceInfo()->getTypeLoc().getEndLoc(); in VisitFieldDecl() local
125 endLoc = endLoc.getLocWithOffset(Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts())); in VisitFieldDecl()
129 char const* p1 = SM.getCharacterData(endLoc); in VisitFieldDecl()
136 success = insertText(endLoc, " const "); in VisitFieldDecl()
149 success = replaceText(endLoc, spaceAvailable - 1, " const"); in VisitFieldDecl()
151 success = replaceText(endLoc, spaceAvailable, " const"); in VisitFieldDecl()
H A Dchangetoolsgen.cxx46 std::string extractCode(SourceLocation startLoc, SourceLocation endLoc);
177 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(parent)); in ChangeAssignment() local
179 const char* p2 = SM.getCharacterData(endLoc); in ChangeAssignment()
180 unsigned n = Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts()); in ChangeAssignment()
205 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(binaryOp)); in ChangeBinaryOperatorPlusMinus() local
207 const char* p2 = SM.getCharacterData(endLoc); in ChangeBinaryOperatorPlusMinus()
249 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(binaryOp)); in ChangeBinaryOperatorOther() local
251 const char* p2 = SM.getCharacterData(endLoc); in ChangeBinaryOperatorOther()
312 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(unaryOp)); in ChangeUnaryOperator() local
314 const char* p2 = SM.getCharacterData(endLoc); in ChangeUnaryOperator()
[all …]
H A Dnamespaceindentation.cxx103 auto endLoc = compat::getBeginLoc(nsDecl).getLocWithOffset(3); in VisitNamespaceDecl() local
105 const char* p2 = SM.getCharacterData(endLoc); in VisitNamespaceDecl()
106 unsigned n = Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts()); in VisitNamespaceDecl()
143 auto endLoc = compat::getBeginLoc(nsDecl).getLocWithOffset(256); in VisitNamespaceDecl() local
145 const char* p2 = SM.getCharacterData(SM.getExpansionLoc(endLoc)); in VisitNamespaceDecl()
146 unsigned n = Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts()); in VisitNamespaceDecl()
163 endLoc = beginLoc.getLocWithOffset(128); in VisitNamespaceDecl()
165 p2 = SM.getCharacterData(SM.getExpansionLoc(endLoc)); in VisitNamespaceDecl()
166 n = Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts()); in VisitNamespaceDecl()
H A Dcollapseif.cxx92 SourceLocation endLoc = compat::getBeginLoc(ifStmt->getThen()); in getNoCharsInSourceCodeOfExpr() local
94 char const* p2 = SM.getCharacterData(endLoc); in getNoCharsInSourceCodeOfExpr()
109 SourceLocation endLoc = range.getEnd(); in containsComment() local
111 char const* p2 = SM.getCharacterData(endLoc); in containsComment()
112 p2 += Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts()); in containsComment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dsalcall.cxx336 SourceLocation endLoc; in isSalCallFunction() local
385 endLoc = compat::getBeginLoc(functionDecl->getNameInfo()); in isSalCallFunction()
386 while (SM.isMacroArgExpansion(endLoc, &endLoc)) in isSalCallFunction()
389 while (endLoc.isMacroID() && SM.isAtStartOfImmediateMacroExpansion(endLoc, &endLoc)) in isSalCallFunction()
392 endLoc = SM.getSpellingLoc(endLoc); in isSalCallFunction()
405 if (startLoc.isValid() && endLoc.isValid() && startLoc != endLoc in isSalCallFunction()
467 while (endLoc.isMacroID() && SM.isAtStartOfImmediateMacroExpansion(endLoc, &endLoc)) in isSalCallFunction()
472 if (SM.isMacroBodyExpansion(endLoc)) in isSalCallFunction()
500 auto const macroExpansion = SM.getExpansionLoc(endLoc); in isSalCallFunction()
502 endLoc = SM.getSpellingLoc(endLoc); in isSalCallFunction()
[all …]
H A Dconstfieldsrewrite.cxx127 auto endLoc = fieldDecl->getTypeSourceInfo()->getTypeLoc().getEndLoc(); in VisitFieldDecl() local
128 endLoc = endLoc.getLocWithOffset(Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts())); in VisitFieldDecl()
132 char const* p1 = SM.getCharacterData(endLoc); in VisitFieldDecl()
139 success = insertText(endLoc, " const "); in VisitFieldDecl()
152 success = replaceText(endLoc, spaceAvailable - 1, " const"); in VisitFieldDecl()
154 success = replaceText(endLoc, spaceAvailable, " const"); in VisitFieldDecl()
H A Dchangetoolsgen.cxx46 std::string extractCode(SourceLocation startLoc, SourceLocation endLoc);
177 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(parent)); in ChangeAssignment() local
179 const char* p2 = SM.getCharacterData(endLoc); in ChangeAssignment()
180 unsigned n = Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts()); in ChangeAssignment()
205 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(binaryOp)); in ChangeBinaryOperatorPlusMinus() local
207 const char* p2 = SM.getCharacterData(endLoc); in ChangeBinaryOperatorPlusMinus()
249 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(binaryOp)); in ChangeBinaryOperatorOther() local
251 const char* p2 = SM.getCharacterData(endLoc); in ChangeBinaryOperatorOther()
312 SourceLocation endLoc = SM.getExpansionLoc(compat::getEndLoc(unaryOp)); in ChangeUnaryOperator() local
314 const char* p2 = SM.getCharacterData(endLoc); in ChangeUnaryOperator()
[all …]
H A Dcollapseif.cxx92 SourceLocation endLoc = compat::getBeginLoc(ifStmt->getThen()); in getNoCharsInSourceCodeOfExpr() local
94 char const* p2 = SM.getCharacterData(endLoc); in getNoCharsInSourceCodeOfExpr()
109 SourceLocation endLoc = range.getEnd(); in containsComment() local
111 char const* p2 = SM.getCharacterData(endLoc); in containsComment()
112 p2 += Lexer::MeasureTokenLength(endLoc, SM, compiler.getLangOpts()); in containsComment()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/raw_inline/
H A Draw_html.ts122 const endLoc = parentOffset - 1; constant
123 const tag = tagInfo(text, endLoc);
155 function tagInfo(text: string, endLoc: number) {
156 const startLoc = tagStartLoc(text, endLoc);
163 const tagText = text.substring(startLoc, endLoc + 1);
173 end: endLoc + 1,
181 function tagStartLoc(text: string, endLoc: number) {
185 for (i = endLoc; i >= 0; i--) {
/dports/devel/sope/SOPE/sope-xml/ChangeLogSaxDriver/
H A DNSString+Extensions.m74 unsigned i, endLoc, len;
91 endLoc = 0, i = 0;
95 while((endLoc = formats[i].minLength) != 0 && endLoc < len) {
97 endLoc - formats[i].offset);
114 while((endLoc = complexFormats[i].minLength) != 0 && endLoc < len)
121 endLoc - complexFormats[i].contAt);
152 *_author = [self substringFromIndex:endLoc];
/dports/devel/sope2/SOPE/sope-xml/ChangeLogSaxDriver/
H A DNSString+Extensions.m74 unsigned i, endLoc, len;
91 endLoc = 0, i = 0;
95 while((endLoc = formats[i].minLength) != 0 && endLoc < len) {
97 endLoc - formats[i].offset);
114 while((endLoc = complexFormats[i].minLength) != 0 && endLoc < len)
121 endLoc - complexFormats[i].contAt);
152 *_author = [self substringFromIndex:endLoc];
/dports/devel/llvm90/llvm-9.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp377 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
384 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
388 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
396 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
401 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
408 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
416 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
442 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
471 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
473 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp375 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
382 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
386 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
394 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
399 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
406 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
414 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
440 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
469 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
471 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp371 return L->endLoc() < R->endLoc();
378 assert((!Loc || CompletedRegion->endLoc() <= *Loc) &&
382 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc();
390 if (CompletedSegmentLoc == CompletedRegion->endLoc())
395 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc())
402 if (FirstCompletedRegion && Last->endLoc() != *Loc) {
410 startSegment(*Last, Last->endLoc(), false, true);
436 if (CurStartLoc == CR.value().endLoc()) {
466 if (LHS.endLoc() != RHS.endLoc())
468 return RHS.endLoc() < LHS.endLoc();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp420 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
427 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
431 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
439 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
444 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
451 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
459 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
485 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
520 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
522 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp420 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
427 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
431 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
439 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
444 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
451 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
459 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
485 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
514 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
516 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
[all …]

12345678910>>...23