Searched refs:getInitialState (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h48 virtual ProgramStateRef getInitialState(const LocationContext *InitLoc) = 0;
H A DExprEngine.h155 /// getInitialState - Return the initial state used for the root vertex
157 ProgramStateRef getInitialState(const LocationContext *InitLoc) override;
H A DProgramState.h485 ProgramStateRef getInitialState(const LocationContext *InitLoc);
/external/clang/lib/Format/
H A DContinuationIndenter.h47 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
H A DUnwrappedLineFormatter.cpp586 Indenter->getInitialState(FirstIndent, &Line, /*DryRun=*/false);
611 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
633 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
H A DContinuationIndenter.cpp70 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, function in class:clang::format::ContinuationIndenter
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp196 generateNode(StartLoc, SubEng.getInitialState(L), nullptr);
H A DProgramState.cpp364 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { function in class:ProgramStateManager
H A DExprEngine.cpp104 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { function in class:ExprEngine
105 ProgramStateRef state = StateMgr.getInitialState(InitLoc);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 229 milliseconds