Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp4124 llvm::Value *tempSize = nullptr; in EmitCall() local
4145 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer()); in EmitCall()
4162 if (tempSize) { in EmitCall()
4163 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer()); in EmitCall()