/external/javassist/src/main/javassist/runtime/ |
D | Cflow.java | 26 private static class Depth { class in Cflow 28 Depth() { depth = 0; } in Depth() method in Cflow.Depth
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 507 inline int WImage<uchar>::Depth() const {return IPL_DEPTH_8U; } in Depth() function 509 inline int WImage<schar>::Depth() const {return IPL_DEPTH_8S; } in Depth() function 511 inline int WImage<short>::Depth() const {return IPL_DEPTH_16S; } in Depth() function 513 inline int WImage<ushort>::Depth() const {return IPL_DEPTH_16U; } in Depth() function 515 inline int WImage<int>::Depth() const {return IPL_DEPTH_32S; } in Depth() function 517 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth() function 519 inline int WImage<double>::Depth() const {return IPL_DEPTH_64F; } in Depth() function
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 132 const DataLayout &DL, unsigned Depth, in computeKnownBits() 144 const DataLayout &DL, unsigned Depth, in ComputeSignBit() 155 unsigned Depth, AssumptionCache *AC, in isKnownToBeAPowerOfTwo() 165 bool llvm::isKnownNonZero(Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero() 175 unsigned Depth, AssumptionCache *AC, in MaskedValueIsZero() 185 unsigned Depth, AssumptionCache *AC, in ComputeNumSignBits() 194 const DataLayout &DL, unsigned Depth, in computeKnownBitsAddSub() 274 const DataLayout &DL, unsigned Depth, in computeKnownBitsMul() 508 unsigned Depth, const Query &Q) { in computeKnownBitsFromTrueCondition() 576 unsigned Depth, in computeKnownBitsFromDominatingCondition() [all …]
|
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 313 bool Parser::ParseTemplateParameters(unsigned Depth, in ParseTemplateParameters() 353 Parser::ParseTemplateParameterList(unsigned Depth, in ParseTemplateParameterList() 463 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter() 485 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter() 548 Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateTemplateParameter() 655 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
|
/external/libcxxabi/test/ |
D | dynamic_cast_stress.pass.cpp | 53 const std::size_t Depth = 5; in test() local
|
/external/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 46 size_t Depth; variable
|
D | MachineTraceMetrics.h | 226 unsigned Depth; member
|
/external/expat/examples/ |
D | outline.c | 46 int Depth; variable
|
/external/lldb/include/lldb/Core/ |
D | SearchFilter.h | 49 } Depth; typedef
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { in MayAutorelease()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 85 unsigned Depth) { in SimplifyDemandedBits() 118 unsigned Depth, in SimplifyDemandedUseBits() 962 unsigned Depth) { in SimplifyDemandedVectorElts()
|
D | InstCombineInternal.h | 472 unsigned Depth, Instruction *CxtI) const { in computeKnownBits()
|
D | InstCombineVectorOps.cpp | 510 unsigned Depth = 0; in visitInsertValueInst() local 594 unsigned Depth = 5) { in CanEvaluateShuffled()
|
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 68 Depth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::ColsAtCompileTime, enumerator
|
/external/clang/include/clang/Sema/ |
D | Template.h | 75 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument() 85 void setArgument(unsigned Depth, unsigned Index, in setArgument()
|
D | Scope.h | 138 unsigned short Depth; variable
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1648 unsigned Depth) { in getUsefulBitsFromAndWithImmediate() 1658 unsigned Depth) { in getUsefulBitsFromBitfieldMoveOpd() 1684 unsigned Depth) { in getUsefulBitsFromUBFM() 1694 unsigned Depth) { in getUsefulBitsFromOrWithShiftedReg() 1722 unsigned Depth) { in getUsefulBitsFromBFM() 1748 SDValue Orig, unsigned Depth) { in getUsefulBitsForUse() 1781 static void getUsefulBits(SDValue Op, APInt &UsefulBits, unsigned Depth) { in getUsefulBits()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 587 SUnit *ExitSU, unsigned *Depth, in iterateChainSucc() 639 unsigned Depth = 0; in adjustChainDeps() local 1374 unsigned Depth = I->first->getDepth(); in finalize() local 1411 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection()
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 407 unsigned Depth; variable
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 182 uint32_t Depth = 0; in extractDIEsToVector() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 552 unsigned Depth = 0, Index = 0; in CheckParameterPacksForExpansion() local 655 unsigned Depth; in getNumArgumentsInExpansion() local
|
D | SemaTemplate.cpp | 552 unsigned Depth, unsigned Position, in ActOnTypeParameter() 665 unsigned Depth, in ActOnNonTypeTemplateParameter() 742 unsigned Depth, in ActOnTemplateTemplateParameter() 812 Sema::ActOnTemplateParameterList(unsigned Depth, in ActOnTemplateParameterList() 1503 unsigned Depth; member 2062 unsigned Depth = AliasTemplate->getTemplateParameters()->getDepth(); in CheckTemplateIdType() local 2343 const TemplateArgument &Arg, unsigned Depth, unsigned Index) { in isTemplateArgumentTemplateParameter() 2384 unsigned Depth = Params->getDepth(); in isSameAsPrimaryTemplate() local 5911 static SourceRange findTemplateParameter(unsigned Depth, Expr *E) { in findTemplateParameter() 5921 static SourceRange findTemplateParameter(unsigned Depth, TypeLoc TL) { in findTemplateParameter()
|
D | SemaTemplateDeduction.cpp | 594 unsigned Depth, Index; in PackDeductionScope() local 4582 unsigned Depth, in MarkUsedTemplateParameters() 4621 unsigned Depth, in MarkUsedTemplateParameters() 4638 unsigned Depth, in MarkUsedTemplateParameters() 4662 unsigned Depth, in MarkUsedTemplateParameters() 4895 unsigned Depth, in MarkUsedTemplateParameters() 4943 bool OnlyDeduced, unsigned Depth, in MarkUsedTemplateParameters()
|
/external/llvm/lib/Target/R600/ |
D | SILowerControlFlow.cpp | 439 unsigned Depth = 0; in runOnMachineFunction() local
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 336 unsigned clang_TParamCommandComment_getIndex(CXComment CXC, unsigned Depth) { in clang_TParamCommandComment_getIndex()
|