Searched defs:getDepth (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h56 size_t getDepth() const { return Depth; } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
H A DScheduleDAG.h360 /// getDepth - Return the depth of this node, which is the length of the
362 unsigned getDepth() const { function in class:llvm::SUnit
388 /// getDepth() is called.
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java57 public int getDepth() method in class:PKIXPolicyNode
/external/collada/include/1.4/dom/
H A DdomImage.h303 domUint getDepth() const { return attrDepth; } function in class:domImage
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java108 public int getDepth() method in class:ReportProperties.ParsedProperties
318 (result.getDepth () == IItemMetadata.TYPE_ID_CLASS))
/external/llvm/include/llvm/
H A DPassManagers.h335 unsigned getDepth() const { return Depth; } function in class:llvm::PMDataManager
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp374 unsigned Region::getDepth() const { function in class:Region
449 print(dbgs(), true, getDepth(), printStyle.getValue());
/external/clang/lib/AST/
H A DDeclTemplate.cpp83 unsigned TemplateParameterList::getDepth() const { function in class:TemplateParameterList
90 return TTP->getDepth();
93 return NTTP->getDepth();
95 return cast<TemplateTemplateParmDecl>(FirstParm)->getDepth();
455 unsigned TemplateTypeParmDecl::getDepth() const { function in class:TemplateTypeParmDecl
456 return TypeForDecl->getAs<TemplateTypeParmType>()->getDepth();
H A DItaniumMangle.cpp159 unsigned getDepth() const { function in class:__anon2748::CXXNameMangler::FunctionTypeDepthState
183 assert(getDepth() == saved.getDepth() + 1);
2766 assert(parmDepth < FunctionTypeDepth.getDepth());
2767 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth;
/external/clang/include/clang/AST/
H A DDeclTemplate.h101 unsigned getDepth() const;
924 unsigned getDepth() const { return Depth; } function in class:clang::TemplateParameterList::TemplateParmPosition
1012 unsigned getDepth() const;
1086 using TemplateParmPosition::getDepth;
1226 using TemplateParmPosition::getDepth;
H A DType.h3241 unsigned getDepth() const { return getCanTTPTInfo().Depth; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3255 Profile(ID, getDepth(), getIndex(), isParameterPack(), getDecl());
/external/clang/include/clang/Parse/
H A DParser.h438 unsigned getDepth(tok::TokenKind t) { function in class:clang::Parser::DelimiterTracker
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 339 milliseconds