Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h851 std::pair<ProgramStateRef, uint64_t> prepareStateForArrayDestruction(
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1240 ExprEngine::prepareStateForArrayDestruction(const ProgramStateRef State, in prepareStateForArrayDestruction() function in ExprEngine
1351 std::tie(state, Idx) = prepareStateForArrayDestruction( in ProcessAutomaticObjDtor()
1432 std::tie(State, Idx) = prepareStateForArrayDestruction( in ProcessDeleteDtor()
1503 std::tie(State, Idx) = prepareStateForArrayDestruction( in ProcessMemberDtor()