Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1580 mlir::Value argBox; in mapSymbolAttributes() local
1584 argBox = addr; in mapSymbolAttributes()
1593 populateShape(shapes, x.bounds, argBox); in mapSymbolAttributes()
1609 populateLBoundsExtents(lbounds, extents, x.bounds, argBox); in mapSymbolAttributes()
1757 mlir::Value argBox; in mapSymbolAttributes() local
1763 argBox = actualArg; in mapSymbolAttributes()
1783 populateShape(shape, x.bounds, argBox); in mapSymbolAttributes()
1817 mlir::Value argBox; in mapSymbolAttributes() local
1823 argBox = actualArg; in mapSymbolAttributes()
1831 len = charHelp.readLengthFromBox(argBox); in mapSymbolAttributes()
[all …]
H A DRuntime.cpp266 mlir::Value argBox) { in genRandomSeed() argument
293 builder, loc, funcTy, argBox, sourceFile, sourceLine); in genRandomSeed()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DRuntime.h82 mlir::Value argBox);