Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dst-pincfg.h19 #define OD (1 << 25) macro
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp799 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
971 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPostObjCMessage() local
1105 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
1300 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3178 } else if (const auto OD = dyn_cast<ObjCMethodDecl>(Signature)) { in populateExecutedLinesWithFunctionSignature() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1699 for (auto &OD : OutputDeps) in createAdjacencyStructure() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2908 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()