Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymutl.c3152 int cvsptr, cvast, cvlenast; in mk_mem_allocate() local
3170 cvsptr = 0; in mk_mem_allocate()
3176 cvsptr = A_SPTRG(cvast); in mk_mem_allocate()
3178 cvsptr = A_SPTRG(A_MEMG(cvast)); in mk_mem_allocate()
3180 if (cvsptr) { in mk_mem_allocate()
3181 int cvdtype = DDTG(DTYPEG(cvsptr)); in mk_mem_allocate()
3183 if (CVLENG(cvsptr)) { in mk_mem_allocate()
3184 atp = mk_id(CVLENG(cvsptr)); in mk_mem_allocate()
3191 cvsptr = 0; in mk_mem_allocate()
3195 cvsptr = 0; in mk_mem_allocate()
[all …]