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

12345

/freebsd-10-stable/lib/libmd/
H A Dmddriver.c26 #define MD 5 macro
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp62 GCFunctionInfo &MD = **FI; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTLambda.h28 inline bool isLambdaCallOperator(const CXXMethodDecl *MD) { argument
39 inline bool isGenericLambdaCallOperatorSpecialization(CXXMethodDecl *MD) { argument
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTDeserializationListener.h52 MacroDefinitionRead(serialization::PreprocessedEntityID, MacroDefinition *MD) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp41 CodeGenABITypes::arrangeObjCMessageSendSignature(const ObjCMethodDecl *MD, argument
H A DCGCXXABI.h270 getThisArgumentTypeForMethod(const CXXMethodDecl *MD) { argument
H A DCGCXX.cpp324 CodeGenFunction::BuildAppleKextVirtualCall(const CXXMethodDecl *MD, argument
349 const CXXMethodDecl *MD = cast<CXXMethodDecl>(DD); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp129 MacroDirective *MD = this; local
H A DPPConditionalDirectiveRecord.cpp85 Ifdef(SourceLocation Loc, const Token &MacroNameTok, const MacroDirective *MD) argument
92 Ifndef(SourceLocation Loc, const Token &MacroNameTok, const MacroDirective *MD) argument
H A DPPExpressions.cpp148 MacroDirective *MD = Macro; local
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp90 SmallVector <std::pair<unsigned, MDNode*>, 8> MD; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp216 ObjCMethodDecl *MD = *MI; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp172 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); local
179 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); local
H A DMangle.cpp238 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp158 ObjCMethodDecl *MD = 0; local
H A DDirectIvarAssignment.cpp63 const ObjCMethodDecl *MD; member in class:__anon3556::DirectIvarAssignment::MethodCrawler
H A DDynamicTypePropagation.cpp46 static void recordFixedType(const MemRegion *Region, const CXXMethodDecl *MD, argument
H A DObjCMissingSuperCallChecker.cpp192 ObjCMethodDecl *MD = *I; local
H A DVirtualCallChecker.cpp156 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee()); local
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DGCMetadata.h77 GCRoot(int N, const Constant *MD) : Num(N), StackOffset(-1), Metadata(MD) {} argument
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp332 static bool isStructPathTBAA(const MDNode *MD) { argument
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp228 void ValueEnumerator::EnumerateNamedMDNode(const NamedMDNode *MD) { argument
247 void ValueEnumerator::EnumerateMetadata(const Value *MD) { argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp425 MDNode *MD = I->getMetadata(LLVMContext::MD_tbaa); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { argument

Completed in 313 milliseconds

12345