Home
last modified time | relevance | path

Searched refs:removePendingArrayDestruction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h931 removePendingArrayDestruction(ProgramStateRef State,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp241 State = removePendingArrayDestruction(State, LCtx); in removeStateTraitsUsedForArrayEvaluation()
H A DExprEngine.cpp551 ExprEngine::removePendingArrayDestruction(ProgramStateRef State, in removePendingArrayDestruction() function in ExprEngine