Home
last modified time | relevance | path

Searched refs:arrayIntF (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dc_f_pointer.f9011 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)