Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dgen_il-types.ads45 type Opt_Type_Enum is type
522 subtype Type_Enum is Opt_Type_Enum
523 range Opt_Type_Enum'Succ (No_Type) .. Opt_Type_Enum'Last;
579 subtype Opt_Abstract_Type is Opt_Type_Enum with
H A Dgen_il-internals.adb160 function Image (T : Opt_Type_Enum) return String is
199 function Image_Sans_N (T : Opt_Type_Enum) return String is
H A Dgen_il-internals.ads35 function Image (T : Opt_Type_Enum) return String;
37 function Image_Sans_N (T : Opt_Type_Enum) return String;
H A DChangeLog5962 * gen_il-types.ads (type Opt_Type_Enum): Add them.