Searched refs:getCharacterKind (Results 1 – 6 of 6) sorted by relevance
56 fir::factory::CharacterExprHelper::getCharacterKind(ty)); in TEST_F()
109 static fir::KindTy getCharacterKind(mlir::Type type);
324 auto kind = getCharacterKind(src.getBuffer().getType()); in createCopy()327 if (getCharacterKind(dest.getBuffer().getType()) == kind) { in createCopy()494 auto kind = getCharacterKind(box.getBuffer().getType()); in createSubstring()625 fir::factory::CharacterExprHelper::getCharacterKind(mlir::Type type) { in getCharacterKind() function in fir::factory::CharacterExprHelper
456 fir::factory::CharacterExprHelper::getCharacterKind(type) == asciiKind) in getOutputFunc()551 fir::factory::CharacterExprHelper::getCharacterKind(type) == asciiKind) in getInputFunc()
3069 fir::factory::CharacterExprHelper{builder, loc}.getCharacterKind( in genIndex()3713 fir::factory::CharacterExprHelper{builder, loc}.getCharacterKind( in genScan()4350 fir::factory::CharacterExprHelper{builder, loc}.getCharacterKind( in genVerify()
2025 fir::factory::CharacterExprHelper::getCharacterKind(chTy); in genOffsetAndCoordinateOp()