Home
last modified time | relevance | path

Searched defs:MD (Results 1 – 25 of 155) sorted by relevance

1234567

/external/openssl/crypto/rand/
Drand_lcl.h139 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md5(), NULL) macro
144 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL) macro
149 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL) macro
154 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md2(), NULL) macro
/external/clang/tools/libclang/
DIndexBody.cpp71 if (ObjCMethodDecl *MD = E->getMethodDecl()) in VisitObjCMessageExpr() local
102 if (ObjCMethodDecl *MD = E->getBoxingMethod()) in VisitObjCBoxedExpr() local
109 if (ObjCMethodDecl *MD = E->getDictWithObjectsMethod()) in VisitObjCDictionaryLiteral() local
116 if (ObjCMethodDecl *MD = E->getArrayWithObjectsMethod()) in VisitObjCArrayLiteral() local
DIndexDecl.cpp29 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined() local
210 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl() local
213 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl() local
235 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl() local
241 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl() local
/external/clang/include/clang/Lex/
DPPCallbacks.h241 virtual void MacroExpands(const Token &MacroNameTok, const MacroDirective *MD, in MacroExpands()
247 const MacroDirective *MD) { in MacroDefined()
254 const MacroDirective *MD) { in MacroUndefined()
259 virtual void Defined(const Token &MacroNameTok, const MacroDirective *MD, in Defined()
298 const MacroDirective *MD) { in Ifdef()
306 const MacroDirective *MD) { in Ifndef()
440 void MacroExpands(const Token &MacroNameTok, const MacroDirective *MD, in MacroExpands()
446 void MacroDefined(const Token &MacroNameTok, const MacroDirective *MD) override { in MacroDefined()
452 const MacroDirective *MD) override { in MacroUndefined()
457 void Defined(const Token &MacroNameTok, const MacroDirective *MD, in Defined()
[all …]
/external/clang/include/clang/AST/
DASTLambda.h28 inline bool isLambdaCallOperator(const CXXMethodDecl *MD) { in isLambdaCallOperator()
39 inline bool isGenericLambdaCallOperatorSpecialization(const CXXMethodDecl *MD) { in isGenericLambdaCallOperatorSpecialization()
DVTableBuilder.h72 static VTableComponent MakeFunction(const CXXMethodDecl *MD) { in MakeFunction()
90 static VTableComponent MakeUnusedFunction(const CXXMethodDecl *MD) { in MakeUnusedFunction()
292 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()->getCanonicalDecl()); in getThunkInfo() local
/external/clang/test/Layout/
Dms-x86-member-pointers.cpp9 struct MD { char a; int M::*mp; }; argument
/external/clang/lib/CodeGen/
DCGVTables.cpp37 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in GetAddrOfThunk() local
54 static void setThunkVisibility(CodeGenModule &CGM, const CXXMethodDecl *MD, in setThunkVisibility()
130 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in GenerateVarArgsThunk() local
199 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in StartThunk() local
232 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in EmitCallAndReturnForThunk() local
315 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in GenerateThunk() local
407 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in maybeEmitThunkForVTable() local
417 const CXXMethodDecl *MD = in EmitThunks() local
DCodeGenABITypes.cpp41 CodeGenABITypes::arrangeObjCMessageSendSignature(const ObjCMethodDecl *MD, in arrangeObjCMessageSendSignature()
DCGCXX.cpp332 CodeGenFunction::BuildAppleKextVirtualCall(const CXXMethodDecl *MD, in BuildAppleKextVirtualCall()
357 const auto *MD = cast<CXXMethodDecl>(DD); in BuildAppleKextVirtualDestructorCall() local
/external/clang/lib/AST/
DVTableBuilder.cpp139 OverriderInfo getOverrider(const CXXMethodDecl *MD, in getOverrider()
180 const CXXMethodDecl *MD = I->first; in FinalOverriders() local
411 for (const auto *MD : RD->methods()) { in dump() local
512 bool VCallOffsetMap::AddVCallOffset(const CXXMethodDecl *MD, in AddVCallOffset()
525 CharUnits VCallOffsetMap::getVCallOffsetOffset(const CXXMethodDecl *MD) { in getVCallOffsetOffset()
695 for (const auto *MD : RD->methods()) { in AddVCallOffsets() local
1067 void ItaniumVTableBuilder::AddThunk(const CXXMethodDecl *MD, in AddThunk()
1090 visitAllOverriddenMethods(const CXXMethodDecl *MD, VisitorTy &Visitor) { in visitAllOverriddenMethods()
1116 ComputeAllOverriddenMethods(const CXXMethodDecl *MD, in ComputeAllOverriddenMethods()
1127 const CXXMethodDecl *MD = I->first; in ComputeThisAdjustments() local
[all …]
DDeclObjC.cpp89 ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(*Meth); in getMethod() local
107 ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(*Meth); in HasUserDeclaredSetterMethod() local
116 if (ObjCMethodDecl *MD = Cat->getInstanceMethod(Sel)) in HasUserDeclaredSetterMethod() local
357 for (const auto *MD : D->instance_methods()) { in isIntroducingInitializers() local
362 for (const auto *MD : Ext->instance_methods()) { in isIntroducingInitializers() local
368 for (const auto *MD : ImplD->instance_methods()) { in isIntroducingInitializers() local
421 for (const auto *MD : IFace->instance_methods()) in getDesignatedInitializers() local
425 for (const auto *MD : Ext->instance_methods()) in getDesignatedInitializers() local
443 if (const ObjCMethodDecl *MD = IFace->getInstanceMethod(Sel)) { in isDesignatedInitializer() local
451 if (const ObjCMethodDecl *MD = Ext->getInstanceMethod(Sel)) { in isDesignatedInitializer() local
[all …]
DMangle.cpp163 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) in mangleName() local
234 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD, in mangleObjCMethodName()
DComment.cpp172 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); in fill() local
179 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); in fill() local
/external/clang/lib/Lex/
DPreprocessingRecord.cpp385 const MacroDirective *MD) { in Ifdef()
393 const MacroDirective *MD) { in Ifndef()
401 const MacroDirective *MD, in Defined()
413 void PreprocessingRecord::MacroExpands(const Token &Id,const MacroDirective *MD, in MacroExpands()
420 const MacroDirective *MD) { in MacroDefined()
430 const MacroDirective *MD) { in MacroUndefined()
DPPConditionalDirectiveRecord.cpp87 const MacroDirective *MD) { in Ifdef()
94 const MacroDirective *MD) { in Ifndef()
DPPDirectives.cpp81 DefMacroDirective *MD = BP.Allocate<DefMacroDirective>(); in AllocateDefMacroDirective() local
88 UndefMacroDirective *MD = BP.Allocate<UndefMacroDirective>(); in AllocateUndefMacroDirective() local
96 VisibilityMacroDirective *MD = BP.Allocate<VisibilityMacroDirective>(); in AllocateVisibilityMacroDirective() local
1210 MacroDirective *MD = getMacroDirective(II); in HandleMacroPublicDirective() local
1237 MacroDirective *MD = getMacroDirective(II); in HandleMacroPrivateDirective() local
2118 DefMacroDirective *MD = in HandleDefineDirective() local
2151 MacroDirective *MD = getMacroDirective(MacroNameTok.getIdentifierInfo()); in HandleUndefDirective() local
2204 MacroDirective *MD = getMacroDirective(MII); in HandleIfdefDirective() local
/external/llvm/lib/IR/
DIntrinsicInst.cpp57 if (MDNode* MD = cast_or_null<MDNode>(getArgOperand(0))) in getAddress() local
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp247 if (const ObjCMethodDecl* MD = dyn_cast<ObjCMethodDecl>(D)) in getDeclaredResultType() local
277 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) in isVariadic() local
428 const CXXMethodDecl *MD = cast<CXXMethodDecl>(D); in getRuntimeDefinition() local
493 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getInitialStackFrameContents() local
586 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getInitialStackFrameContents() local
852 const ObjCMethodDecl *MD = Val.getValue(); in getRuntimeDefinition() local
908 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DirectCallee)) in getSimpleCall() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp46 static void recordFixedType(const MemRegion *Region, const CXXMethodDecl *MD, in recordFixedType()
234 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(SFCtx->getDecl())) in getObjectTypeForAllocAndNew() local
DNoReturnFunctionChecker.cpp90 if (const ObjCMethodDecl *MD = Msg.getDecl()) { in checkPostObjCMessage() local
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp83 if (MDNode *MD = dyn_cast<MDNode>(&Op)) in ValueEnumerator() local
220 void ValueEnumerator::EnumerateNamedMDNode(const NamedMDNode *MD) { in EnumerateNamedMDNode()
239 void ValueEnumerator::EnumerateMetadata(const Value *MD) { in EnumerateMetadata()
484 if (MDNode *MD = dyn_cast<MDNode>(*OI)) in incorporateFunction() local
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp62 GCFunctionInfo &MD = **FI; in finishAssembly() local
/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp29 MDBuilder MD; member in llvm::__anoncc1712a70111::MixedTBAATest
/external/clang/include/clang/Serialization/
DASTDeserializationListener.h52 MacroDefinition *MD) { } in MacroDefinitionRead()

1234567