Home
last modified time | relevance | path

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

/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dvaul-chunk.h1082pIIR_Attr_POS mIIR_Attr_POS (pIIR_PosInfo pos, pIIR_Type subtype, pIIR_Type prefix, pIIR_Expressio…
1083pIIR_Attr_POS mIIR_Attr_POS (int lineno, pIIR_Type subtype, pIIR_Type prefix, pIIR_Expression argu…
1580 pIIR_Attr_POS IIR_Attr_POS;
H A Dfire-chunk.h710 typedef IIR_Attr_POS *pIIR_Attr_POS; typedef
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dvaul-chunk.cc1783 pIIR_Attr_POS vaul_node_creator::mIIR_Attr_POS (pIIR_PosInfo pos, pIIR_Type subtype, pIIR_Type pref… in mIIR_Attr_POS()
1785 pIIR_Attr_POS n = new (&hist) IIR_Attr_POS (pos, subtype, IR_NOT_STATIC, prefix, argument); in mIIR_Attr_POS()
1789 pIIR_Attr_POS vaul_node_creator::mIIR_Attr_POS (int lineno, pIIR_Type subtype, pIIR_Type prefix, pI… in mIIR_Attr_POS()
1791pIIR_Attr_POS n = new (&hist) IIR_Attr_POS (make_posinfo(lineno), subtype, IR_NOT_STATIC, prefix, … in mIIR_Attr_POS()
H A Dexpr.cc1618 is_t = pIIR_Attr_POS(target)->subtype; in conversion_cost()