Home
last modified time | relevance | path

Searched defs:charLen (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/unittests/Runtime/
H A DCommandTest.cpp239 const std::size_t charLen = sizeof(input); in TEST_F() local
260 const std::size_t charLen = sizeof(input); in TEST_F() local
271 const std::size_t charLen = sizeof(input); in TEST_F() local
802 const int charLen{3}; TEST_F() local
811 int charLen; TEST_F() local
[all...]
/llvm-project/flang/include/flang/Lower/
H A DBoxAnalyzer.h54 int64_t charLen() const { return len; } in charLen() function
80 std::optional<Fortran::lower::SomeExpr> charLen() const { in charLen() function
/llvm-project/flang/lib/Lower/
H A DMangler.cpp276 mangleArrayLiteral(size_t size,const Fortran::evaluate::ConstantSubscripts & shape,Fortran::common::TypeCategory cat,int kind,Fortran::common::ConstantSubscript charLen,llvm::StringRef derivedName) mangleArrayLiteral() argument
H A DConvertExpr.cpp538 createBoxProcCharTuple(Fortran::lower::AbstractConverter & converter,mlir::Type argTy,mlir::Value funcAddr,mlir::Value charLen) createBoxProcCharTuple() argument
2011 mlir::Value charLen; genArrayTempFromMold() local
5674 fir::CharacterType::LenType charLen = charTy.getLen(); genarr() local
6345 std::optional<mlir::Value> charLen; genArrayCtorInitializer() local
6429 std::optional<mlir::Value> charLen; genarr() local
[all...]
H A DBridge.cpp3649 mlir::Value charLen = genFIR() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DClauseProcessor.cpp678 std::optional<fir::CharacterType::LenType> charLen; global() member in Fortran::lower::omp::TypeInfo
736 mlir::Value charLen = builder.createIntegerConstant( createCopyFunc() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp733 mlir::Value charLen = create<fir::UndefOp>(loc, getCharacterLengthType()); genAbsentOp() local