Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DConstraintManager.h149 virtual void EndPath(ProgramStateRef state) {} in EndPath() function
DProgramState.h623 void EndPath(ProgramStateRef St) { in EndPath() function
624 ConstraintMgr->EndPath(St); in EndPath()
/external/pdfium/core/fxge/win32/
Dcgdi_device_driver.cpp152 EndPath(hDC); in SetPathToDC()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1780 StateMgr.EndPath(Pred->getState()); in processEndOfFunction()