Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h393 int procsym_of_ast (int);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfunc.c1270 funcsptr = procsym_of_ast(A_LOPG(func_ast)); in extract_shape_from_args()
2899 int func = procsym_of_ast(A_LOPG(func_ast)); in rewrite_func_ast()
3369 func_sptr = procsym_of_ast(A_LOPG(arg_ast)); in rewrite_sub_args()
5172 funcsptr = procsym_of_ast(A_LOPG(astx)); in _rewrite_scalar_fuctions()
5208 if (INKINDG(procsym_of_ast(A_LOPG(astx))) == IK_ELEMENTAL) { in _contains_any_call()
H A Doptutil.c2138 entry = procsym_of_ast(A_LOPG(ast)); in is_ptrast_arg()
H A Dvsub.c1342 sptr = procsym_of_ast(A_LOPG(ast)); in is_ugly_pure()
H A Dast.c2870 procsym_of_ast(int ast) in procsym_of_ast() function
2896 entry = procsym_of_ast(A_LOPG(func_ast)); in pure_func_call()
2908 entry = procsym_of_ast(A_LOPG(func_ast)); in elemental_func_call()
H A Dflow.c768 sym = procsym_of_ast(A_LOPG(ast)); in bld_ud()
H A Dastout.c3032 sptr = procsym_of_ast(A_LOPG(ast)); in put_call()
H A Ddtypeutl.c891 sym = procsym_of_ast(A_LOPG(ast)); in string_expr_length()
H A Drest.c1148 entry = procsym_of_ast(A_LOPG(ast)); in transform_call()
H A Dlowerexp.c1813 symfunc = procsym_of_ast(A_LOPG(ast)); in lower_function()
H A Dlowerilm.c4356 symfunc = procsym_of_ast(lop); in lower_stmt()
H A Dsemutil2.c12807 sym = procsym_of_ast(A_LOPG(rhs)); in gen_automatic_reallocation()