Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dvsub.c57 static LOGICAL is_ugly_pure(int ast);
1246 if (is_ugly_pure(src) || is_ugly_pure(dest) || is_ugly_pure(expr)) in is_sequentialize_pure()
1254 if (is_ugly_pure(past)) in is_sequentialize_pure()
1267 is_ugly_pure(int ast) in is_ugly_pure() function
1304 l = is_ugly_pure(A_LOPG(ast)); in is_ugly_pure()
1307 r = is_ugly_pure(A_ROPG(ast)); in is_ugly_pure()
1314 l = is_ugly_pure(A_LOPG(ast)); in is_ugly_pure()
1329 l = is_ugly_pure(A_LBDG(ast)); in is_ugly_pure()
1332 r = is_ugly_pure(A_UPBDG(ast)); in is_ugly_pure()
1335 l = is_ugly_pure(A_STRIDEG(ast)); in is_ugly_pure()
[all …]