Searched refs:getCharacterType (Results 1 – 5 of 5) sorted by relevance
123 static fir::CharacterType getCharacterType(mlir::Type type);124 static fir::CharacterType getCharacterType(const fir::CharBoxValue &box);125 static fir::CharacterType getCharacterType(mlir::Value str);
70 EXPECT_FALSE(charHelper.getCharacterType(substr).hasConstantLen()); in TEST_F()72 charHelper.getCharacterType(substr))); in TEST_F()
61 fir::factory::CharacterExprHelper::getCharacterType(mlir::Type type) { in getCharacterType() function in fir::factory::CharacterExprHelper71 fir::CharacterType fir::factory::CharacterExprHelper::getCharacterType( in getCharacterType() function in fir::factory::CharacterExprHelper73 return getCharacterType(box.getBuffer().getType()); in getCharacterType()77 fir::factory::CharacterExprHelper::getCharacterType(mlir::Value str) { in getCharacterType() function in fir::factory::CharacterExprHelper78 return getCharacterType(str.getType()); in getCharacterType()351 auto blank = createBlankConstant(getCharacterType(str)); in createPadding()458 auto temp = createCharacterTemp(getCharacterType(rhs), len); in createConcatenate()530 auto blank = createBlankConstantCode(getCharacterType(str)); in createLenTrim()656 auto type = getCharacterType(singleton); in extractCodeFromSingleton()
2408 fir::CharacterType::KindTy kind = helper.getCharacterType(type).getFKind(); in genChar()2979 fir::CharacterType eleType = helper.getCharacterType(ty); in genIchar()
2021 fir::factory::CharacterExprHelper::getCharacterType(refTy); in genOffsetAndCoordinateOp()