Home
last modified time | relevance | path

Searched defs:OID (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
88 #define FIND_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
149 #define FIND_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \ argument
158 #define NEXT_OBJECT_OID_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \ argument
167 #define FIND_OBJECT_INT_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \ argument
179 #define NEXT_OBJECT_INT_LINK_INDEX(LIST, OID, SUB, LINK, INDEX) ({ \ argument
191 #define FIND_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument
200 #define NEXT_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument
218 #define FIND_OBJECT_OID_LINK(LIST, OID, SUB, LINK) \ argument
221 #define NEXT_OBJECT_OID_LINK(LIST, OID, SUB, LINK) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset()
39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset()
55 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset()
H A DCGObjCGNU.cpp1252 const ObjCInterfaceDecl *OID = nullptr; in GetClassVar() local
1714 void GenerateClass(const ObjCImplementationDecl *OID) override { in GenerateClass()
2051 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(CD); in GenerateDirectMethodPrologue() local
2429 const ObjCInterfaceDecl *OID) { in GetClass()
3530 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in GeneratePropertyList() local
3554 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in GeneratePropertyList() local
3600 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass()
4287 const ObjCInterfaceDecl *OID, in FindIvarInterface()
H A DCGObjCMac.cpp1850 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
3240 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in EmitPropertyList() local
3263 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() local
3775 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
4037 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(CD); in GenerateDirectMethodPrologue() local
6343 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in BuildClassRoTInitializer() local
6422 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID, in GetClassSizeInfo()
6918 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
H A DCGObjC.cpp441 const ObjCInterfaceDecl *OID, const ObjCMethodDecl *Method, in GeneratePossiblySpecializedMessageSend()
610 ObjCInterfaceDecl *OID = nullptr; in EmitObjCMessageExpr() local
H A DCGDebugInfo.cpp280 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { in getObjCMethodName() local
282 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { in getObjCMethodName() local
H A DCodeGenModule.cpp6862 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { in EmitDeclContext() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp454 if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in getAllManglings() local
456 else if (const auto *OID = dyn_cast<ObjCImplementationDecl>(OCD)) in getAllManglings() local
H A DDeclPrinter.cpp1427 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl()
1458 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl()
H A DDeclObjC.cpp286 const auto *OID = cast<ObjCInterfaceDecl>(this); in FindPropertyDeclaration() local
1146 const ObjCInterfaceDecl *OID, in getSelfType()
1191 const ObjCInterfaceDecl *OID) { in createImplicitParams()
H A DDeclBase.cpp462 if (const auto *OID = dyn_cast_if_present<ObjCIvarDecl>(D)) in isFlexibleArrayMemberLike() local
1451 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(this)) in getPrimaryContext() local
H A DRecordLayoutBuilder.cpp3497 uint64_t ASTContext::lookupFieldBitOffset(const ObjCInterfaceDecl *OID, in lookupFieldBitOffset()
H A DASTContext.cpp8281 const auto *OID = cast<ObjCImplementationDecl>(Container); in getObjCPropertyImplDeclForPropertyDecl() local
8377 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl() local
/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_glue.c58 gssint_get_mech_type(gss_OID OID, gss_buffer_t token) in gssint_get_mech_type()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp372 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { in getFunctionName() local
374 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { in getFunctionName() local
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp455 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl)) in ActOnStartOfObjCMethodDef() local
459 if (ObjCInterfaceDecl *OID = CD->getClassInterface()) in ActOnStartOfObjCMethodDef() local
4004 if (auto *OID = dyn_cast<ObjCImplementationDecl>(SemaRef.CurContext)) { in ActOnAtEnd() local
5502 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp940 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1333 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
6990 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3282 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) in getPrimaryContextForMerging() local
3352 } else if (auto *OID = dyn_cast<ObjCInterfaceDecl>(LexicalDC)) { in getPrimaryDCForAnonymousDecl() local
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1645 #define OID 0x0f macro
H A Daic79xx_reg.h3713 #define OID 0x0f macro