Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h480 int is_iso_cloc(int ast);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemfunc.c935 if (is_iso_cloc(SST_ASTG(sp))) { in func_call2()
1327 } else if (is_iso_cloc(SST_ASTG(sp))) { in func_call2()
1759 if (is_iso_cloc(SST_ASTG(sp))) { in ptrfunc_call()
1919 } else if (is_iso_cloc(SST_ASTG(sp))) { in ptrfunc_call()
3597 if (!is_iso_cloc(SST_ASTG(sp)) && (A_TYPEG(SST_ASTG(sp)) != A_FUNC) && in subr_call2()
3911 if (!is_iso_cloc(SST_ASTG(sp)) && (A_TYPEG(SST_ASTG(sp)) != A_FUNC) && in ptrsubr_call()
H A Dlowerexp.c2063 if (is_iso_cloc(a)) { in lower_function()
3069 if (is_iso_cloc(ast)) { in lower_intrinsic()
H A Dsemfunc2.c2374 } else if (is_iso_cloc(actual)) { in chk_arguments()
H A Dlowerilm.c1135 if (is_iso_cloc(a)) { in handle_arguments()
H A Dsemant3.c516 if (is_iso_cptr(DTYPEG(sptr)) && is_iso_cloc(rhs_ast)) { in semant3()
H A Dfunc.c3393 if (is_iso_cloc(arg)) { in rewrite_sub_args()
H A Dast.c7611 is_iso_cloc(int ast) in is_iso_cloc() function