Home
last modified time | relevance | path

Searched refs:DPtrGDL (Results 1 – 19 of 19) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dlist.cpp2200 DPtrGDL* Tail = static_cast<DPtrGDL*>( self->GetTag( pTailTag, 0)); in list__move()
2201 DPtrGDL* Head = static_cast<DPtrGDL*>( self->GetTag( pHeadTag, 0)); in list__move()
2327 DPtrGDL* Tail = static_cast<DPtrGDL*>( self->GetTag( pTailTag, 0)); in list__swap()
2328 DPtrGDL* Head = static_cast<DPtrGDL*>( self->GetTag( pHeadTag, 0)); in list__swap()
2718 DPtrGDL* Tail = static_cast<DPtrGDL*>( self->GetTag( pTailTag, 0)); in list__remove()
2719 DPtrGDL* Head = static_cast<DPtrGDL*>( self->GetTag( pHeadTag, 0)); in list__remove()
2897 DPtrGDL* Tail = static_cast<DPtrGDL*>( self->GetTag( pTailTag, 0)); in list__remove()
2898 DPtrGDL* Head = static_cast<DPtrGDL*>( self->GetTag( pHeadTag, 0)); in list__remove()
3151 DPtrGDL* ret; in list__get()
3302 DPtrGDL* pHeap = new DPtrGDL( dimension(1)); in list__add()
[all …]
H A Dhash.cpp883 bool PtrDerefEqual( DPtrGDL* l, DPtrGDL* r) in PtrDerefEqual()
911 if( !PtrDerefEqual( static_cast<DPtrGDL*>( derefL), static_cast<DPtrGDL*>( derefR))) in PtrDerefEqual()
1102 if( PtrDerefEqual( static_cast<DPtrGDL*>(v), static_cast<DPtrGDL*>(vCmp))) in HASH___OverloadNEOp()
1139 if( PtrDerefEqual( static_cast<DPtrGDL*>(v), static_cast<DPtrGDL*>(vCmp))) in HASH___OverloadNEOp()
1371 if( !PtrDerefEqual( static_cast<DPtrGDL*>(v), static_cast<DPtrGDL*>(vCmp))) in HASH___OverloadEQOp()
1407 if( !PtrDerefEqual( static_cast<DPtrGDL*>(v), static_cast<DPtrGDL*>(vCmp))) in HASH___OverloadEQOp()
2399 DPtr Ptr = (*static_cast<DPtrGDL*>( in HASH___OverloadBracketsLeftSide()
2448 DPtr Ptr = (*static_cast<DPtrGDL*>( in HASH___OverloadBracketsLeftSide()
2458 DPtr pValue = (*static_cast<DPtrGDL*>( in HASH___OverloadBracketsLeftSide()
2508 (*static_cast<DPtrGDL*>( theref))[0] ); in HASH___OverloadBracketsLeftSide()
[all …]
H A DShapefiles.cpp361DPtrGDL* ptr = static_cast<DPtrGDL*> (entities->GetTag(entities->Desc()->TagIndex("VERTICES"), k)); in GDLffShape___GetEntity()
369 … (*static_cast<DPtrGDL*> (entities->GetTag(entities->Desc()->TagIndex("MEASURE"), k)))[0] = p; in GDLffShape___GetEntity()
377 (*static_cast<DPtrGDL*> (entities->GetTag(entities->Desc()->TagIndex("PARTS"), k)))[0] = p; in GDLffShape___GetEntity()
382 … (*static_cast<DPtrGDL*> (entities->GetTag(entities->Desc()->TagIndex("PART_TYPES"), k)))[0] = p; in GDLffShape___GetEntity()
406 … (*static_cast<DPtrGDL*> (entities->GetTag(entities->Desc()->TagIndex("ATTRIBUTES"), k)))[0] = p; in GDLffShape___GetEntity()
578 DPtrGDL* ptr; in GDLffShape___DestroyEntity()
580 ptr = (DPtrGDL*) entity->GetTag(d->TagIndex("VERTICES"),i); in GDLffShape___DestroyEntity()
586 ptr = (DPtrGDL*) entity->GetTag(d->TagIndex("MEASURE"),i); in GDLffShape___DestroyEntity()
592 ptr = (DPtrGDL*) entity->GetTag(d->TagIndex("PARTS"),i); in GDLffShape___DestroyEntity()
598 ptr = (DPtrGDL*) entity->GetTag(d->TagIndex("PART_TYPES"),i); in GDLffShape___DestroyEntity()
[all …]
H A DGDLInterpreter.hpp288 static void FreeHeap( DPtrGDL* p) in FreeHeap()
298 static DByteGDL* IsEnabledGC( DPtrGDL* p) in IsEnabledGC()
343 static void EnableGC( DPtrGDL* p, bool set=true) in EnableGC()
405 static void DecRef( DPtrGDL* p) in DecRef()
504 static void IncRef( DPtrGDL* p) in IncRef()
625 static DPtrGDL* GetAllHeap() in GetAllHeap()
628 if( nEl == 0) return new DPtrGDL( 0); in GetAllHeap()
629 DPtrGDL* ret = new DPtrGDL( dimension( &nEl, 1), BaseGDL::NOZERO); in GetAllHeap()
H A Dnullgdl.cpp385 DPtrGDL* rP = static_cast<DPtrGDL*>(r); in EqOp()
415 DPtrGDL* rP = static_cast<DPtrGDL*>(r); in NeOp()
H A Ddatatypesref.cpp1281 DPtr actP = (*static_cast<DPtrGDL*>(oStructGDL->GetTag( pTailTag, 0)))[0]; in NewIx()
1291 actP = (*static_cast<DPtrGDL*>( actPStruct->GetTag( pNextTag, 0)))[0]; in NewIx()
1301 actP = (*static_cast<DPtrGDL*>(actPStruct->GetTag( pDataTag, 0)))[0]; in NewIx()
1319 DPtr pHashTable = (*static_cast<DPtrGDL*>( oStructGDL->GetTag( pDataTag, 0)))[0]; in NewIx()
1326 DPtr pKey = (*static_cast<DPtrGDL*>(hashTable->GetTag( pKeyTag, i)))[0]; in NewIx()
1336 DPtr pValue = (*static_cast<DPtrGDL*>(hashTable->GetTag( pValueTag, i)))[0]; in NewIx()
1337 DPtr pKey = (*static_cast<DPtrGDL*>(hashTable->GetTag( pKeyTag, i)))[0]; in NewIx()
H A Denvt.cpp362 DPtrGDL* ptr = static_cast< DPtrGDL*>( stru->GetTag( t, e)); in AddStruct()
386 DPtrGDL* ptr) in AddPtr()
431 AddPtr( ptrAccessible, objAccessible, static_cast< DPtrGDL*>( p)); in Add()
714 void EnvBaseT::FreeHeap( DPtrGDL* p) in FreeHeap()
H A Dgdlc.i.g341 static void FreeHeap( DPtrGDL* p)
351 static DByteGDL* IsEnabledGC( DPtrGDL* p)
396 static void EnableGC( DPtrGDL* p, bool set=true)
458 static void DecRef( DPtrGDL* p)
557 static void IncRef( DPtrGDL* p)
678 static DPtrGDL* GetAllHeap()
681 if( nEl == 0) return new DPtrGDL( 0);
682 DPtrGDL* ret = new DPtrGDL( dimension( &nEl, 1), BaseGDL::NOZERO);
1485 DPtrGDL* ptr=static_cast<DPtrGDL*>(e1);
H A Dsaverestore.cpp694 DPtrGDL entry(pardim); in getDStruct()
1001 var = new DPtrGDL(*dims); in getVariable()
1114 DPtrGDL* ptr = static_cast<DPtrGDL*> (var); in fillVariableData()
1229 DPtr ptr = (*static_cast<DPtrGDL*>(var))[i]; in writeVariableData()
1945 DPtr subptr = (*static_cast<DPtrGDL*> (var))[ielem]; in addToHeapList()
2293 DPtrGDL* heapPtrList=e->Interpreter( )->GetAllHeap( ); in gdl_save()
H A Denvt.hpp168 DPtrGDL* ptr);
217 static void FreeHeap( DPtrGDL* p);
H A Dassocdata.cpp328 template class Assoc_< DPtrGDL>;
H A Dbasic_pro.cpp263 DPtrGDL* varPtr = static_cast<DPtrGDL*> (var); in HeapFreeObj()
304 DPtrGDL* varPtr = static_cast<DPtrGDL*> (var); in HeapFreePtr()
360 DPtrGDL* par = static_cast<DPtrGDL*> (e->GetPar(i)); in ptr_free()
H A Dbasic_fun.cpp418 DPtrGDL* ret; in ptrarr()
421 return new DPtrGDL(dim); in ptrarr()
461 return new DPtrGDL( heapID); in ptr_new()
470 return new DPtrGDL( heapID); in ptr_new()
477 return new DPtrGDL( heapID); in ptr_new()
485 return new DPtrGDL( heapID); in ptr_new()
542 DPtrGDL* ret = new DPtrGDL( pL->Dim( ) ); in ptr_valid()
555 DPtrGDL* pPtr = static_cast<DPtrGDL*> ( p ); in ptr_valid()
874 DPtrGDL* pPtr = static_cast<DPtrGDL*>( p); in heap_refcount()
924 DPtrGDL* ptr = new DPtrGDL( p->Dim()); in heap_refcount()
[all …]
H A Dbasic_fun_jmg.cpp201 DPtrGDL* ptr = static_cast<DPtrGDL*>(p0); in isa_fun()
880 return make_array_template<DPtrGDL>(e, dimKey, value, off, inc); in make_array()
H A Dprognode_lexpr.cpp474 DPtr vID = (*static_cast<DPtrGDL*>(returnOBJREF))[0]; in LExpr()
H A Dprognodeexpr.cpp552 DPtrGDL* ptr=static_cast<DPtrGDL*>(e1); in Eval()
605 DPtrGDL* ptr=static_cast<DPtrGDL*>(e1); in EvalNC()
657 DPtrGDL* ptr=static_cast<DPtrGDL*>(e1); in LEval()
H A Ddatatypes.hpp512 typedef Data_<SpDPtr> DPtrGDL; typedef
H A DGDLInterpreter.cpp860 DPtrGDL* ptr=static_cast<DPtrGDL*>(e1); in l_deref()
H A Dsorting.cpp2077 DPtr* val = (DPtr*)(static_cast<DPtrGDL*>(p0)->DataAddr()); //heap indexes in do_sort_fun()