HomeSort by relevance Sort by last modified time
    Searched refs:MD (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 751 const ObjCMethodDecl *MD,
768 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD) {
769 const ObjCInterfaceDecl *ID = MD->getClassInterface();
770 Selector S = MD->getSelector();
771 QualType ResultTy = MD->getResultType();
774 if (MD->isInstanceMethod())
779 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
782 const RetainSummary *getStandardMethodSummary(const ObjCMethodDecl *MD,
786 const ObjCMethodDecl *MD);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 88 ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(*Meth);
89 if (MD && MD->isInstanceMethod() == isInstance)
90 return MD;
591 if (ObjCMethodDecl *MD = IFD->getMethod(getSelector(),
593 return MD;
598 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
600 return MD;
    [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 40 MacroDefinition *MD);
81 serialization::PreprocessedEntityID ID, MacroDefinition *MD) {
83 Listeners[i]->MacroDefinitionRead(ID, MD);
FrontendAction.cpp 67 MacroDefinition *MD) {
69 Previous->MacroDefinitionRead(PPID, MD);
  /external/clang/lib/Sema/
SemaExprMember.cpp 148 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC))
149 contextClass = MD->getParent()->getCanonicalDecl();
    [all...]
SemaDecl.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 157 const MDNode *MD; // For MO_Metadata.
481 return Contents.MD;
662 Op.Contents.MD = Meta;
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 633 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) {
634 VisitNamedDecl(MD);
638 Reader.PendingBodies[MD] = GetCurrentCursorOffset();
640 MD->setSelfDecl(ReadDeclAs<ImplicitParamDecl>(Record, Idx));
641 MD->setCmdDecl(ReadDeclAs<ImplicitParamDecl>(Record, Idx));
643 MD->setInstanceMethod(Record[Idx++]);
644 MD->setVariadic(Record[Idx++]);
645 MD->setPropertyAccessor(Record[Idx++]);
646 MD->setDefined(Record[Idx++]);
647 MD->IsOverriding = Record[Idx++]
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 99 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
100 return MD->getBody();
122 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
123 return MD->getSelfDecl();
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 157 void EnumerateMetadata(const Value *MD);
  /external/llvm/lib/IR/
Metadata.cpp 157 if (MDNode *MD = dyn_cast<MDNode>(V))
158 return MD->getFunction();
170 if (MDNode *MD = dyn_cast<MDNode>(V))
171 NewF = assertLocalFunction(MD);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 161 void EnumerateMetadata(const llvm::Value *MD);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 161 void EnumerateMetadata(const llvm::Value *MD);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 161 void EnumerateMetadata(const llvm::Value *MD);
  /external/elfutils/libasm/
Makefile.am 84 if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
  /external/clang/tools/libclang/
CXCursor.cpp 936 if (const ObjCMethodDecl *MD = dyn_cast_or_null<ObjCMethodDecl>(D))
937 return MD->param_size();
948 if (const ObjCMethodDecl *MD = dyn_cast_or_null<ObjCMethodDecl>(D)) {
949 if (i < MD->param_size())
950 return cxcursor::MakeCXCursor(MD->param_begin()[i],
    [all...]
IndexingContext.cpp     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 758 const CXXMethodDecl *MD = dyn_cast_or_null<CXXMethodDecl>(ICall->getDecl());
759 if (!MD)
761 if (!(MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()))
764 return MD->isTrivial();
    [all...]
  /bionic/libc/
Android.mk 581 -MD -MF $(@:%.s=%.d) -o $@ $<
597 -MD -MF $(@:%.o=%.d) -o $@ -c $<
606 -MD -MF $(@:%.o=%.d) -o $@ -c $<
627 -MD -MF $(@:%.o=%.d) -o $@ -c $<
642 -MD -MF $(@:%.o=%.d) -o $@ -c $<
659 -MD -MF $(@:%.o=%.d) -o $@ -c $<
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 438 } else if (const MDNodeSDNode *MD = dyn_cast<MDNodeSDNode>(this)) {
439 if (MD->getMD())
440 OS << "<" << MD->getMD() << ">";
  /external/qemu/memcheck/
memcheck_proc_management.c 374 MD("memcheck: Thread stack for %s[pid=%u, tid=%u] is too big: %u",
487 MD("memcheck: FORK(%u, %u): parent %s[pid=%u] is not the current process %s[pid=%u]",
735 MD("memcheck: %s[pid=%u] MMRANGE %s[0x%08X - 0x%08X] is replaced with %s[0x%08X - 0x%08X]",
  /external/elfutils/libdw/
Makefile.am 107 if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \

Completed in 729 milliseconds

1 2 3 45 6 7 8