Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
6ace1843
Commit
6ace1843
authored
Dec 10, 2014
by
yoogx
Browse files
* Convert_Value_To_Time_Type: make it public
parent
ae6fbe3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-properties.adb
View file @
6ace1843
...
...
@@ -477,8 +477,6 @@ package body Ocarina.Backends.Properties is
Property_Name
:
Name_Id
)
return
Size_Type
;
-- Code factorization between thread and data interrogators
function
Convert_Value_To_Time_Type
(
V
:
Node_Id
)
return
Time_Type
;
function
Get_Compute_Entrypoint
(
E
:
Node_Id
;
In_Mode
:
Name_Id
:=
No_Name
)
return
Name_Id
;
...
...
src/backends/ocarina-backends-properties.ads
View file @
6ace1843
...
...
@@ -358,6 +358,8 @@ package Ocarina.Backends.Properties is
Null_Time
:
constant
Time_Type
;
function
Convert_Value_To_Time_Type
(
V
:
Node_Id
)
return
Time_Type
;
type
Supported_Thread_Implementation
is
(
Thread_With_Call_Sequence
,
Thread_With_Compute_Entrypoint
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment