Home
last modified time | relevance | path

Searched refs:W_Str_Access (Results 1 – 3 of 3) sorted by relevance

/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dasis_ul-string_utilities.ads40 type W_Str_Access is access all W_Str; type
41 procedure Free is new Unchecked_Deallocation (W_Str, W_Str_Access);
107 (S : W_Str_Access;
109 return W_Str_Access;
115 (S : W_Str_Access;
117 return W_Str_Access;
H A Dasis_ul-string_utilities.adb330 (S : W_Str_Access;
333 return W_Str_Access;
362 (S : W_Str_Access;
365 return W_Str_Access
368 Temp : W_Str_Access := S;
389 (S : W_Str_Access;
391 return W_Str_Access
407 (S : W_Str_Access;
409 return W_Str_Access
413 return Result : constant W_Str_Access :=
H A Dada_trees-formatting-tree_to_ada.adb5584 Temp : W_Str_Access := new W_Str'(W_Str (T));