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

123456

/external/clang/include/clang/AST/
H A DMangle.h101 virtual void mangleThunk(const CXXMethodDecl *MD,
136 void mangleObjCMethodName(const ObjCMethodDecl *MD,
/external/ppp/pppd/
H A Dmd4.c12 ** -- Declare an MDstruct MD to hold the state of the digest
14 ** -- Initialize MD using MDbegin(&MD)
16 ** MD4Update(&MD,X,512)
19 ** MD4Update(&MD,X,n)
21 ** block terminates the computation, so every MD computation
24 ** -- The message digest is available in MD.buffer[0] ...
25 ** MD.buffer[3]. (Least-significant byte of each word
27 ** -- You can print out the digest using MDprint(&MD)
45 #define I0 0x67452301 /* Initial values for MD buffe
[all...]
/external/stlport/test/eh/
H A Dintel50.mak56 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
61 CPP_PRJ_LIBTYP = /D_STLP_USE_DYNAMIC_LIB /MD
/external/clang/include/clang/Analysis/
H A DCallGraph.h119 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { argument
120 if (includeInGraph(MD))
121 addNodeForDecl(MD, true);
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h181 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
182 const CGFunctionInfo &arrangeObjCMessageSendSignature(const ObjCMethodDecl *MD,
185 const CGFunctionInfo &arrangeCXXMethodDeclaration(const CXXMethodDecl *MD);
H A DCGClass.cpp1678 const CXXMethodDecl *MD) {
1695 if (MD->hasAttr<FinalAttr>())
1700 if (MD->getParent()->hasAttr<FinalAttr>())
1731 const CXXMethodDecl *MD) {
1732 if (!MD->isVirtual())
1740 return !canDevirtualizeMemberFunctionCall(CE->getArg(0), MD);
1745 const CXXMethodDecl *MD,
1749 CGM.getTypes().arrangeCXXMethodDeclaration(MD));
1751 if (UseVirtualCall(getContext(), E, MD))
1752 return BuildVirtualCall(MD, Thi
1677 canDevirtualizeMemberFunctionCall(const Expr *Base, const CXXMethodDecl *MD) argument
1729 UseVirtualCall(ASTContext &Context, const CXXOperatorCallExpr *CE, const CXXMethodDecl *MD) argument
1744 EmitCXXOperatorMemberCallee(const CXXOperatorCallExpr *E, const CXXMethodDecl *MD, llvm::Value *This) argument
1828 EmitLambdaDelegatingInvokeBody(const CXXMethodDecl *MD) argument
1848 EmitLambdaStaticInvokeFunction(const CXXMethodDecl *MD) argument
[all...]
H A DCGCall.cpp57 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) { argument
58 return MD->getType()->getCanonicalTypeUnqualified()
175 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) { argument
176 assert(!isa<CXXConstructorDecl>(MD) && "wrong method for contructors!");
177 assert(!isa<CXXDestructorDecl>(MD) && "wrong method for destructors!");
179 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
181 if (MD->isInstance()) {
183 return arrangeCXXMethodType(MD->getParent(), prototype.getTypePtr());
239 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD))
240 if (MD
264 arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) argument
277 arrangeObjCMessageSendSignature(const ObjCMethodDecl *MD, QualType receiverType) argument
909 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); local
[all...]
H A DCGObjCMac.cpp853 llvm::Function *GetMethodDefinition(const ObjCMethodDecl *MD);
1018 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);
1020 llvm::Constant *GetMethodDescriptionConstant(const ObjCMethodDecl *MD);
1217 llvm::Constant *GetMethodConstant(const ObjCMethodDecl *MD);
1219 llvm::Constant *GetMethodDescriptionConstant(const ObjCMethodDecl *MD);
1937 ObjCMethodDecl *MD = *i; local
1938 llvm::Constant *C = GetMethodDescriptionConstant(MD);
1942 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) {
1944 OptMethodTypesExt.push_back(GetMethodVarType(MD, true));
1947 MethodTypesExt.push_back(GetMethodVarType(MD, tru
1953 ObjCMethodDecl *MD = *i; local
2228 GetMethodDescriptionConstant(const ObjCMethodDecl *MD) argument
2690 GetMethodConstant(const ObjCMethodDecl *MD) argument
3799 GetMethodDefinition(const ObjCMethodDecl *MD) argument
5362 GetMethodConstant( const ObjCMethodDecl *MD) argument
5587 ObjCMethodDecl *MD = *i; local
5603 ObjCMethodDecl *MD = *i; local
5749 GetMethodDescriptionConstant(const ObjCMethodDecl *MD) argument
[all...]
/external/clang/lib/AST/
H A DDeclCXX.cpp1289 const CXXMethodDecl *MD = *I; local
1290 if (MD->getCanonicalDecl() == BaseMD->getCanonicalDecl())
1292 if (recursivelyOverrides(MD, BaseMD))
1306 CXXMethodDecl *MD = RD->getDestructor(); local
1307 if (MD) {
1308 if (recursivelyOverrides(MD, this))
1309 return MD;
1310 if (MayBeBase && recursivelyOverrides(this, MD))
1311 return MD;
1318 CXXMethodDecl *MD local
1442 addOverriddenMethod(const CXXMethodDecl *MD) argument
[all...]
H A DDeclObjC.cpp76 ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(*Meth); local
77 if (MD && MD->isInstanceMethod() == isInstance)
78 return MD;
527 if (ObjCMethodDecl *MD = IFD->getMethod(getSelector(),
529 return MD;
534 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
536 return MD;
855 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel))
856 return MD;
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Ddepcomp109 ## it if -MD -MP comes after the -MF stuff. Hmm.
117 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
136 ## - Don't want to use -MD because we'd like the dependencies to end
144 gccflag=-MD,
278 # Intel's C compiler understands `-MD -MF file'. However on
279 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
295 "$@" -MD -MF "$tmpdepfile"
361 # The Tru64 compiler uses -MD to generate dependencies as a side
362 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
388 "$@" -Wc,-MD
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp239 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
240 Selector S = MD->getSelector();
307 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { argument
308 checkerMgr->runCheckersOnASTDecl(MD, *Mgr, *RecVisitorBR);
309 if (MD->isThisDeclarationADefinition())
310 HandleCode(MD, RecVisitorMode);
/external/llvm/lib/VMCore/
H A DVerifier.cpp243 void visitMDNode(MDNode &MD, Function *F);
479 MDNode *MD = NMD.getOperand(i); local
480 if (!MD)
483 Assert1(!MD->isFunctionLocal(),
484 "Named metadata operand cannot be function local!", MD);
485 visitMDNode(*MD, 0);
489 void Verifier::visitMDNode(MDNode &MD, Function *F) { argument
492 if (!MDNodes.insert(&MD))
495 for (unsigned i = 0, e = MD.getNumOperands(); i != e; ++i) {
496 Value *Op = MD
1717 MDNode *MD = I.getMetadata(LLVMContext::MD_range); local
1852 MDNode *MD = cast<MDNode>(CI.getArgOperand(0)); local
[all...]
H A DMetadata.cpp157 if (MDNode *MD = dyn_cast<MDNode>(V))
158 return MD->getFunction();
170 if (MDNode *MD = dyn_cast<MDNode>(V))
171 NewF = assertLocalFunction(MD);
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp83 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
84 return MD->getBody();
95 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
96 return MD->getSelfDecl();
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h143 void EnumerateMetadata(const Value *MD);
/external/elfutils/libdwfl/
H A DMakefile.am98 if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp528 ObjCMethodDecl *MD = *MI; local
529 if (!MD->hasBody())
532 if (MD->isInstanceMethod() && MD->getSelector() == FinalizeSel) {
533 ObjCMethodDecl *FinalizeM = MD;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp524 const ObjCMethodDecl *MD = msg.getDecl(); local
526 if (!MD || !MD->isVariadic() || isa<ObjCProtocolDecl>(MD->getDeclContext()))
538 const ObjCInterfaceDecl *Class = MD->getClassInterface();
H A DRetainCountChecker.cpp764 const ObjCMethodDecl *MD,
781 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD) { argument
782 const ObjCInterfaceDecl *ID = MD->getClassInterface();
783 Selector S = MD->getSelector();
784 QualType ResultTy = MD->getResultType();
787 if (MD->isInstanceMethod())
792 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
795 const RetainSummary *getStandardMethodSummary(const ObjCMethodDecl *MD,
799 const ObjCMethodDecl *MD);
1339 const ObjCMethodDecl *MD) {
1338 updateSummaryFromAnnotations(const RetainSummary *&Summ, const ObjCMethodDecl *MD) argument
1393 getStandardMethodSummary(const ObjCMethodDecl *MD, Selector S, QualType RetTy) argument
1522 getMethodSummary(Selector S, const ObjCInterfaceDecl *ID, const ObjCMethodDecl *MD, QualType RetTy, ObjCMethodSummariesTy &CachedSummaries) argument
2292 ObjCMethodDecl &MD = cast<ObjCMethodDecl>(EndN->getCodeDecl()); local
[all...]
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp41 MacroDefinition *MD);
82 serialization::PreprocessedEntityID ID, MacroDefinition *MD) {
84 Listeners[i]->MacroDefinitionRead(ID, MD);
81 MacroDefinitionRead( serialization::PreprocessedEntityID ID, MacroDefinition *MD) argument
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h156 const MDNode *MD; // For MO_Metadata. member in union:llvm::MachineOperand::__anon9039
478 return Contents.MD;
659 Op.Contents.MD = Meta;
/external/compiler-rt/lib/asan/
H A Dasan_win.cc162 #error Please build the runtime with a non-debug CRT: /MD or /MT
/external/clang/lib/Sema/
H A DSemaExprMember.cpp158 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC))
159 contextClass = MD->getParent()->getCanonicalDecl();
948 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MemberDecl)) {
951 if (MD->isVirtual() && !SS.isSet())
1244 if (ObjCMethodDecl *MD = getCurMethodDecl())
1245 ClassOfMethodDecl = MD->getClassInterface();
1286 if (ObjCMethodDecl *MD = getCurMethodDecl()) {
1287 ObjCMethodFamily MF = MD->getMethodFamily();
1369 ObjCMethodDecl *MD = getCurMethodDecl(); local
1370 if (!MD) {
[all...]
/external/elfutils/libasm/
H A DMakefile.am84 if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \

Completed in 1816 milliseconds

123456