Home
last modified time | relevance | path

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

/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dfire-chunk.t124 (defnode IIR_AbstractLiteral (IIR_Literal)
127 (defnode IIR_IntegerLiteral (IIR_AbstractLiteral)
130 (defnode IIR_FloatingPointLiteral (IIR_AbstractLiteral)
504 ((IIR_AbstractLiteral value)))
H A Dfire-chunk.h67 struct IIR_AbstractLiteral;
68 typedef IIR_AbstractLiteral *pIIR_AbstractLiteral;
977 struct IIR_AbstractLiteral : IIR_Literal { struct
979 IIR_AbstractLiteral (pIIR_PosInfo pos) in IIR_AbstractLiteral() argument
986 struct IIR_IntegerLiteral : IIR_AbstractLiteral {
990 : IIR_AbstractLiteral (pos), in IIR_IntegerLiteral()
997 struct IIR_FloatingPointLiteral : IIR_AbstractLiteral {
1001 : IIR_AbstractLiteral (pos), in IIR_FloatingPointLiteral()
H A Dvaul-chunk.h1735 pIIR_AbstractLiteral IIR_AbstractLiteral; member
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dbison-parser.cc3848 …ssion) = build_LiteralExpression ((yylsp[(1) - (1)]), (yyvsp[(1) - (1)].tree.IIR_AbstractLiteral));
3892 if ((yyvsp[(1) - (2)].tree.IIR_AbstractLiteral) == NULL)
3893 …(yyvsp[(1) - (2)].tree.IIR_AbstractLiteral) = mIIR_IntegerLiteral((yylsp[(1) - (2)]), (IR_Characte…
3894 …IR_PhysicalLiteral) = build_PhysicalLiteral((yyvsp[(1) - (2)].tree.IIR_AbstractLiteral), (yyvsp[(2…
3902 { (yyval.tree.IIR_AbstractLiteral) = NULL; }
3909 …IR_PhysicalLiteral) = build_PhysicalLiteral((yyvsp[(1) - (2)].tree.IIR_AbstractLiteral), (yyvsp[(2…
H A Dbison-parser.yy216 %token <tree.IIR_AbstractLiteral>
237 %type <tree.IIR_AbstractLiteral>
H A Dvaul-chunk.cc3711 pIIR_AbstractLiteral n = new (&hist) IIR_AbstractLiteral (pos); in mIIR_AbstractLiteral()
3717 pIIR_AbstractLiteral n = new (&hist) IIR_AbstractLiteral (make_posinfo(lineno)); in mIIR_AbstractLiteral()
/dports/cad/freehdl/freehdl-0.0.7/fire/
H A Dfire-chunk.cc3015 sizeof(IIR_AbstractLiteral)
3202 tree_kind IIR_AbstractLiteral::kind () { return IR_ABSTRACT_LITERAL; } in kind()
/dports/cad/freehdl/freehdl-0.0.7/
H A DREADME.AIRE146 There are additional types IIR_AbstractLiteral,
/dports/cad/freehdl/freehdl-0.0.7/doc/
H A Dfireref.texi446 | | +-IIR_AbstractLiteral
637 @item Inherited by: @tab IIR_AbstractLiteral
3849 @item Inherits from: @tab IIR_AbstractLiteral
3860 @item Inherits from: @tab IIR_AbstractLiteral
3869 @deftp Node IIR_AbstractLiteral
3936 @item Inherited by: @tab IIR_AbstractLiteral
H A Dfire.info1728 | | +-IIR_AbstractLiteral
1904 Inherited by: IIR_AbstractLiteral
4563 Inherits from: IIR_AbstractLiteral
4571 Inherits from: IIR_AbstractLiteral
4578 -- Node: IIR_AbstractLiteral
4629 Inherited by: IIR_AbstractLiteral