Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp242 auto ptrLen = unwrapElementType(boxType).cast<fir::CharacterType>().getLen(); in genInitialDataTarget() local
243 if (ptrLen == targetLen) in genInitialDataTarget()