Home
last modified time | relevance | path

Searched refs:ixExprList (Results 1 – 3 of 3) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DGDLInterpreter.cpp2552 IxExprListT ixExprList; in arrayindex_list() local
2593 ixExprList.push_back( s); in arrayindex_list()
2594 if( ixExprList.size() == nExpr) in arrayindex_list()
2600 aL->Init( ixExprList);//, &cleanupList); in arrayindex_list()
3421 IxExprListT ixExprList; in arrayindex_list_overload() local
3436 aL->InitAsOverloadIndex( ixExprList, /* NULL,*/ indexList); in arrayindex_list_overload()
3460 ixExprList.push_back( s); in arrayindex_list_overload()
3461 if( ixExprList.size() == nExpr) in arrayindex_list_overload()
3467 aL->InitAsOverloadIndex( ixExprList, /*&cleanupList,*/ indexList); in arrayindex_list_overload()
H A Dgdlc.i.g2687 IxExprListT ixExprList;
2728 ixExprList.push_back( s);
2729 if( ixExprList.size() == nExpr)
2735 aL->Init( ixExprList);//, &cleanupList);
2750 IxExprListT ixExprList;
2765 aL->InitAsOverloadIndex( ixExprList, /* NULL,*/ indexList);
2789 ixExprList.push_back( s);
2790 if( ixExprList.size() == nExpr)
2796 aL->InitAsOverloadIndex( ixExprList, /*&cleanupList,*/ indexList);
H A Dprognodeexpr.cpp4148 IxExprListT ixExprList; in Eval() local
4284 ixExprList.push_back( s); // already owned (s. a.) in Eval()
4285 if( ixExprList.size() == nExpr) in Eval()
4298 return aLAssoc->Index( r, ixExprList); in Eval()
4303 return aL->Index( r, ixExprList); in Eval()