Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp95 SVal sizeV = state->getSVal(SE, C.getLocationContext()); in checkPreStmt() local
97 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()
/external/chromium_org/media/base/android/java/src/org/chromium/media/
DVideoCaptureTango.java154 int sizeV = SF_WIDTH * SF_LINES_BIGIMAGE / 4; in onPreviewFrame() local
163 ByteBuffer.wrap(data, startV, sizeV) in onPreviewFrame()
164 .get(mFrameBuffer.array(), sizeY + sizeU, sizeV); in onPreviewFrame() local
/external/clang/lib/CodeGen/
DCGDecl.cpp924 llvm::Value *sizeV = llvm::ConstantInt::get(Int64Ty, size); in EmitAutoVarAlloca() local
926 emission.SizeForLifetimeMarkers = sizeV; in EmitAutoVarAlloca()
928 Builder.CreateCall2(CGM.getLLVMLifetimeStartFn(), sizeV, castAddr) in EmitAutoVarAlloca()