Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h395 LOGICAL elemental_func_call(int);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfunc.c1831 if (elemental_func_call(func_ast)) { in rewrite_func_ast()
3706 assert(elemental_func_call(ast), in rewrite_sub_ast()
3932 if (elemental_func_call(ast)) { in rewrite_calls()
4511 if (elemental_func_call(ast)) { in search_conform_array()
4863 assert(A_TYPEG(func_ast) == A_CALL && elemental_func_call(func_ast), in transform_elemental()
5214 if (elemental_func_call(astx)) { in _contains_any_call()
5365 if (DTY(dtype) == TY_ARRAY && elemental_func_call(inast)) { in build_array_ref()
H A Drest.c2435 if (pure_func_call(ast) || elemental_func_call(ast)) { in pure_procedure()
H A Dtransfrm.c1732 if (DTY(dtype) == TY_ARRAY && elemental_func_call(asgn_ast)) { in normalize_forall()
H A Dast.c2904 elemental_func_call(int func_ast) in elemental_func_call() function