Home
last modified time | relevance | path

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

/dports/cad/freehdl/freehdl-0.0.7/fire/
H A Dfire-chunk.cc81 { IR_LABEL, "label", (tree_base_node*tree_base_node::*)&IIR_SequentialStatement::label },
1293 IR_LABEL,
3696 tree_kind IIR_Label::kind () { return IR_LABEL; } in kind()
3992 IR_LABEL,
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dstats.cc471 IR_LABEL, "label")); in build_LoopControlStat()
H A Dbison-parser.yy2319 | t_LABEL { $$ = IR_LABEL; }
H A Dbison-parser.cc6512 { (yyval.kind) = IR_LABEL; }
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dfire-chunk.h508 #define IR_LABEL (&IR_LABEL_kind_info) macro