Home
last modified time | relevance | path

Searched defs:SizeEx (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedNewArraySizeChecker.cpp45 auto *SizeEx = *AC->getArraySizeExpr(); in checkPreCall() local
H A DMallocChecker.cpp1600 if (auto SizeEx = NE->getArraySize()) processNewAllocation() local
1686 MallocMemAux(CheckerContext & C,const CallEvent & Call,const Expr * SizeEx,SVal Init,ProgramStateRef State,AllocationFamily Family) const MallocMemAux() argument