Home
last modified time | relevance | path

Searched refs:No_Attribute (Results 1 – 11 of 11) sorted by relevance

/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dmatreshka-internals-xml.ads50 No_Attribute : constant Attribute_Identifier; constant
98 No_Attribute : constant Attribute_Identifier := 0; constant
H A Dmatreshka-internals-xml-attribute_tables.adb216 Next => No_Attribute);
360 Self.Last := No_Attribute;
H A Dxml-sax-simple_readers-parser-actions.adb107 if Self.Current_Attribute = No_Attribute then
116 while Current /= No_Attribute loop
267 if Self.Current_Attribute = No_Attribute then
306 Self.Current_Attribute := No_Attribute;
312 while Self.Current_Attribute /= No_Attribute loop
600 while Current /= No_Attribute loop
1176 while Current /= No_Attribute loop
H A Dmatreshka-internals-xml-attribute_tables.ads226 Last : Attribute_Identifier := No_Attribute;
H A Dmatreshka-internals-xml-element_tables.adb176 (Attributes => No_Attribute,
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dnetlists.adb1193 return No_Attribute;
1242 return No_Attribute;
1259 return Attr > No_Attribute and then Attr <= Attributes_Table.Last;
1495 Chain => No_Attribute));
1496 pragma Assert (Attributes_Table.Last = No_Attribute);
H A Dnetlists-utils.adb310 while Attr /= No_Attribute loop
H A Dnetlists.ads387 No_Attribute : Attribute := 0; variable
H A Dnetlists-disp_vhdl.adb1502 while Attr /= No_Attribute loop
/dports/textproc/templates_parser/templates-parser-1d62939/src/
H A Dtemplates_parser-data.adb80 return No_Attribute;
598 if Result.Attribute = No_Attribute and then Is_Macro then
H A Dtemplates_parser.adb658 No_Attribute : constant Attribute_Data := (Nil, 0); constant