Home
last modified time | relevance | path

Searched refs:Is_Error (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/aunit/aunit-gpl-2017-src/include/aunit/framework/
H A Daunit-test_results.adb56 function Is_Error (Position : Result_Lists.Cursor) return Boolean; subprogspec
138 function Is_Error (Position : Result_Lists.Cursor) return Boolean is subprogram
141 end Is_Error;
158 return not Is_Error (Position) and then not Is_Failure (Position);
251 procedure Extract is new Gen_Extract (Is_Error);
/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-internals-text_codecs-utf16.adb264 overriding function Is_Error (Self : UTF16BE_Decoder) return Boolean is subprogram
267 end Is_Error;
273 overriding function Is_Error (Self : UTF16LE_Decoder) return Boolean is subprogram
276 end Is_Error;
H A Dmatreshka-internals-text_codecs-utf16.ads62 overriding function Is_Error (Self : UTF16BE_Decoder) return Boolean; subprogspec
77 overriding function Is_Error (Self : UTF16LE_Decoder) return Boolean; subprogspec
H A Dmatreshka-internals-text_codecs-utf8.adb306 overriding function Is_Error (Self : UTF8_Decoder) return Boolean is subprogram
309 end Is_Error;
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-context.ads63 function Is_Error (Inst : Synth_Instance_Acc) return Boolean; subprogspec
64 pragma Inline (Is_Error);
178 Is_Error : Boolean; variable
H A Dsynth-context.adb52 Is_Error => False,
89 Is_Error => False,
133 function Is_Error (Inst : Synth_Instance_Acc) return Boolean is subprogram
135 return Inst.Is_Error;
136 end Is_Error;
140 Inst.Is_Error := True;
/dports/devel/matreshka/matreshka-0.7.0/source/league/codecs/
H A Dmatreshka-internals-text_codecs-iso88591.adb162 overriding function Is_Error (Self : ISO88591_Decoder) return Boolean is subprogram
167 end Is_Error;
H A Dmatreshka-internals-text_codecs-ascii.adb172 overriding function Is_Error (Self : ASCII_Decoder) return Boolean is subprogram
175 end Is_Error;
H A Dmatreshka-internals-text_codecs-shiftjis.adb170 overriding function Is_Error (Self : SHIFTJIS_Decoder) return Boolean is subprogram
173 end Is_Error;
H A Dmatreshka-internals-text_codecs-iso88595.adb207 overriding function Is_Error (Self : ISO88595_Decoder) return Boolean is subprogram
212 end Is_Error;
H A Dmatreshka-internals-text_codecs-windows1252.adb288 overriding function Is_Error (Self : Windows1252_Decoder) return Boolean is subprogram
293 end Is_Error;
H A Dmatreshka-internals-text_codecs-windows1251.adb383 overriding function Is_Error (Self : Windows1251_Decoder) return Boolean is subprogram
388 end Is_Error;
H A Dmatreshka-internals-text_codecs-windows1250.adb487 overriding function Is_Error (Self : Windows1250_Decoder) return Boolean is subprogram
492 end Is_Error;
H A Dmatreshka-internals-text_codecs-ascii.ads57 overriding function Is_Error (Self : ASCII_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-iso88591.ads57 overriding function Is_Error (Self : ISO88591_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-windows1252.ads55 overriding function Is_Error (Self : Windows1252_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-ibm437.ads57 overriding function Is_Error (Self : IBM437_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-koi8r.ads55 overriding function Is_Error (Self : KOI8R_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-koi8u.ads55 overriding function Is_Error (Self : KOI8U_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-windows1250.ads55 overriding function Is_Error (Self : Windows1250_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-windows1251.ads55 overriding function Is_Error (Self : Windows1251_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-iso88595.ads55 overriding function Is_Error (Self : ISO88595_Decoder) return Boolean;
H A Dmatreshka-internals-text_codecs-koi8r.adb702 overriding function Is_Error (Self : KOI8R_Decoder) return Boolean is subprogram
707 end Is_Error;
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/generated/
H A Dgdk-display.ads342 Is_Error : Boolean); variable
346 Is_Error : Boolean); variable
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_specs.adb350 if Is_Error (Attr_Expr) then
624 if Is_Error (Name) then
1094 if Is_Error (El) then
1152 elsif not Is_Error (El)
1196 if Is_Error (El) then
1248 elsif not Is_Error (El)
1271 if Is_Error (Entity_Name) then
1318 if Is_Error (Conf) then
1618 if Is_Error (Comp_Name) then
1726 if Is_Error (Component) then

12