Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp738 allocateAndInitNewStorage(fir::FirOpBuilder & builder,mlir::Location loc,const fir::MutableBoxValue & box,mlir::ValueRange extents,mlir::ValueRange lenParams,llvm::StringRef allocName) allocateAndInitNewStorage() argument
758 genInlinedAllocation(fir::FirOpBuilder & builder,mlir::Location loc,const fir::MutableBoxValue & box,mlir::ValueRange lbounds,mlir::ValueRange extents,mlir::ValueRange lenParams,llvm::StringRef allocName,bool mustBeHeap) genInlinedAllocation() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-directives.cpp1548 for (const auto *allocName : allocateNames_) { Post() local