Home
last modified time | relevance | path

Searched refs:ColIt (Results 1 – 17 of 17) sorted by relevance

/dports/math/lemon/lemon-1.3.1/doc/html/
H A Da00885.map1 <map id="LpBase::ColIt" name="LpBase::ColIt">
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp466 auto ColIt = Group.Columns.begin(); in findLineTable() local
475 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
476 ColNum = ColIt->StartColumn; in findLineTable()
477 ++ColIt; in findLineTable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp466 auto ColIt = Group.Columns.begin(); in findLineTable() local
475 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
476 ColNum = ColIt->StartColumn; in findLineTable()
477 ++ColIt; in findLineTable()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp487 auto ColIt = Group.Columns.begin(); in findLineTable() local
496 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
497 ColNum = ColIt->StartColumn; in findLineTable()
498 ++ColIt; in findLineTable()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dlp_base.h95 friend class ColIt; variable
155 class ColIt : public Col {
162 ColIt() {} in ColIt() function
167 ColIt(const LpBase &solver) : _solver(&solver) in ColIt() function
175 ColIt(const Invalid&) : Col(INVALID) {} in ColIt() function
180 ColIt &operator++()
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dlp_base.h95 friend class ColIt; variable
155 class ColIt : public Col {
162 ColIt() {} in ColIt() function
167 ColIt(const LpBase &solver) : _solver(&solver) in ColIt() function
175 ColIt(const Invalid&) : Col(INVALID) {} in ColIt() function
180 ColIt &operator++()
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dlp_base.h95 friend class ColIt; variable
155 class ColIt : public Col {
162 ColIt() {} in ColIt() function
167 ColIt(const LpBase &solver) : _solver(&solver) in ColIt() function
175 ColIt(const Invalid&) : Col(INVALID) {} in ColIt() function
180 ColIt &operator++()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/test/
H A Dlp_test.cc49 for (LpBase::ColIt c(lp); c!=INVALID; ++c) ++count; in countCols()
/dports/math/lemon/lemon-1.3.1/test/
H A Dlp_test.cc49 for (LpBase::ColIt c(lp); c!=INVALID; ++c) ++count; in countCols()