Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h126 llvm::StringRef allocName);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp664 llvm::StringRef allocName) { in allocateAndInitNewStorage() argument
667 loc, box.getBaseTy(), allocName, lengths, extents); in allocateAndInitNewStorage()
686 llvm::StringRef allocName) { in genInlinedAllocation() argument
691 auto heap = builder.create<fir::AllocMemOp>(loc, box.getBaseTy(), allocName, in genInlinedAllocation()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp1130 for (const auto *allocName : allocateNames_) { in Post() local
1134 if (allocName->source == symbolPrivate.name()) { in Post()
1140 context_.Say(allocName->source, in Post()
1144 allocName->ToString()); in Post()