Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp508 const Expr *SizeEx, SVal Init,
1716 const Expr *SizeEx, SVal Init, in MallocMemAux() argument
1722 assert(SizeEx); in MallocMemAux()
1723 return MallocMemAux(C, Call, C.getSVal(SizeEx), Init, State, Family); in MallocMemAux()