Home
last modified time | relevance | path

Searched refs:allocateLocal (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp249 if (auto Off = this->allocateLocal(VD)) { in visitVarDecl()
DByteCodeExprGen.h157 llvm::Optional<unsigned> allocateLocal(DeclTy &&Decl,
DByteCodeExprGen.cpp437 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() function in ByteCodeExprGen
/external/llvm-project/flang/include/flang/Lower/
DFIRBuilder.h87 mlir::Value allocateLocal(mlir::Location loc, mlir::Type ty,
/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp73 mlir::Value Fortran::lower::FirOpBuilder::allocateLocal( in allocateLocal() function in Fortran::lower::FirOpBuilder
DCharacterExpr.cpp205 auto ref = builder.allocateLocal(loc, type, llvm::StringRef{}, sizes); in createTemp()