Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h493 LOGICAL has_vector_subscript_ast(int ast);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c9085 has_vector_subscript_ast(int ast) in has_vector_subscript_ast() function
9092 return has_vector_subscript_ast(A_LOPG(ast)); in has_vector_subscript_ast()
9094 return has_vector_subscript_ast(A_PARENTG(ast)); in has_vector_subscript_ast()
9105 return has_vector_subscript_ast(A_LOPG(ast)); in has_vector_subscript_ast()
H A Dtransfrm.c4164 && !has_vector_subscript_ast(astsrc)))) { in rewrite_allocatable_assignment()
H A Dsemant3.c6582 !has_vector_subscript_ast(ast); in is_associatable_variable_ast()