Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dupper.cpp194 static int *agototab; variable
2725 NEW(agototab, int, agotosz); in read_symbol()
2728 NEED(agoto, agototab, int, agotosz, agoto + 32); in read_symbol()
2729 agototab[agoto - 1] = newsptr; in read_symbol()
6461 exp_build_agoto(agototab, agotomax); in build_agoto()
6462 FREE(agototab); in build_agoto()