Home
last modified time | relevance | path

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

/freebsd/contrib/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()) in processNewAllocation() local
1686 const Expr *SizeEx, SVal Init, in MallocMemAux()