Home
last modified time | relevance | path

Searched refs:A_TKNP (Results 1 – 11 of 11) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dinliner.c1126 A_TKNP(astAlloc, TK_ALLOCATE); in copy_inargs()
1131 A_TKNP(astAlloc, TK_DEALLOCATE); in copy_inargs()
1429 A_TKNP(astAlloc, TK_ALLOCATE); in allocate_array()
1434 A_TKNP(astAlloc, TK_DEALLOCATE); in allocate_array()
H A Dfunc.c3038 A_TKNP(alloc, TK_ALLOCATE); in alloc_char_temp()
3044 A_TKNP(alloc, TK_DEALLOCATE); in alloc_char_temp()
5947 A_TKNP(newast, TK_ALLOCATE); in inline_reduction_f90()
6010 A_TKNP(newast, TK_ALLOCATE); in inline_reduction_f90()
6063 A_TKNP(newast, TK_ALLOCATE); in inline_reduction_f90()
6538 A_TKNP(newast, TK_DEALLOCATE); in inline_reduction_f90()
6557 A_TKNP(newast, TK_DEALLOCATE); in inline_reduction_f90()
6573 A_TKNP(newast, TK_DEALLOCATE); in inline_reduction_f90()
H A Dsemutil2.c12397 A_TKNP(ast, TK_ALLOCATE); in gen_kind_parm_assignments()
12408 A_TKNP(i, TK_DEALLOCATE); in gen_kind_parm_assignments()
12424 A_TKNP(ast, TK_ALLOCATE); in gen_kind_parm_assignments()
12435 A_TKNP(i, TK_DEALLOCATE); in gen_kind_parm_assignments()
12591 A_TKNP(ast, TK_DEALLOCATE); in __gen_conditional_dealloc()
12636 A_TKNP(ast, TK_ALLOCATE); in gen_conditional_alloc()
12667 A_TKNP(ast, TK_DEALLOCATE); in gen_conditional_dealloc_for_sym()
12682 A_TKNP(ast, TK_DEALLOCATE); in gen_dealloc_for_sym()
12822 A_TKNP(ast, TK_DEALLOCATE); in gen_automatic_reallocation()
12833 A_TKNP(ast, TK_ALLOCATE); in gen_automatic_reallocation()
[all …]
H A Dsemant3.c6511 A_TKNP(ast, TK_ALLOCATE); in gen_sourced_allocation()
6806 A_TKNP(alloc_ast, TK_ALLOCATE); in construct_association()
6852 A_TKNP(ast, TK_DEALLOCATE); in end_association()
H A Dsymutl.c3234 A_TKNP(ast, TK_ALLOCATE); in mk_mem_allocate()
3287 A_TKNP(ast, TK_DEALLOCATE); in mk_mem_deallocate()
H A Dtransfrm.c3362 A_TKNP(alloc, TK_ALLOCATE); in mk_allocate()
3371 A_TKNP(dealloc, TK_DEALLOCATE); in mk_deallocate()
H A Ddpm_out.c4850 A_TKNP(ast, TK_ALLOCATE); in mk_allocate_scalar()
4863 A_TKNP(ast, TK_DEALLOCATE); in mk_deallocate_scalar()
H A Ddump.c955 A_TKNP(0, 0); in dast()
H A Dinterf.c4549 A_TKNP(ast, optype); in fill_ast()
H A Dast.c4642 A_TKNP(astnew, A_TKNG(ast)); in ast_rewrite()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h35 #define A_TKNP(s,v) A_hw21P(s,v) macro