Home
last modified time | relevance | path

Searched refs:ExprIterator (Results 1 – 25 of 127) sorted by last modified time

123456

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h3023 typedef ExprIterator arg_iterator;
H A DExprCXX.h1587 using arg_iterator = ExprIterator;
2341 using arg_iterator = ExprIterator;
H A DExprObjC.h1450 using arg_iterator = ExprIterator;
H A DStmt.h1135 using ExprIterator = CastIterator<Expr>; in alignas() local
2905 using inputs_iterator = ExprIterator;
2934 using outputs_iterator = ExprIterator;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h3023 typedef ExprIterator arg_iterator;
H A DExprObjC.h1450 using arg_iterator = ExprIterator;
H A DExprCXX.h1587 using arg_iterator = ExprIterator;
2341 using arg_iterator = ExprIterator;
H A DStmt.h1135 using ExprIterator = CastIterator<Expr>; in alignas() local
2905 using inputs_iterator = ExprIterator;
2934 using outputs_iterator = ExprIterator;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmt.h1135 using ExprIterator = CastIterator<Expr>; in alignas() local
2905 using inputs_iterator = ExprIterator;
2934 using outputs_iterator = ExprIterator;
H A DExpr.h3023 typedef ExprIterator arg_iterator;
H A DExprCXX.h1587 using arg_iterator = ExprIterator;
2341 using arg_iterator = ExprIterator;
H A DExprObjC.h1450 using arg_iterator = ExprIterator;
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DExpr.h3023 typedef ExprIterator arg_iterator;
H A DExprObjC.h1450 using arg_iterator = ExprIterator;
H A DExprCXX.h1587 using arg_iterator = ExprIterator;
2341 using arg_iterator = ExprIterator;
H A DStmt.h1135 using ExprIterator = CastIterator<Expr>; in alignas() local
2905 using inputs_iterator = ExprIterator;
2934 using outputs_iterator = ExprIterator;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DExpr.h3023 typedef ExprIterator arg_iterator;
H A DStmt.h1135 using ExprIterator = CastIterator<Expr>; in alignas() local
2905 using inputs_iterator = ExprIterator;
2934 using outputs_iterator = ExprIterator;
H A DExprCXX.h1587 using arg_iterator = ExprIterator;
2341 using arg_iterator = ExprIterator;
H A DExprObjC.h1450 using arg_iterator = ExprIterator;
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dlp_skeleton.h48 virtual int _addRow(Value l, ExprIterator b, ExprIterator e, Value u);
69 virtual void _setRowCoeffs(int i, ExprIterator b, ExprIterator e);
73 virtual void _setColCoeffs(int i, ExprIterator b, ExprIterator e);
128 virtual void _setObjCoeffs(ExprIterator b, ExprIterator e);
H A Dcplex.cc115 int CplexBase::_addRow(Value lb, ExprIterator b, in _addRow()
116 ExprIterator e, Value ub) { in _addRow()
137 for(ExprIterator it=b; it!=e; ++it) { in _addRow()
230 void CplexBase::_setRowCoeffs(int i, ExprIterator b, in _setRowCoeffs()
231 ExprIterator e) in _setRowCoeffs()
237 for(ExprIterator it=b; it!=e; ++it) { in _setRowCoeffs()
265 void CplexBase::_setColCoeffs(int i, ExprIterator b, ExprIterator e) { in _setColCoeffs()
270 for(ExprIterator it=b; it!=e; ++it) { in _setColCoeffs()
408 void CplexBase::_setObjCoeffs(ExprIterator b, ExprIterator e) in _setObjCoeffs()
412 for(ExprIterator it=b; it!=e; ++it) { in _setObjCoeffs()
H A Dlp_base.h882 class ExprIterator {
914 ExprIterator operator++(int) {
919 ExprIterator operator--(int) {
923 bool operator==(const ExprIterator& it) const {
927 bool operator!=(const ExprIterator& it) const {
946 virtual int _addRow(Value l, ExprIterator b, ExprIterator e, Value u) { in _addRow()
965 virtual void _setRowCoeffs(int i, ExprIterator b, ExprIterator e) = 0;
968 virtual void _setColCoeffs(int i, ExprIterator b, ExprIterator e) = 0;
986 virtual void _setObjCoeffs(ExprIterator b, ExprIterator e) = 0;
1119 ExprIterator(e.comps.end(), rows)); in col()
[all …]
H A Dsoplex.cc94 int SoplexLp::_addRow(Value l, ExprIterator b, ExprIterator e, Value u) { in _addRow()
96 for (ExprIterator it = b; it != e; ++it) { in _addRow()
178 void SoplexLp::_setRowCoeffs(int i, ExprIterator b, ExprIterator e) { in _setRowCoeffs()
182 for(ExprIterator it = b; it != e; ++it) { in _setRowCoeffs()
195 void SoplexLp::_setColCoeffs(int j, ExprIterator b, ExprIterator e) { in _setColCoeffs()
199 for(ExprIterator it = b; it != e; ++it) { in _setColCoeffs()
260 void SoplexLp::_setObjCoeffs(ExprIterator b, ExprIterator e) { in _setObjCoeffs()
264 for (ExprIterator it = b; it != e; ++it) { in _setObjCoeffs()
H A Dclp.h78 virtual int _addRow(Value l, ExprIterator b, ExprIterator e, Value u);
94 virtual void _setRowCoeffs(int i, ExprIterator b, ExprIterator e);
97 virtual void _setColCoeffs(int i, ExprIterator b, ExprIterator e);
113 virtual void _setObjCoeffs(ExprIterator, ExprIterator);

123456