Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h390 int mk_shared_extent (int, int, int);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil2.c397 mk_shared_extent(AD_LWAST(ad, i), AD_UPAST(ad, i), i); in _mk_arrdsc()
564 AD_EXTNTAST(ad, i) = mk_shared_extent(AD_LWAST(ad, i), AD_UPAST(ad, i), i); in _mk_arrdsc()
H A Dast.c2645 mk_shared_extent(int lb, int ub, int dim) in mk_shared_extent() function