Searched refs:arrayIntF (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | c_f_pointer.f90 | 11 integer, pointer :: scalarIntF, arrayIntF(:) variable 15 call c_f_pointer(scalarC, arrayIntF, [1_8]) ! ok 16 call c_f_pointer(shape=[1_8], cptr=scalarC, fptr=arrayIntF) ! ok 17 call c_f_pointer(scalarC, shape=[1_8], fptr=arrayIntF) ! ok 19 call c_f_pointer(scalarC, fptr=arrayIntF, [1_8]) 25 call c_f_pointer(scalarC, arrayIntF)
|