Home
last modified time | relevance | path

Searched defs:SizeV (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp63 SVal SizeV = C.getSVal(Size); in REGISTER_MAP_WITH_PROGRAMSTATE() local
H A DVLASizeChecker.cpp155 SVal SizeV = C.getSVal(SizeE); in checkVLAIndexSize() local
H A DStdLibraryFunctionsChecker.cpp1243 const SVal SizeV = [this, &State, &Call, &Summary, &SvalBuilder]() { in apply() local
1250 SVal SizeV = getArgSVal(Call, *SizeArgN); in apply() local
H A DCStringChecker.cpp1208 invalidateDestinationBufferBySize(CheckerContext & C,ProgramStateRef S,const Expr * BufE,SVal BufV,SVal SizeV,QualType SizeTy) invalidateDestinationBufferBySize() argument
/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1364 llvm::Value *SizeV = llvm::ConstantInt::get( EmitLifetimeStart() local