Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant2.c294 SST_DTYPEP(LHS, chk_constructor(aclp, 0)); in semant2()
307 SST_DTYPEP(LHS, chk_constructor(aclp, DDTG(SST_DTYPEG(RHS(1))))); in semant2()
1573 chk_constructor(SST_ACLG(e1), DTY(d + 1)); in semant2()
H A Dsemant.h937 DTYPE chk_constructor(ACL *, DTYPE);
H A Dsemutil2.c1448 chk_constructor(ACL *aclp, DTYPE dtype) in chk_constructor() function