Home
last modified time | relevance | path

Searched refs:NextF (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljscontext.cpp110 template<typename Iter, typename NextF, typename EndF, typename StrF>
112 EndF atEnd, NextF next, StrF getStr) in contextLookupType()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/face/
H A Dtopology.h145 fpos.NextF(); in ComplexSize()
191 curFace.NextF(); in FFCorrectness()
248 FirstFace.NextF(); in FFDetach()
249 LastFace.NextF(); in FFDetach()
261 LastFace.NextF(); in FFDetach()
297 EPB.NextF(); in FFAttach()
301 EPB.NextF(); in FFAttach()
H A Dpos.h155 void NextF() in NextF() function
374 ht.NextF(); in NumberOfFacesOnEdge()
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/face/
H A Dtopology.h154 fpos.NextF(); in ComplexSize()
200 curFace.NextF(); in FFCorrectness()
256 FirstFace.NextF(); in FFDetach()
257 LastFace.NextF(); in FFDetach()
269 LastFace.NextF(); in FFDetach()
306 EPB.NextF(); in FFAttach()
310 EPB.NextF(); in FFAttach()
676 pos.NextF(); in checkFlipEdgeNotManifold()
H A Dpos.h153 void NextF() in NextF() function
372 ht.NextF(); in NumberOfFacesOnEdge()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/edge/
H A Dpos.h72 void NextF() in NextF() function
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/edge/
H A Dpos.h60 void NextF() in NextF() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl238 {NextF, NextOffset, NextCFH, BCDRest, Size} =
270 …get_cd_loop(N-1, BCDRest, Acc1, PrimZip, NextF, NextOffset, NextCFH, EndOffset, FilterFun, FilterA…
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/preloaded/src/
H A Dprim_zip.erl238 {NextF, NextOffset, NextCFH, BCDRest, Size} =
270 …get_cd_loop(N-1, BCDRest, Acc1, PrimZip, NextF, NextOffset, NextCFH, EndOffset, FilterFun, FilterA…
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/preloaded/src/
H A Dprim_zip.erl238 {NextF, NextOffset, NextCFH, BCDRest, Size} =
270 …get_cd_loop(N-1, BCDRest, Acc1, PrimZip, NextF, NextOffset, NextCFH, EndOffset, FilterFun, FilterA…
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl238 {NextF, NextOffset, NextCFH, BCDRest, Size} =
270 …get_cd_loop(N-1, BCDRest, Acc1, PrimZip, NextF, NextOffset, NextCFH, EndOffset, FilterFun, FilterA…
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl238 {NextF, NextOffset, NextCFH, BCDRest, Size} =
270 …get_cd_loop(N-1, BCDRest, Acc1, PrimZip, NextF, NextOffset, NextCFH, EndOffset, FilterFun, FilterA…
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/preloaded/src/
H A Dprim_zip.erl238 {NextF, NextOffset, NextCFH, BCDRest, Size} =
270 …get_cd_loop(N-1, BCDRest, Acc1, PrimZip, NextF, NextOffset, NextCFH, EndOffset, FilterFun, FilterA…
/dports/lang/erlang/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl238 {NextF, NextOffset, NextCFH, BCDRest, Size} =
270 …get_cd_loop(N-1, BCDRest, Acc1, PrimZip, NextF, NextOffset, NextCFH, EndOffset, FilterFun, FilterA…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1398 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1407 createCloneDeclaration(F, Shape, ".resume." + Twine(Idx), NextF); in splitAsyncCoroutine()
1496 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1505 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF); in splitRetconCoroutine()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1523 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1532 createCloneDeclaration(F, Shape, ".resume." + Twine(Idx), NextF); in splitAsyncCoroutine()
1623 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1632 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF); in splitRetconCoroutine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1592 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1616 NextF, Suspend); in splitAsyncCoroutine()
1708 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1717 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1523 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1532 createCloneDeclaration(F, Shape, ".resume." + Twine(Idx), NextF); in splitAsyncCoroutine()
1623 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1632 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF); in splitRetconCoroutine()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Disotropic_remeshing.h421 pp.NextF(); in tagCreaseEdges()
567 tp.NextF();tp.FlipE();tp.FlipV(); in testSwap()
579 tp.NextF();tp.FlipE();tp.FlipV(); in testSwap()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1623 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1647 NextF, Suspend); in splitAsyncCoroutine()
1739 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1748 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1623 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1647 NextF, Suspend); in splitAsyncCoroutine()
1739 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1748 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1595 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1619 NextF, Suspend); in splitAsyncCoroutine()
1711 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1720 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1623 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1647 NextF, Suspend); in splitAsyncCoroutine()
1739 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1748 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1623 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1647 NextF, Suspend); in splitAsyncCoroutine()
1739 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1748 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1254 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1263 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF); in splitRetconCoroutine()

12