| /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 | 51 const DataLayout *TD, unsigned Depth) { in computeKnownBitsAddSub() 134 const DataLayout *TD, unsigned Depth) { in computeKnownBitsMul() 228 const DataLayout *TD, unsigned Depth) { in computeKnownBits() 802 const DataLayout *TD, unsigned Depth) { in ComputeSignBit() 820 bool llvm::isKnownToBeAPowerOfTwo(Value *V, bool OrZero, unsigned Depth) { in isKnownToBeAPowerOfTwo() 916 unsigned Depth) { in isGEPKnownNonNull() 979 bool llvm::isKnownNonZero(Value *V, const DataLayout *TD, unsigned Depth) { in isKnownNonZero() 1115 const DataLayout *TD, unsigned Depth) { in MaskedValueIsZero() 1132 unsigned Depth) { in ComputeNumSignBits() 1303 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple() [all …]
|
| /external/clang/lib/Parse/ |
| D | ParseTemplate.cpp | 295 bool Parser::ParseTemplateParameters(unsigned Depth, in ParseTemplateParameters() 335 Parser::ParseTemplateParameterList(unsigned Depth, in ParseTemplateParameterList() 445 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateParameter() 467 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { in ParseTypeParameter() 530 Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) { in ParseTemplateTemplateParameter() 637 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) { in ParseNonTypeTemplateParameter()
|
| /external/llvm/include/llvm/CodeGen/ |
| D | ScoreboardHazardRecognizer.h | 46 size_t Depth; variable
|
| D | MachineTraceMetrics.h | 226 unsigned Depth; member
|
| /external/libcxxabi/test/ |
| D | dynamic_cast_stress.cpp | 56 const std::size_t Depth = 5; in test() local
|
| /external/expat/examples/ |
| D | outline.c | 46 int Depth; variable
|
| /external/lldb/include/lldb/Core/ |
| D | SearchFilter.h | 49 } Depth; typedef
|
| /external/chromium_org/third_party/libxml/chromium/ |
| D | libxml_utils.h | 62 int Depth() { return xmlTextReaderDepth(reader_); } in Depth() function
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCAPElim.cpp | 71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { in MayAutorelease()
|
| /external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
| D | SDL_vglvideo.h | 40 int Depth; member
|
| /external/eigen/Eigen/src/Core/ |
| D | GeneralProduct.h | 68 Depth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::ColsAtCompileTime, enumerator
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 72 unsigned Depth) { in SimplifyDemandedBits() 104 unsigned Depth) { in SimplifyDemandedUseBits() 919 unsigned Depth) { in SimplifyDemandedVectorElts()
|
| D | InstCombineVectorOps.cpp | 509 unsigned Depth = 0; in visitInsertValueInst() local 593 unsigned Depth = 5) { in CanEvaluateShuffled()
|
| /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()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelDAGToDAG.cpp | 1591 unsigned Depth) { in getUsefulBitsFromAndWithImmediate() 1601 unsigned Depth) { in getUsefulBitsFromBitfieldMoveOpd() 1627 unsigned Depth) { in getUsefulBitsFromUBFM() 1637 unsigned Depth) { in getUsefulBitsFromOrWithShiftedReg() 1665 unsigned Depth) { in getUsefulBitsFromBFM() 1691 SDValue Orig, unsigned Depth) { in getUsefulBitsForUse() 1724 static void getUsefulBits(SDValue Op, APInt &UsefulBits, unsigned Depth) { in getUsefulBits()
|
| /external/llvm/include/llvm/IR/ |
| D | LegacyPassManagers.h | 398 unsigned Depth; variable
|
| /external/llvm/lib/CodeGen/ |
| D | ScheduleDAGInstrs.cpp | 577 SUnit *SUa, SUnit *SUb, SUnit *ExitSU, unsigned *Depth, in iterateChainSucc() 628 unsigned Depth = 0; in adjustChainDeps() local 1356 unsigned Depth = I->first->getDepth(); in finalize() local 1393 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection()
|
| /external/llvm/lib/DebugInfo/ |
| D | DWARFUnit.cpp | 168 uint32_t Depth = 0; in extractDIEsToVector() local
|
| /external/clang/lib/Sema/ |
| D | SemaTemplateVariadic.cpp | 543 unsigned Depth = 0, Index = 0; in CheckParameterPacksForExpansion() local 646 unsigned Depth; in getNumArgumentsInExpansion() local
|
| D | SemaTemplate.cpp | 552 unsigned Depth, unsigned Position, in ActOnTypeParameter() 669 unsigned Depth, in ActOnNonTypeTemplateParameter() 745 unsigned Depth, in ActOnTemplateTemplateParameter() 815 Sema::ActOnTemplateParameterList(unsigned Depth, in ActOnTemplateParameterList() 1485 unsigned Depth; member 2044 unsigned Depth = AliasTemplate->getTemplateParameters()->getDepth(); in CheckTemplateIdType() local 2325 const TemplateArgument &Arg, unsigned Depth, unsigned Index) { in isTemplateArgumentTemplateParameter() 2366 unsigned Depth = Params->getDepth(); in isSameAsPrimaryTemplate() local 5788 static SourceRange findTemplateParameter(unsigned Depth, Expr *E) { in findTemplateParameter() 5798 static SourceRange findTemplateParameter(unsigned Depth, TypeLoc TL) { in findTemplateParameter()
|
| D | SemaTemplateDeduction.cpp | 620 unsigned Depth, Index; in PackDeductionScope() local 4696 unsigned Depth, in MarkUsedTemplateParameters() 4735 unsigned Depth, in MarkUsedTemplateParameters() 4752 unsigned Depth, in MarkUsedTemplateParameters() 4776 unsigned Depth, in MarkUsedTemplateParameters() 5009 unsigned Depth, in MarkUsedTemplateParameters() 5059 bool OnlyDeduced, unsigned Depth, in MarkUsedTemplateParameters()
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| D | malloc_extension.cc | 236 uintptr_t Depth(void** entry) { in Depth() function
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| D | malloc_extension.cc | 253 uintptr_t Depth(void** entry) { in Depth() function
|