Home
last modified time | relevance | path

Searched refs:Reinit (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Analysis/
H A DToken.cs627 …public virtual Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newSta… in Reinit() method in Lucene.Net.Analysis.Token
647 …public virtual Token Reinit(char[] newTermBuffer, int newTermOffset, int newTermLength, int newSta… in Reinit() method in Lucene.Net.Analysis.Token
665 …public virtual Token Reinit(System.String newTerm, int newStartOffset, int newEndOffset, System.St… in Reinit() method in Lucene.Net.Analysis.Token
683 …public virtual Token Reinit(System.String newTerm, int newTermOffset, int newTermLength, int newSt… in Reinit() method in Lucene.Net.Analysis.Token
701 public virtual Token Reinit(System.String newTerm, int newStartOffset, int newEndOffset) in Reinit() method in Lucene.Net.Analysis.Token
719 …public virtual Token Reinit(System.String newTerm, int newTermOffset, int newTermLength, int newSt… in Reinit() method in Lucene.Net.Analysis.Token
732 public virtual void Reinit(Token prototype) in Reinit() method in Lucene.Net.Analysis.Token
749 public virtual void Reinit(Token prototype, System.String newTerm) in Reinit() method in Lucene.Net.Analysis.Token
769 public virtual void Reinit(Token prototype, char[] newTermBuffer, int offset, int length) in Reinit() method in Lucene.Net.Analysis.Token
785 to.Reinit(this); in CopyTo()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Common/
H A DProgressMt.h23 void Reinit(int index);
39 void Reinit() { _progress->Reinit(_index); } in Reinit() function
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Common/
H A DProgressMt.h23 void Reinit(int index);
39 void Reinit() { _progress->Reinit(_index); } in Reinit() function
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Common/
H A DProgressMt.h23 void Reinit(unsigned index);
39 void Reinit() { _progress->Reinit(_index); } in Reinit() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp136 for (const Stmt *Reinit : Reinits) { in findInternal() local
137 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
138 ReinitsToDelete.push_back(Reinit); in findInternal()
140 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
141 Reinits.erase(Reinit); in findInternal()
151 for (const Stmt *Reinit : Reinits) { in findInternal() local
152 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp136 for (const Stmt *Reinit : Reinits) { in findInternal() local
137 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
138 ReinitsToDelete.push_back(Reinit); in findInternal()
140 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
141 Reinits.erase(Reinit); in findInternal()
151 for (const Stmt *Reinit : Reinits) { in findInternal() local
152 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp136 for (const Stmt *Reinit : Reinits) { in findInternal() local
137 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
138 ReinitsToDelete.push_back(Reinit); in findInternal()
140 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
141 Reinits.erase(Reinit); in findInternal()
151 for (const Stmt *Reinit : Reinits) { in findInternal() local
152 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp137 for (const Stmt *Reinit : Reinits) { in findInternal() local
138 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
139 ReinitsToDelete.push_back(Reinit); in findInternal()
141 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
142 Reinits.erase(Reinit); in findInternal()
152 for (const Stmt *Reinit : Reinits) { in findInternal() local
153 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp136 for (const Stmt *Reinit : Reinits) { in findInternal() local
137 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
138 ReinitsToDelete.push_back(Reinit); in findInternal()
140 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
141 Reinits.erase(Reinit); in findInternal()
151 for (const Stmt *Reinit : Reinits) { in findInternal() local
152 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) { in findInternal() local
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()
160 ReinitsToDelete.push_back(Reinit); in findInternal()
162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local
163 Reinits.erase(Reinit); in findInternal()
173 for (const Stmt *Reinit : Reinits) { in findInternal() local
174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp158 for (const Stmt *Reinit : Reinits) {
159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit))
160 ReinitsToDelete.push_back(Reinit);
162 for (const Stmt *Reinit : ReinitsToDelete) {
163 Reinits.erase(Reinit);
173 for (const Stmt *Reinit : Reinits) {
174 if (!Sequence->potentiallyAfter(Reinit, Use))
/dports/science/2d-rewriter/2d-rewriter-1.6/
H A Dscanner.c45 static int TokenType, Expected = 0, Reinit = 0; variable
51 if (!Reinit) { in OpenScanner()
56 Reinit = 0; in OpenScanner()
87 Reinit = 1; in GetToken()
/dports/science/chrono/chrono-7.0.1/src/chrono_pardisoproject/
H A DChPardisoProjectEngine.cpp33 Reinit(); in ChPardisoProjectEngine()
68 Reinit(); in SetMatrixSymmetry()
216 Reinit(); in SetSolverType()
219 void ChPardisoProjectEngine::Reinit() { in Reinit() function in chrono::ChPardisoProjectEngine
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dpercent.hpp22 Reinit(max_value, step);
26 void Reinit(unsigned max_value, unsigned step = 5) in Reinit() function in osrm::util::Percent
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/edge/
H A DvpMbtDistanceCircle.cpp63 …radius(0.), p1(NULL), p2(NULL), p3(NULL), L(), error(), nbFeature(0), Reinit(false), hiddenface(NU… in vpMbtDistanceCircle()
197 Reinit = true; in trackMovingEdge()
232 Reinit = true; in updateMovingEdge()
256 Reinit = true; in reinitMovingEdge()
258 Reinit = false; in reinitMovingEdge()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/crystal/
H A Ddocument.cc70 Reinit(); in ParseXMLTree()
74 Reinit (); in ParseXMLTree()
207 Reinit (); in OnNewDocument()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dtote.h40 void Reinit();
71 void Reinit();

12345678910>>...22