mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-08 12:40:05 +01:00
+ more updates
This commit is contained in:
parent
1096332975
commit
f66632c1ce
@ -16,10 +16,40 @@ secondadd() ........... /cg/taddbool.pp Boolean arithmetic operations
|
|||||||
secondadd() ........... /cg/taddcard.pp Cardinal arithmetic operations
|
secondadd() ........... /cg/taddcard.pp Cardinal arithmetic operations
|
||||||
secondadd() ........... /cg/taddreal.pp Real arithmetic operations
|
secondadd() ........... /cg/taddreal.pp Real arithmetic operations
|
||||||
secondadd() ........... /cg/taddlong.pp Longint arithmetic operations
|
secondadd() ........... /cg/taddlong.pp Longint arithmetic operations
|
||||||
|
secondadd() ........... /cg/tadint64.pp 64-bit integer arithmeric operations
|
||||||
secondload()........... /cg/tldparam.pp Load subroutine parameters
|
secondload()........... /cg/tldparam.pp Load subroutine parameters
|
||||||
secondload()........... /cg/tldlocal.pp Load subroutine local variables
|
secondload()........... /cg/tldlocal.pp Load subroutine local variables
|
||||||
secondshlshr()......... /cg/tshlshr.pp Shift routines on natural compiler types
|
secondshlshr()......... /cg/tshlshr.pp Shift routines on natural compiler types
|
||||||
secondunaryminus()..... /cg/tneg.pp Negate on natural compiler types
|
secondunaryminus()..... /cg/tneg.pp Negate on natural compiler types
|
||||||
|
secondnot() ........... /cg/tnot.pp NOT operator node
|
||||||
|
secondmoddiv() ........ /cg/tmoddiv.pp Division and module node
|
||||||
|
secondtypeconv() ...... /cg/tstrcnv1.pp String -> String conversion
|
||||||
|
secondtypeconv() ......
|
||||||
|
secondis() ............
|
||||||
|
secondas() ............
|
||||||
|
secondfor() ...........
|
||||||
|
secondexitn() .........
|
||||||
|
secondraise() .........
|
||||||
|
secondtryexcept() .....
|
||||||
|
secondtryfinally() ....
|
||||||
|
secondon() ............
|
||||||
|
secondinline() ........
|
||||||
|
secondload() ..........
|
||||||
|
secondassignment() ....
|
||||||
|
secondarrayconstruct().
|
||||||
|
secondloadvmt()........
|
||||||
|
secondnewn()...........
|
||||||
|
secondhdisposen() .....
|
||||||
|
secondsimplenewdispose().
|
||||||
|
secondaddr() ..........
|
||||||
|
seconddoubleaddr() ....
|
||||||
|
secondderef() .........
|
||||||
|
secondvecn() ..........
|
||||||
|
secondwith() ..........
|
||||||
|
secondsetelement() ....
|
||||||
|
secondin() ............
|
||||||
|
secondcase() ..........
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Compiler
|
Compiler
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user