mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 19:31:13 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() The parameter manager converts from the internal compiler representation of a parameter's location to an RTTI representation. As the general implementation more or less directly uses the compiler structures for this a platform specific parameter manager may override this functionality in case some parameter information changed in a non-backwards compatible way. The RTTI parameter location has a layout that allows for an easy enumeration as the size is fixed for all locations. Additionally there are properties that allow for easy access to the information stored in them. git-svn-id: trunk@35250 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |