Home
last modified time | relevance | path

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

/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dvaul-chunk.h1076pIIR_Attr_PRED mIIR_Attr_PRED (pIIR_PosInfo pos, pIIR_Type subtype, pIIR_Type prefix, pIIR_Express…
1077pIIR_Attr_PRED mIIR_Attr_PRED (int lineno, pIIR_Type subtype, pIIR_Type prefix, pIIR_Expression ar…
1577 pIIR_Attr_PRED IIR_Attr_PRED;
H A Dfire-chunk.h722 typedef IIR_Attr_PRED *pIIR_Attr_PRED; typedef
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dvaul-chunk.cc1747 pIIR_Attr_PRED vaul_node_creator::mIIR_Attr_PRED (pIIR_PosInfo pos, pIIR_Type subtype, pIIR_Type pr… in mIIR_Attr_PRED()
1749 pIIR_Attr_PRED n = new (&hist) IIR_Attr_PRED (pos, subtype, IR_NOT_STATIC, prefix, argument); in mIIR_Attr_PRED()
1753 pIIR_Attr_PRED vaul_node_creator::mIIR_Attr_PRED (int lineno, pIIR_Type subtype, pIIR_Type prefix, … in mIIR_Attr_PRED()
1755pIIR_Attr_PRED n = new (&hist) IIR_Attr_PRED (make_posinfo(lineno), subtype, IR_NOT_STATIC, prefix… in mIIR_Attr_PRED()