Home
last modified time | relevance | path

Searched defs:Depth (Results 1 – 25 of 73) sorted by relevance

123

/external/javassist/src/main/javassist/runtime/
DCflow.java26 private static class Depth { class in Cflow
28 Depth() { depth = 0; } in Depth() method in Cflow.Depth
/external/opencv/cxcore/include/
Dcvwimage.h507 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/
DValueTracking.cpp132 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/
DParseTemplate.cpp313 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/
Ddynamic_cast_stress.pass.cpp53 const std::size_t Depth = 5; in test() local
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h46 size_t Depth; variable
DMachineTraceMetrics.h226 unsigned Depth; member
/external/expat/examples/
Doutline.c46 int Depth; variable
/external/lldb/include/lldb/Core/
DSearchFilter.h49 } Depth; typedef
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { in MayAutorelease()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp85 unsigned Depth) { in SimplifyDemandedBits()
118 unsigned Depth, in SimplifyDemandedUseBits()
962 unsigned Depth) { in SimplifyDemandedVectorElts()
DInstCombineInternal.h472 unsigned Depth, Instruction *CxtI) const { in computeKnownBits()
DInstCombineVectorOps.cpp510 unsigned Depth = 0; in visitInsertValueInst() local
594 unsigned Depth = 5) { in CanEvaluateShuffled()
/external/eigen/Eigen/src/Core/
DGeneralProduct.h68 Depth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::ColsAtCompileTime, enumerator
/external/clang/include/clang/Sema/
DTemplate.h75 bool hasTemplateArgument(unsigned Depth, unsigned Index) const { in hasTemplateArgument()
85 void setArgument(unsigned Depth, unsigned Index, in setArgument()
DScope.h138 unsigned short Depth; variable
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1648 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/
DScheduleDAGInstrs.cpp587 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/
DLegacyPassManagers.h407 unsigned Depth; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp182 uint32_t Depth = 0; in extractDIEsToVector() local
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp552 unsigned Depth = 0, Index = 0; in CheckParameterPacksForExpansion() local
655 unsigned Depth; in getNumArgumentsInExpansion() local
DSemaTemplate.cpp552 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()
DSemaTemplateDeduction.cpp594 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/
DSILowerControlFlow.cpp439 unsigned Depth = 0; in runOnMachineFunction() local
/external/clang/tools/libclang/
DCXComment.cpp336 unsigned clang_TParamCommandComment_getIndex(CXComment CXC, unsigned Depth) { in clang_TParamCommandComment_getIndex()

123