Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h507 LOGICAL ast_is_sym(int ast);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dcommopt.c3340 if (ast_is_sym(new_lwb)) { in rewrite_all_shape()
3351 if (ast_is_sym(new_upb)) { in rewrite_all_shape()
3362 if (ast_is_sym(new_st)) { in rewrite_all_shape()
H A Drest.c1375 if (XBIT(54, 0x80) && inface_arg > NOSYM && ast_is_sym(ele) && in transform_call()
2188 if (!ast_is_sym(descr)) in set_descr_tag()
2252 SPTR actual = (ast_is_sym(ele)) ? memsym_of_ast(ele) : 0; in get_descr_or_placeholder_arg()
H A Dsemutil.c4076 if (ast_is_sym(src)) { in add_ptr_assign()
4132 if (XBIT(54, 0x40) && ast_is_sym(dest) && CONTIGATTRG(memsym_of_ast(dest))) { in add_ptr_assign()
4232 if (ast_is_sym(src)) { in gen_contig_check()
4239 if (ast_is_sym(dest)) { in gen_contig_check()
H A Dsemgnr.c665 if (!ignore_tkr(formal, IGNORE_M) && ast_is_sym(actual)) { in tkr_match()
H A Dsemant2.c175 if (ast_is_sym(ast)) { in semant2()
H A Ddtypeutl.c2423 if (ast_is_sym(ast)) { in is_deferlenchar_ast()
H A Dfunc.c3729 if (!ast_is_sym(lhs) || !ALLOCATTRG(sym_of_ast(lhs))) in allocate_lhs_if_needed()
6460 ast2 = check_member(ast_is_sym(dest) && in inline_reduction_f90()
H A Dtransfrm.c4315 sptr = ast_is_sym(astsrc) ? sym_of_ast(astsrc) : 0; in rewrite_allocatable_assignment()
H A Dlowerilm.c3370 SPTR src_sptr = ast_is_sym(src_ast) ? memsym_of_ast(src_ast) : NOSYM; in lower_stmt()
H A Dsemant3.c5945 if (ast_is_sym(A_SRCG(ast))) { in check_doconcurrent_ast()
H A Dast.c2685 ast_is_sym(int ast) in ast_is_sym() function
H A Dsemfunc.c6156 sptr = ast_is_sym(ast) ? memsym_of_ast(ast) : 0; in ref_pd()
H A Dsemutil2.c3004 if (DTY(dtype) != TY_ARRAY && ast_is_sym(src) && in _constructf90()