HomeSort by: relevance | last modified time | path
    Searched refs:getInitialState (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.h 65 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
UnwrappedLineFormatter.cpp 890 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn,
917 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun);
941 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun);
ContinuationIndenter.cpp 235 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 106 InitState = ExprEng.getInitialState(L);
ProgramState.cpp 391 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) {
ExprEngine.cpp 232 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) {
233 ProgramStateRef state = StateMgr.getInitialState(InitLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 257 /// getInitialState - Return the initial state used for the root vertex
259 ProgramStateRef getInitialState(const LocationContext *InitLoc);
ProgramState.h 504 ProgramStateRef getInitialState(const LocationContext *InitLoc);

Completed in 125 milliseconds