Home
last modified time | relevance | path

Searched refs:Program_Text (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/asis/asis-gpl-2016-src/asis/
H A Dasis-text.ads493 function Element_Image (Element : Asis.Element) return Program_Text;
522 function Line_Image (The_Line : Line) return Program_Text;
554 function Non_Comment_Image (The_Line : Line) return Program_Text;
575 function Comment_Image (The_Line : Line) return Program_Text;
H A Dasis-extensions.ads95 type Program_Text_Access is access Program_Text;
97 (Program_Text, Program_Text_Access);
1062 return Program_Text;
1202 return Program_Text;
H A Dasis-expressions.ads326 return Program_Text;
/dports/lang/asis/asis-gpl-2016-src/tools/gnatcheck/
H A Dgnatcheck-source_checks.adb77 new Program_Text'(Line_Image (Lines_To_Check (J)));
79 new Program_Text'(Non_Comment_Image (Lines_To_Check (J)));
81 new Program_Text'(Comment_Image (Lines_To_Check (J)));
/dports/lang/asis/asis-gpl-2016-src/tools/gnatstub/
H A Dgnatstub-sampler.adb231 function Name (El : Asis.Element) return Program_Text;
290 function Image_For_String (S : Program_Text) return Program_Text;
908 New_Node.Spec_Name := new Program_Text'(Name (El));
1382 Body_String : constant Program_Text := "B o d y";
1395 Subunit_Name_Str : constant Program_Text :=
1759 LC_Function_Name : constant Program_Text :=
1762 function Function_Name return Program_Text;
1770 function Function_Name return Program_Text is
2336 new Program_Text'(Unit_Full_Name (Body_Unit));
2500 function Image_For_String (S : Program_Text) return Program_Text is
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/web/tools/a2js/
H A Dproperties-declarations-package_instantiation.adb75 Image : constant Asis.Program_Text :=
114 Image : constant Asis.Program_Text :=
H A Dproperties-declarations-function_declarations.adb76 Unit : constant Asis.Program_Text :=
/dports/lang/adacontrol/adactl-1.18r9/src/
H A Drules-characters.ads40 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location);
H A Drules-max_line_length.ads43 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location);
H A Drules-style-keyword.ads33 …procedure Process_Line (Line : in Asis.Program_Text; Loc : in Framework.Location; Expected : in Ca…
H A Drules-header_comments.ads44 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location);
H A Drules-max_blank_lines.ads44 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location);
H A Drules-comments.ads43 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location);
H A Dframework-plugs.ads46 procedure Text_Analysis (Line : Asis.Program_Text; Loc : Location);
H A Dframework-specific_plugs.ads52 procedure Text_Analysis (Line : Asis.Program_Text; Loc : Location);
H A Drules-style.ads56 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location);
H A Dframework-specific_plugs.adb148 procedure Text_Analysis (Line : Asis.Program_Text; Loc : Location) is
H A Drules-max_line_length.adb124 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location) is
H A Drules-max_blank_lines.adb136 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location) is
H A Drules-comments.adb305 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location) is
537 Begin_Text : constant Program_Text := To_Upper (Line_Image
H A Drules-style-keyword.adb292 …procedure Process_Line (Line : in Asis.Program_Text; Loc : in Framework.Location; Expected : in Ca…
H A Drules-characters.adb134 procedure Process_Line (Line : in Asis.Program_Text; Loc : Framework.Location) is
/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dada_trees-formatting-dictionaries.ads40 (Ada_Name : in out Program_Text;
H A Dasis_ul-utilities.ads217 function Full_Expanded_Name_Image (Name : Asis.Element) return Program_Text;
/dports/devel/matreshka/matreshka-0.7.0/tools/documentation_generator/
H A Ddocumentation_generator-database.adb118 Line : constant Asis.Program_Text
120 Comment : constant Asis.Program_Text

12