Searched refs:SizeEx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefinedNewArraySizeChecker.cpp | 45 auto *SizeEx = *AC->getArraySizeExpr(); in checkPreCall() local 49 HandleUndefinedArrayElementCount(C, SizeVal, SizeEx, in checkPreCall() 50 SizeEx->getSourceRange()); in checkPreCall()
|
| H A D | MallocChecker.cpp | 637 MallocMemAux(CheckerContext &C, const CallEvent &Call, const Expr *SizeEx, 1794 if (auto SizeEx = NE->getArraySize()) in processNewAllocation() local 1795 checkTaintedness(C, Call, C.getSVal(*SizeEx), State, in processNewAllocation() 1902 const Expr *SizeEx, SVal Init, in MallocMemAux() argument 1908 assert(SizeEx); in MallocMemAux() 1909 return MallocMemAux(C, Call, C.getSVal(SizeEx), Init, State, Family); in MallocMemAux()
|