Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h827 std::pair<ProgramStateRef, uint64_t> prepareStateForArrayDestruction(
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1254 ExprEngine::prepareStateForArrayDestruction(const ProgramStateRef State, in prepareStateForArrayDestruction() function in ExprEngine
1366 std::tie(state, Idx) = prepareStateForArrayDestruction( in ProcessAutomaticObjDtor()
1449 std::tie(State, Idx) = prepareStateForArrayDestruction( in ProcessDeleteDtor()
1522 std::tie(State, Idx) = prepareStateForArrayDestruction( in ProcessMemberDtor()