URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [loop_optimization8_pkg2.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
package body Loop_Optimization8_Pkg2 is function Length (Set : T) return Natural is begin return Set.Length; end Length; function Index (Set : T; Position : Natural) return Integer is begin return Set.Elements (Position); end Index; end Loop_Optimization8_Pkg2;
Go to most recent revision | Compare with Previous | Blame | View Log