Searched defs:MD (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-11.0-release/lib/libmd/
H A Dmddriver.c26 #define MD 5 macro
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp53 auto *MD = cast<MetadataAsValue>(Op)->getMetadata(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTLambda.h28 inline bool isLambdaCallOperator(const CXXMethodDecl *MD) { argument
39 inline bool isGenericLambdaCallOperatorSpecialization(const CXXMethodDecl *MD) { argument
/freebsd-11.0-release/crypto/openssl/crypto/rand/
H A Drand_lcl.h138 # define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md5(), NULL) macro
143 # define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL) macro
148 # define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL) macro
153 # define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md2(), NULL) macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp41 CodeGenABITypes::arrangeObjCMessageSendSignature(const ObjCMethodDecl *MD, argument
58 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
H A DCGCXXABI.h303 getThisArgumentTypeForMethod(const CXXMethodDecl *MD) { argument
H A DCGCXX.cpp217 llvm::Function *CodeGenModule::codegenCXXStructor(const CXXMethodDecl *MD, argument
242 getAddrOfCXXStructor( const CXXMethodDecl *MD, StructorType Type, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, bool DontDefer, bool IsForDefinition) argument
289 BuildAppleKextVirtualCall(const CXXMethodDecl *MD, NestedNameSpecifier *Qual, llvm::Type *Ty) argument
314 const auto *MD = cast<CXXMethodDecl>(DD); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp62 GCFunctionInfo &MD = **FI; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTDeserializationListener.h51 MacroDefinitionRead(serialization::PreprocessedEntityID, MacroDefinitionRecord *MD) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DTrackingMDRef.h26 Metadata *MD; member in class:llvm::TrackingMDRef
30 explicit TrackingMDRef(Metadata *MD) : MD(MD) { track(); } argument
63 reset(Metadata *MD) argument
106 TypedTrackingMDRef(T *MD) argument
128 reset(T *MD) argument
140 getSimplifiedValue(TrackingMDRef &MD) argument
145 getSimplifiedValue(const TrackingMDRef &MD) argument
152 getSimplifiedValue(TypedTrackingMDRef<T> &MD) argument
159 getSimplifiedValue(const TypedTrackingMDRef<T> &MD) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h61 virtual Metadata *mapTemporaryMetadata(Metadata *MD) { return nullptr; } argument
68 virtual bool isMetadataNeeded(Metadata *MD) { return true; } argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp85 Ifdef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) argument
92 Ifndef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) argument
H A DMacroInfo.cpp177 MacroDirective *MD = this; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp135 const ObjCMethodDecl *MD = nullptr; local
H A DDirectIvarAssignment.cpp62 const ObjCMethodDecl *MD; member in class:__anon4162::DirectIvarAssignment::MethodCrawler
H A DVirtualCallChecker.cpp162 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee()); local
H A DObjCSelfInitChecker.cpp390 const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(ND); local
425 static bool isInitializationMethod(const ObjCMethodDecl *MD) { argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSITypeRewriter.cpp83 SmallVector<std::pair<unsigned, MDNode *>, 8> MD; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); local
178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); local
H A DMangle.cpp257 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD, argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp77 ConstantInt *CrossDSOCFI::extractBitSetTypeId(MDNode *MD) { argument
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp276 static bool isStructPathTBAA(const MDNode *MD) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DGCMetadata.h68 GCRoot(int N, const Constant *MD) : Num(N), StackOffset(-1), Metadata(MD) {} argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp234 MDNode *MD = dyn_cast<MDNode>(LoopID->getOperand(i)); local
H A DValueMapper.cpp78 const Metadata *MD = MDV->getMetadata(); local
182 static Metadata *mapToSelf(ValueToValueMapTy &VM, const Metadata *MD, argument
221 resolveCycles(Metadata *MD, bool AllowTemps) argument
329 MapMetadataImpl(const Metadata *MD, SmallVectorImpl<MDNode *> &DistinctWorklist, ValueToValueMapTy &VM, RemapFlags Flags, ValueMapTypeRemapper *TypeMapper, ValueMaterializer *Materializer) argument
399 MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, RemapFlags Flags, ValueMapTypeRemapper *TypeMapper, ValueMaterializer *Materializer) argument
423 MapMetadata(const MDNode *MD, ValueToValueMapTy &VM, RemapFlags Flags, ValueMapTypeRemapper *TypeMapper, ValueMaterializer *Materializer) argument
[all...]

Completed in 292 milliseconds

123456