repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
disp2_pkg.adb
blob
ed460ec453f69f7bbd9e151a406599cd56e3ef9c
1
package body
Disp2_Pkg
is
2
3
function
Impl_Of
(
Self
:
access
Object
)
return
Object_Ptr
is
4
begin
5
return
Object_Ptr
(
Self
);
6
end
Impl_Of
;
7
8
end
Disp2_Pkg
;