/external/webkit/Source/WebCore/xml/ |
D | XPathPath.h | 40 class Step; variable
|
D | XPathStep.cpp | 44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) in Step() function in WebCore::XPath::Step
|
/external/chromium/chrome/browser/sync/ |
D | sync_setup_wizard.cc | 22 void SyncSetupWizard::Step(State advance_state) { in Step() function in SyncSetupWizard
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | task.cc | 86 void Task::Step() { in Step() function in talk_base::Task
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable_unittest.cc | 1428 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/ |
D | toy.cpp | 154 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 324 ExprAST *Step = 0; in ParseForExpr() local
|
/external/chromium/app/sql/ |
D | statement.cc | 48 bool Statement::Step() { in Step() function in sql::Statement
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 169 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 352 ExprAST *Step = 0; in ParseForExpr() local
|
/external/llvm/utils/TableGen/ |
D | SetTheory.cpp | 169 int Step = 1; in apply() local
|
/external/zlib/src/contrib/ada/ |
D | zlib.adb | 45 Step : Flate_Step_Function; component
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 174 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 370 ExprAST *Step = 0; in ParseForExpr() local
|
/external/regex-re2/re2/ |
D | nfa.cc | 292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { in Step() function in re2::NFA
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 288 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
|
D | ScalarEvolution.cpp | 944 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 …]
|
D | DependenceAnalysis.cpp | 809 const SCEV *Step = AddRec->getStepRecurrence(*SE); in checkSrcSubscript() local 827 const SCEV *Step = AddRec->getStepRecurrence(*SE); in checkDstSubscript() local
|
/external/v8/src/ |
D | incremental-marking.cc | 769 void IncrementalMarking::Step(intptr_t allocated_bytes, in Step() function in v8::internal::IncrementalMarking
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 1655 protected boolean Step() throws javax.xml.transform.TransformerException in Step() method in XPathParser
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 852 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/ |
D | SemaInit.cpp | 4306 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
|
D | SemaStmt.cpp | 2268 for (InitializationSequence::step_iterator Step = Seq.step_begin(), in PerformMoveOrCopyInitialization() local
|
D | SemaExprCXX.cpp | 150 for (unsigned Step = 0; Step != 2; ++Step) { in getDestructorName() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1381 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in FindLoopCounter() local
|
D | LoopStrengthReduce.cpp | 501 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE, in getExactSDiv() local
|