HomeSort by relevance Sort by last modified time
    Searched defs:MD (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 493 void InsertBlockLiteralsWithinMethod(ObjCMethodDecl *MD);
    [all...]
RewriteObjC.cpp 398 void InsertBlockLiteralsWithinMethod(ObjCMethodDecl *MD);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp 577 if (auto *MD = I->getMetadata(KindID))
578 return wrap(MetadataAsValue::get(I->getContext(), MD));
586 Metadata *MD = MAV->getMetadata();
587 assert((isa<MDNode>(MD) || isa<ConstantAsMetadata>(MD)) &&
590 if (MDNode *N = dyn_cast<MDNode>(MD))
593 return MDNode::get(MAV->getContext(), MD);
612 if (auto *MD = dyn_cast_or_null<MetadataAsValue>(unwrap(Val)))
613 if (isa<MDNode>(MD->getMetadata()) ||
614 isa<ValueAsMetadata>(MD->getMetadata())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 664 DNS_PTR_DATAW PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;
697 DNS_PTR_DATAA PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 435 /* The MB or ME field in an MD or MDS form instruction. The high
515 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
585 /* The SH field in an MD form instruction. This is split. */
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 514 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(New);
515 if (MD && MD->getParent()->getDescribedClassTemplate()) {
    [all...]
SemaExpr.cpp 141 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
142 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) {
409 if (ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
410 numFormalParams = MD->param_size();
    [all...]

Completed in 1784 milliseconds

1 2 3 45