Searched refs:sizeV (Results 1 – 3 of 3) sorted by relevance
95 SVal sizeV = state->getSVal(SE, C.getLocationContext()); in checkPreStmt() local97 if (sizeV.isUndef()) { in checkPreStmt()104 if (sizeV.isUnknown()) in checkPreStmt()108 if (state->isTainted(sizeV)) { in checkPreStmt()114 DefinedSVal sizeD = sizeV.castAs<DefinedSVal>(); in checkPreStmt()
154 int sizeV = SF_WIDTH * SF_LINES_BIGIMAGE / 4; in onPreviewFrame() local163 ByteBuffer.wrap(data, startV, sizeV) in onPreviewFrame()164 .get(mFrameBuffer.array(), sizeY + sizeU, sizeV); in onPreviewFrame() local
924 llvm::Value *sizeV = llvm::ConstantInt::get(Int64Ty, size); in EmitAutoVarAlloca() local926 emission.SizeForLifetimeMarkers = sizeV; in EmitAutoVarAlloca()928 Builder.CreateCall2(CGM.getLLVMLifetimeStartFn(), sizeV, castAddr) in EmitAutoVarAlloca()