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.h477 ProgramStateRef getInitialState(const LocationContext *InitLoc);
/external/clang/lib/Format/
H A DContinuationIndenter.h45 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
H A DFormat.cpp553 Indenter->getInitialState(FirstIndent, Line, /*DryRun=*/false);
881 LineState State = Indenter->getInitialState(Indent, &TheLine, DryRun);
943 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
H A DContinuationIndenter.cpp69 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, function in class:clang::format::ContinuationIndenter
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp195 generateNode(StartLoc, SubEng.getInitialState(L), nullptr);
H A DProgramState.cpp364 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { function in class:ProgramStateManager
H A DExprEngine.cpp94 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { function in class:ExprEngine
95 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 110 milliseconds