Home
last modified time | relevance | path

Searched defs:OD (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmarkTest.cpp41 OffsetDistribution OD(Conf); in TEST() local
52 OffsetDistribution OD(Conf); in TEST() local
69 OffsetDistribution OD(Conf); in TEST() local
DMemset.cpp59 OffsetDistribution OD; member
DMemcpy.cpp62 OffsetDistribution OD; member
DMemcmp.cpp75 OffsetDistribution OD; member
/external/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp49 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
DLocalizationChecker.cpp734 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
875 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPostObjCMessage() local
1004 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
1195 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
DLocalizationChecker.cpp803 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
976 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPostObjCMessage() local
1110 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
1305 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
DGCDAntipatternChecker.cpp79 if (const auto *OD = dyn_cast<ObjCMethodDecl>(D)) { in isTest() local
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/
DMakefile46 OD := ${M0_CROSS_COMPILE}objdump macro
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc237 #define BM_ConvFloatFwd(BS, R, C, ID, OD, KR, KC, STR, PAD, LABEL) \ argument
341 #define BM_ConvFloatBkInAndFilter(BS, R, C, ID, OD, KR, KC, STR, PAD, LABEL) \ argument
464 #define BM_ConvFloatBkFCPU(BS, R, C, ID, OD, KR, KC, TH, LABEL) \ argument
481 #define BM_ConvFloatBkFGPU(BS, R, C, ID, OD, KR, KC, LABEL) \ argument
636 #define BM_ConvFloatDepthwiseFwd(BS, R, C, ID, DM, OD, KR, KC, STR, PAD, \ argument
680 #define BM_ConvFloatDepthwiseBk(BS, R, C, ID, DM, OD, KR, KC, STR, PAD, LABEL) \ argument
/external/llvm-project/clang/include/clang/AST/
DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
/external/clang/include/clang/AST/
DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp467 if (const auto *OD = dyn_cast<FunctionDecl>(&ND)) in TEST() local
/external/arm-trusted-firmware/
DMakefile171 OD := ${CROSS_COMPILE}objdump macro
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp585 struct OD : OC {}; struct
/external/llvm-project/clang/test/Layout/
Dms-x86-pack-and-align.cpp585 struct OD : OC {}; struct
/external/python/cpython3/Lib/test/
Dtest_sys.py1402 class OD(OrderedDict): class
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp962 for (const auto *OD : MD->overridden_methods()) { in applyParamAnnotationEffect() local
/external/clang/lib/AST/
DDeclCXX.cpp1973 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD) { in setOperatorDelete()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3100 } else if (const auto OD = dyn_cast<ObjCMethodDecl>(Signature)) { in populateExecutedLinesWithFunctionSignature() local
/external/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1270 for (auto &OD : OutputDeps) in createAdjacencyStructure() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1188 for (auto &OD : OutputDeps) in createAdjacencyStructure() local
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2752 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()