Home
last modified time | relevance | path

Searched refs:OD (Results 1 – 23 of 23) sorted by relevance

/src/sys/contrib/device-tree/src/arm/st/
H A Dst-pincfg.h19 #define OD (1 << 25) macro
37 #define BIDIR (OE | OD)
39 #define BIDIR_PU (OE | PU | OD)
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp49 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
50 if (!OD) in checkPreObjCMessage()
52 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
H A DLocalizationChecker.cpp799 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
800 if (!OD) in checkPreObjCMessage()
802 const IdentifierInfo *odInfo = OD->getIdentifier(); in checkPreObjCMessage()
830 while (argumentNumber < 0 && OD->getSuperClass() != nullptr) { in checkPreObjCMessage()
831 for (const auto *P : OD->all_referenced_protocols()) { in checkPreObjCMessage()
837 OD = OD->getSuperClass(); in checkPreObjCMessage()
838 argumentNumber = getLocalizedArgumentForSelector(OD->getIdentifier(), S); in checkPreObjCMessage()
971 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPostObjCMessage() local
972 if (!OD) in checkPostObjCMessage()
974 const IdentifierInfo *odInfo = OD->getIdentifier(); in checkPostObjCMessage()
[all …]
H A DGCDAntipatternChecker.cpp79 if (const auto *OD = dyn_cast<ObjCMethodDecl>(D)) { in isTest() local
80 if (const auto *CD = dyn_cast<ObjCContainerDecl>(OD->getParent())) { in isTest()
/src/contrib/file/magic/Magdir/
H A Dalgol6828 #0 regex [\t\ ]OD Algol 68 source text
/src/sys/contrib/device-tree/src/mips/mobileye/
H A Deyeq6h-pins.dtsi15 * [14] | OD | Open drain
/src/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp964 for (const auto *OD : MD->overridden_methods()) { in applyParamAnnotationEffect() local
965 const ParmVarDecl *OP = OD->parameters()[parm_idx]; in applyParamAnnotationEffect()
966 if (applyParamAnnotationEffect(OP, parm_idx, OD, Template)) in applyParamAnnotationEffect()
/src/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx93-tqma9352.dtsi250 /* SION | OD | FSEL 3 | DSE X4 */
H A Dimx93-tqma9352-mba93xxla.dts702 /* SION | HYS | OD | FSEL_3 | DSE X4 */
710 /* SION | HYS | OD | FSEL_3 | DSE X4 */
H A Dimx93-tqma9352-mba93xxca.dts732 /* SION | HYS | OD | FSEL_3 | DSE X4 */
740 /* SION | HYS | OD | FSEL_3 | DSE X4 */
H A Dimx93-tqma9352-mba91xxca.dts641 fsl,pins = /* SION | HYS | OD | FSEL_3 | DSE X4 */
/src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-st.txt8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2908 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete() argument
2910 if (OD && !First->OperatorDelete) { in setOperatorDelete()
2911 First->OperatorDelete = OD; in setOperatorDelete()
2914 L->ResolvedOperatorDelete(First, OD, ThisArg); in setOperatorDelete()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1699 for (auto &OD : OutputDeps) in createAdjacencyStructure() local
1700 if (!Added.test(OD.second)) { in createAdjacencyStructure()
1701 AdjK[OD.first].push_back(OD.second); in createAdjacencyStructure()
1702 Added.set(OD.second); in createAdjacencyStructure()
/src/contrib/sendmail/contrib/
H A Dmail.local.linux86 MH(@7(H67H0(ID`*!:`=OD",)0)%'F91+.1Q-*66RX91+H0(7X@)D&953695D
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3178 } else if (const auto OD = dyn_cast<ObjCMethodDecl>(Signature)) { in populateExecutedLinesWithFunctionSignature() local
3179 SignatureSourceRange = OD->getSourceRange(); in populateExecutedLinesWithFunctionSignature()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1569 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const;
6416 const ObjCImplDecl *OD) const { in ImplementationIsNonLazy()
6417 return OD->getClassMethod(GetNullarySelector("load")) != nullptr || in ImplementationIsNonLazy()
6418 OD->getClassInterface()->hasAttr<ObjCNonLazyClassAttr>() || in ImplementationIsNonLazy()
6419 OD->hasAttr<ObjCNonLazyClassAttr>(); in ImplementationIsNonLazy()
/src/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra7.dtsi113 /* OPP OD */
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2837 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp593 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const { in ImplementationIsNonLazy()
596 return OD->getClassMethod(LoadSel) != nullptr; in ImplementationIsNonLazy()
/src/contrib/tcsh/
H A DFixes2038 16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
/src/contrib/one-true-awk/testdir/
H A Dfunstack.in1991 …keywords = "computers; interactive computing; OD; online operation; operating systems; operati…
/src/crypto/heimdal/lib/wind/
H A DNormalizationTest.txt9020 C62B;C62B;110B 1169 11AE;C62B;110B 1169 11AE; # (옫; 옫; 옫; 옫; 옫; ) HANGUL SYLLABLE OD