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.h843 SVal *ElementCountVal = nullptr);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1259 SVal *ElementCountVal) { in prepareStateForArrayDestruction() argument
1268 if (ElementCountVal) in prepareStateForArrayDestruction()
1269 *ElementCountVal = ElementCount; in prepareStateForArrayDestruction()