Searched refs:MD (Results 126 - 142 of 142) sorted by relevance

123456

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp846 MDNode* MD = PTI->getMetadata(LLVMContext::MD_prof); local
847 assert(MD);
848 for (unsigned i = 1, e = MD->getNumOperands(); i < e; ++i) {
849 ConstantInt* CI = dyn_cast<ConstantInt>(MD->getOperand(i));
/external/clang/lib/Analysis/
H A DThreadSafety.cpp310 CXXMethodDecl* MD = local
312 if (LockReturnedAttr* At = MD->getAttr<LockReturnedAttr>()) {
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h739 SDValue getMDNode(const MDNode *MD);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp749 ObjCMethodDecl *MD = *i; local
750 MethodMap[MD->getSelector()] = MD;
H A DSemaExprObjC.cpp1287 ObjCMethodDecl *MD = 0; local
1291 if ((MD = PROTO->lookupMethod(Sel, Instance))) {
1292 return MD;
H A DSemaChecking.cpp1734 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(ND))
1735 if (MD->isInstance())
1757 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(ND))
1758 if (MD->isInstance())
H A DSemaExpr.cpp303 if (ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
304 numFormalParams = MD->param_size();
7978 CXXMethodDecl *MD = cast<CXXMethodDecl>(DRE->getDecl()); local
7992 S.Context.getTypeDeclType(MD->getParent()).getTypePtr());
10937 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(ME->getMemberDecl());
10938 if (!MD)
10944 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl);
11631 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD))
11632 if (MD->isInstance()) {
H A DSemaOverload.cpp10760 const CXXMethodDecl *MD = TheCall->getMethodDecl(); local
10765 << MD->getDeclName() << isa<CXXDestructorDecl>(CurContext)
10766 << MD->getParent()->getDeclName();
10768 Diag(MD->getLocStart(), diag::note_previous_decl) << MD->getDeclName();
H A DTreeTransform.h7120 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC))
7121 T = MD->getThisType(getSema().Context);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp839 MDNode *MD = dyn_cast<MDNode>(MDValueList.getValueFwdRef(Record[i])); local
840 if (MD == 0)
842 NMD->addOperand(MD);
/external/llvm/lib/VMCore/
H A DInstructions.cpp2019 const MDNode *MD = local
2021 if (!MD)
2023 ConstantFP *Accuracy = cast<ConstantFP>(MD->getOperand(0));
/external/clang/include/clang/AST/
H A DDeclCXX.h1593 void addOverriddenMethod(const CXXMethodDecl *MD);
/external/clang/lib/AST/
H A DASTContext.cpp7281 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) {
7282 const CXXRecordDecl *RD = MD->getParent();
7283 if (MD->isOutOfLine() && RD->isDynamicClass()) {
7285 if (KeyFunc && KeyFunc->getCanonicalDecl() == MD->getCanonicalDecl())
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2585 if (const CXXMethodDecl *MD = dyn_cast_or_null<CXXMethodDecl>(TargetDecl))
2586 return EmitCXXOperatorMemberCallExpr(CE, MD, ReturnValue);
/external/clang/lib/Serialization/
H A DASTReader.cpp3435 MacroDefinition *MD local
3439 DeserializationListener->MacroDefinitionRead(PPID, MD);
3441 return MD;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1510 SDValue SelectionDAG::getMDNode(const MDNode *MD) { argument
1513 ID.AddPointer(MD);
1519 SDNode *N = new (NodeAllocator) MDNodeSDNode(MD);
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
H A Dvideo.rtpdump226 w���*(�(���;�y��G$��M�MD��`�OG���=�ns֗�.��f��jwr#!�YJpE��8$м&���3y'{��sl�\ۖm{��e6V|�n����m�`��z��y��_��������M?�o�-�?� �{��L��@Xb���

Completed in 609 milliseconds

123456