Home
last modified time | relevance | path

Searched refs:Is_ID (Results 1 – 6 of 6) sorted by relevance

/dports/lang/asis/asis-gpl-2016-src/tools/asistant/
H A Dasistant-l_parser.adb150 function Is_ID (TS : Token_Stream) return Boolean is subprogram
184 end Is_ID;
H A Dasistant-l_parser.ads76 function Is_ID (TS : Token_Stream) return Boolean; subprogspec
H A Dasistant-s_parser.adb63 if not Is_ID (TS) then
125 if Is_ID (TS) then
/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dmatreshka-internals-xml-attribute_tables.ads112 function Is_ID subprogspec
234 pragma Inline (Is_ID);
H A Dmatreshka-internals-xml-attribute_tables.adb145 function Is_ID subprogram
150 end Is_ID;
H A Dxml-sax-simple_readers-parser-actions.adb602 and Is_ID (Self.Attributes, Current)