Home
last modified time | relevance | path

Searched refs:notifyCheckersOfPointerEscape (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h156 notifyCheckersOfPointerEscape(ProgramStateRef State,
H A DExprEngine.h614 ProgramStateRef notifyCheckersOfPointerEscape(
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp215 newState = Eng.notifyCheckersOfPointerEscape(newState, IS, in invalidateRegionsImpl()
H A DExprEngine.cpp2664 ExprEngine::notifyCheckersOfPointerEscape(ProgramStateRef State, in notifyCheckersOfPointerEscape() function in ExprEngine