Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h838 SVal *ElementCountVal = nullptr);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1258 SVal *ElementCountVal) { in prepareStateForArrayDestruction() argument
1267 if (ElementCountVal) in prepareStateForArrayDestruction()
1268 *ElementCountVal = ElementCount; in prepareStateForArrayDestruction()