Home
last modified time | relevance | path

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

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