Home
last modified time | relevance | path

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

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dtree.h75 TREE_VHDL_ST_GENFOR, enumerator
H A Dtree.c501 …case TREE_VHDL_ST_GENFOR: pxm = GLOBALS->hiericon_generatefor_pixmap; msk = GLOBALS->hiericon_gene… in maketree_nodes()
1122 else if(!strcmp(p, "VHDL_ST_GENFOR")) { exclhier |= exclone << TREE_VHDL_ST_GENFOR; } in sst_exclusion_loader()
H A Dextload.c614 case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break;
1224 case FST_ST_VHDL_FOR_GENERATE: ttype = TREE_VHDL_ST_GENFOR; break;
H A Dghw.c664 case ghw_hie_generate_for: ttype = TREE_VHDL_ST_GENFOR; break; in build_hierarchy()
H A Dfst.c188 case FST_ST_VHDL_FOR_GENERATE: ttype = TREE_VHDL_ST_GENFOR; break; in extractNextVar()
H A Dvcd.c1168 … case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break; in vcd_parse()
H A Dvcd_partial.c1117 … case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break; in vcd_parse()
H A Dvcd_recoder.c1511 … case 'f': ttype = (vht[6] == 'u') ? TREE_VHDL_ST_FUNCTION : TREE_VHDL_ST_GENFOR; break; in vcd_parse()