インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Inquiry Intrinsic Function (Generic): Returns the address of an argument. This function cannot be passed as an actual argument. This function can also be specified as IADDR.
result = BADDRESS (x)
x |
Is a variable, an array or record field reference, a procedure, or a constant; it can be of any data type. It must not be the name of a statement function. If it is a pointer, it must be defined and associated with a target. |