Home
last modified time | relevance | path

Searched defs:Step (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXPathPath.h40 class Step; variable
DXPathStep.cpp44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) in Step() function in WebCore::XPath::Step
/external/chromium/chrome/browser/sync/
Dsync_setup_wizard.cc22 void SyncSetupWizard::Step(State advance_state) { in Step() function in SyncSetupWizard
/external/chromium/third_party/libjingle/source/talk/base/
Dtask.cc86 void Task::Step() { in Step() function in talk_base::Task
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc1428 struct Step { struct
1429 Step() : condvar(&mutex), number(0) {} in Step() argument
1431 base::Lock mutex;
1432 base::ConditionVariable condvar;
1433 int number;
1434 int64 metahandle;
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp154 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
324 ExprAST *Step = 0; in ParseForExpr() local
/external/chromium/app/sql/
Dstatement.cc48 bool Statement::Step() { in Step() function in sql::Statement
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp169 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
352 ExprAST *Step = 0; in ParseForExpr() local
/external/llvm/utils/TableGen/
DSetTheory.cpp169 int Step = 1; in apply() local
/external/zlib/src/contrib/ada/
Dzlib.adb45 Step : Flate_Step_Function; component
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp174 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
370 ExprAST *Step = 0; in ParseForExpr() local
/external/regex-re2/re2/
Dnfa.cc292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { in Step() function in re2::NFA
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp288 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1105 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1188 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
DScalarEvolution.cpp944 const SCEV *Step = AR->getStepRecurrence(*this); in getZeroExtendExpr() local
1060 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()
1088 const SCEV *Step = AR->getStepRecurrence(*SE); in getPreStartForSignExtend() local
1210 const SCEV *Step = AR->getStepRecurrence(*this); in getSignExtendExpr() local
2149 if (const SCEVConstant *Step = in getUDivExpr() local
2243 const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start, const SCEV *Step, in getAddRecExpr()
3364 const SCEV *Step = AddRec->getStepRecurrence(*this); in getUnsignedRange() local
3515 const SCEV *Step = AddRec->getStepRecurrence(*this); in getSignedRange() local
5483 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in HowFarToZero() local
6260 const SCEV *Step, in getBECount()
[all …]
DDependenceAnalysis.cpp809 const SCEV *Step = AddRec->getStepRecurrence(*SE); in checkSrcSubscript() local
827 const SCEV *Step = AddRec->getStepRecurrence(*SE); in checkDstSubscript() local
/external/v8/src/
Dincremental-marking.cc769 void IncrementalMarking::Step(intptr_t allocated_bytes, in Step() function in v8::internal::IncrementalMarking
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1655 protected boolean Step() throws javax.xml.transform.TransformerException in Step() method in XPathParser
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp852 const SCEV *Step = AR->getStepRecurrence(*SE); in isConsecutivePtr() local
1225 Constant *Step = ConstantInt::get(IdxTy, VF * UF); in createEmptyLoop() local
2867 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionVariable() local
/external/clang/lib/Sema/
DSemaInit.cpp4306 for (SmallVectorImpl<Step>::iterator Step = Steps.begin(), in ~InitializationSequence() local
4711 const InitializationSequence::Step& Step, in PerformConstructorInitialization()
5013 for (step_iterator Step = step_begin(), StepEnd = step_end(); in Perform() local
DSemaStmt.cpp2268 for (InitializationSequence::step_iterator Step = Seq.step_begin(), in PerformMoveOrCopyInitialization() local
DSemaExprCXX.cpp150 for (unsigned Step = 0; Step != 2; ++Step) { in getDestructorName() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1381 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in FindLoopCounter() local
DLoopStrengthReduce.cpp501 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE, in getExactSDiv() local