Home
last modified time | relevance | path

Searched refs:getInitialState (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h52 virtual ProgramStateRef getInitialState(const LocationContext *InitLoc) = 0;
H A DExprEngine.h228 ProgramStateRef getInitialState(const LocationContext *InitLoc) override;
H A DProgramState.h533 ProgramStateRef getInitialState(const LocationContext *InitLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h66 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
H A DUnwrappedLineFormatter.cpp796 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
823 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
847 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
H A DContinuationIndenter.cpp236 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp108 InitState = SubEng.getInitialState(L); in ExecuteWorkList()
H A DProgramState.cpp387 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ProgramStateManager
H A DExprEngine.cpp219 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ExprEngine
220 ProgramStateRef state = StateMgr.getInitialState(InitLoc); in getInitialState()