Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp94 SVal sizeV = state->getSVal(SE, C.getLocationContext()); in checkPreStmt() local
96 if (sizeV.isUndef()) { in checkPreStmt()
103 if (sizeV.isUnknown()) in checkPreStmt()
107 if (state->isTainted(sizeV)) { in checkPreStmt()
113 DefinedSVal sizeD = sizeV.castAs<DefinedSVal>(); in checkPreStmt()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDecl.cpp921 llvm::Value *sizeV = llvm::ConstantInt::get(Int64Ty, size); in EmitAutoVarAlloca() local
923 emission.SizeForLifetimeMarkers = sizeV; in EmitAutoVarAlloca()
925 Builder.CreateCall2(CGM.getLLVMLifetimeStartFn(), sizeV, castAddr) in EmitAutoVarAlloca()