Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpsmp.cpp178 typedef struct sptrListT { struct
184 struct sptrListT *next; argument
186 } sptrListT; argument
376 sptrListT *node = (sptrListT *)malloc(sizeof(sptrListT)); in sptrListAdd()
389 sptrListFree(sptrListT **list) in sptrListFree()
391 sptrListT *n = *list; in sptrListFree()
393 sptrListT *next = n->next; in sptrListFree()
404 const sptrListT *n; in sptrListLength()
467 const sptrListT *node; in makeCopyprivArray()
658 const sptrListT *node; in addCopyinInplace()
[all …]