Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
General
(Moderators:
FPK
,
Tomas Hajny
) »
List of FPC intrinsic
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
SQLite3 Date Problem
by
Thaddy
[
Today
at 09:05:58 am]
Inversive Geometry Curves...
by
Thaddy
[
Today
at 08:56:11 am]
kernel 6.8 and checking s...
by
MarkMLl
[
Today
at 08:51:22 am]
ZUGFeRD: Which PDF lib to...
by
cdbc
[
Today
at 08:03:31 am]
Map vs dataset
by
cdbc
[
Today
at 07:46:53 am]
TTrayIcon do not work pro...
by
Thaddy
[
Today
at 07:36:19 am]
Undefined symbol: WSRegis...
by
ljz111
[
Today
at 07:19:58 am]
Arrow keys in FV
by
Thaddy
[
Today
at 06:33:08 am]
[SOLVED] How much would i...
by
egsuh
[
Today
at 06:15:02 am]
storing string
by
Wesbat
[
Today
at 04:51:11 am]
How to know when dragging...
by
jamie
[
Today
at 02:30:22 am]
Breakpoint dosn't work
by
Martin_fr
[
Today
at 12:43:37 am]
[SOLVED] Howto use a DEFI...
by
bytebites
[
Today
at 12:05:01 am]
Common File Dialogs Have ...
by
msintle
[
Today
at 12:04:48 am]
C operators and shift
by
Warfley
[December 05, 2024, 11:19:19 pm]
Tmemo add char like typin...
by
ackarwow
[December 05, 2024, 10:47:59 pm]
Python4Lazarus Undefined ...
by
AlexTP
[December 05, 2024, 08:42:33 pm]
mxMarkEdit, a new visual ...
by
maxnd
[December 05, 2024, 06:08:17 pm]
Api/component pack for Ra...
by
MarkMLl
[December 05, 2024, 04:47:33 pm]
compiler messages suggest...
by
Thaddy
[December 05, 2024, 04:15:17 pm]
Wrong resolution of secon...
by
Apiglio
[December 05, 2024, 03:13:47 pm]
Benchmarks
by
Warfley
[December 05, 2024, 02:00:39 pm]
[Solved]I have created dl...
by
Packs
[December 05, 2024, 01:11:27 pm]
TLazSerial : serial port ...
by
tetrastes
[December 05, 2024, 12:26:29 pm]
Bright color
by
Warfley
[December 05, 2024, 10:29:06 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: List of FPC intrinsic (Read 935 times)
Okoba
Hero Member
Posts: 555
List of FPC intrinsic
«
on:
October 01, 2023, 05:35:14 pm »
Hello,
Where can I find a list of FPC intrinsic?
I know a couple like SizeOf or GetTypeKind but what are the others?
Logged
jamie
Hero Member
Posts: 6735
Re: List of FPC intrinsic
«
Reply #1 on:
October 01, 2023, 06:18:54 pm »
Be careful what you ask for...
Open the help (RTL), third tab, type in "BITS" hit enter.
that's a start on intrinsic low-level stuff.
Logged
The only true wisdom is knowing you know nothing
Okoba
Hero Member
Posts: 555
Re: List of FPC intrinsic
«
Reply #2 on:
October 01, 2023, 06:26:57 pm »
What do you mean by that? I searched "BITS" in "(RTL) Runtime Library" and the result is "TBits.Bits" documentation. It seems that is not the what I want.
Logged
Kays
Hero Member
Posts: 613
Whasup!?
Re: List of FPC intrinsic
«
Reply #3 on:
October 01, 2023, 08:28:06 pm »
Quote from: Okoba on October 01, 2023, 05:35:14 pm
[…] Where can I find a list of FPC intrinsic? […]
There is no such compiled list. You can check out the
FPC source code
though. Furthermore
look for
internproc
in the RTL source code
.
«
Last Edit: October 01, 2023, 08:30:10 pm by Kays
»
Logged
Yours Sincerely
Kai Burghardt
simone
Hero Member
Posts: 626
Re: List of FPC intrinsic
«
Reply #4 on:
October 01, 2023, 08:57:48 pm »
You can take a look at the
system.fpd
file, which contains a list of fictious declarations for compiler intrinsics, used by fpdoc. Among these you can find those related to
SizeOf
and
GetTypeKind
The file has the following path in my machine:
\lazarus\fpc\3.2.2\source\rtl\inc.
Alternatively, look here:
https://gitlab.com/freepascal.org/fpc/source/-/blob/main/rtl/inc/system.fpd
«
Last Edit: October 01, 2023, 09:15:09 pm by simone
»
Logged
Microsoft Windows 10 64 bit - Lazarus 3.0 FPC 3.2.2 x86_64-win64-win32/win64
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
General
(Moderators:
FPK
,
Tomas Hajny
) »
List of FPC intrinsic
TinyPortal
© 2005-2018