Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
H A 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
H A DGCDAntipatternChecker.cpp79 if (const auto *OD = dyn_cast<ObjCMethodDecl>(D)) { in isTest() local
/netbsd-src/regress/sys/kern/execve/
H A DMakefile19 OD= ${.CURDIR}/good macro
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dst-pincfg.h21 #define OD (1 << 25) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp960 for (const auto *OD : MD->overridden_methods()) { in applyParamAnnotationEffect() local
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c176 #define OD 0xE macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3099 } else if (const auto OD = dyn_cast<ObjCMethodDecl>(Signature)) { in populateExecutedLinesWithFunctionSignature() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1267 for (auto &OD : OutputDeps) in createAdjacencyStructure() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2771 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()