Home
last modified time | relevance | path

Searched defs:explicitParams (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h334 llvm::SmallVector<mlir::Value, 2> explicitParams; global() variable
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1837 genBoxDeclare(Fortran::lower::AbstractConverter & converter,Fortran::lower::SymMap & symMap,const Fortran::semantics::Symbol & sym,mlir::Value box,llvm::ArrayRef<mlir::Value> lbounds,llvm::ArrayRef<mlir::Value> explicitParams,llvm::ArrayRef<mlir::Value> explicitExtents,bool replace=false) genBoxDeclare() argument
1951 llvm::SmallVector<mlir::Value> explicitParams; mapSymbolAttributes() local