Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp19 static fir::CharacterType getCharacterType(mlir::Type type) { in getCharacterType() function
33 static fir::CharacterType getCharacterType(const fir::CharBoxValue &box) { in getCharacterType() function
34 return getCharacterType(box.getBuffer().getType()); in getCharacterType()
135 return builder.getRefType(getCharacterType(box)); in getReferenceType()
144 auto kind = getCharacterType(str).getFKind(); in createEmbox()
191 auto blank = createBlankConstant(getCharacterType(str)); in createPadding()
260 auto temp = createTemp(getCharacterType(rhs), copyCount); in createAssign()
280 auto temp = createTemp(getCharacterType(rhs), len); in createConcatenate()
352 auto blank = createBlankConstantCode(getCharacterType(str)); in createLenTrim()
485 return getCharacterType(type).getFKind(); in getCharacterKind()