Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant.c87 static int replace_sdsc_in_ast(int sdsc, int ast);
15397 int ast = replace_sdsc_in_ast(sdsc, AD_LWAST(ad, i)); in replace_sdsc_in_bounds()
15401 ast = replace_sdsc_in_ast(sdsc, AD_LWBD(ad, i)); in replace_sdsc_in_bounds()
15405 ast = replace_sdsc_in_ast(sdsc, AD_UPAST(ad, i)); in replace_sdsc_in_bounds()
15409 ast = replace_sdsc_in_ast(sdsc, AD_UPBD(ad, i)); in replace_sdsc_in_bounds()
15420 replace_sdsc_in_ast(int sdsc, int ast) in replace_sdsc_in_ast() function
15432 lop = replace_sdsc_in_ast(sdsc, A_LOPG(ast)); in replace_sdsc_in_ast()
15433 rop = replace_sdsc_in_ast(sdsc, A_ROPG(ast)); in replace_sdsc_in_ast()
15440 lop = replace_sdsc_in_ast(sdsc, A_LOPG(ast)); in replace_sdsc_in_ast()