Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument
39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument
55 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument
H A DCGObjCGNU.cpp1253 const ObjCInterfaceDecl *OID = nullptr; GetClassVar() local
1716 GenerateClass(const ObjCImplementationDecl * OID) GenerateClass() argument
2053 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(CD); GenerateDirectMethodPrologue() local
2430 GetClass(CodeGenFunction & CGF,const ObjCInterfaceDecl * OID) GetClass() argument
3531 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) GeneratePropertyList() local
3555 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) GeneratePropertyList() local
3601 GenerateClass(const ObjCImplementationDecl * OID) GenerateClass() argument
4288 FindIvarInterface(ASTContext & Context,const ObjCInterfaceDecl * OID,const ObjCIvarDecl * OIVD) FindIvarInterface() argument
[all...]
H A DCGObjCMac.cpp1842 hasObjCExceptionAttribute(ASTContext & Context,const ObjCInterfaceDecl * OID) hasObjCExceptionAttribute() argument
3233 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) EmitPropertyList() local
3256 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { EmitPropertyList() local
3768 const ObjCInterfaceDecl *OID = ID->getClassInterface(); EmitIvarList() local
4030 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(CD); GenerateDirectMethodPrologue() local
6337 const ObjCInterfaceDecl *OID = ID->getClassInterface(); BuildClassRoTInitializer() local
6416 GetClassSizeInfo(const ObjCImplementationDecl * OID,uint32_t & InstanceStart,uint32_t & InstanceSize) GetClassSizeInfo() argument
6912 const ObjCInterfaceDecl *OID = ID->getClassInterface(); EmitIvarList() local
[all...]
H A DCGObjC.cpp441 const ObjCInterfaceDecl *OID, const ObjCMethodDecl *Method, in GeneratePossiblySpecializedMessageSend() argument
610 ObjCInterfaceDecl *OID = nullptr; in EmitObjCMessageExpr() local
H A DCGDebugInfo.cpp270 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { getObjCMethodName() local
272 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { getObjCMethodName() local
H A DCodeGenModule.cpp6716 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { EmitDeclContext() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp455 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local
457 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local
H A DDeclPrinter.cpp1470 VisitObjCImplementationDecl(ObjCImplementationDecl * OID) VisitObjCImplementationDecl() argument
1501 VisitObjCInterfaceDecl(ObjCInterfaceDecl * OID) VisitObjCInterfaceDecl() argument
[all...]
H A DDeclObjC.cpp1146 const ObjCInterfaceDecl *OID, in getSelfType() argument
1191 const ObjCInterfaceDecl *OID) { in createImplicitParams() argument
285 const auto *OID = cast<ObjCInterfaceDecl>(this); FindPropertyDeclaration() local
H A DDeclBase.cpp440 if (const auto *OID = dyn_cast_if_present<ObjCIvarDecl>(D)) isFlexibleArrayMemberLike() local
1387 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(this)) getPrimaryContext() local
H A DRecordLayoutBuilder.cpp3485 lookupFieldBitOffset(const ObjCInterfaceDecl * OID,const ObjCImplementationDecl * ID,const ObjCIvarDecl * Ivar) const lookupFieldBitOffset() argument
H A DASTContext.cpp7825 const auto *OID = cast<ObjCImplementationDecl>(Container); getObjCPropertyImplDeclForPropertyDecl() local
7921 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); getObjCEncodingForPropertyDecl() local
/freebsd-src/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
H A DBodyFarm.cpp896 const ObjCInterfaceDecl *OID = D->getClassInterface(); in getBody() local
/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp447 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl)) ActOnStartOfObjCMethodDef() local
451 if (ObjCInterfaceDecl *OID = CD->getClassInterface()) ActOnStartOfObjCMethodDef() local
3999 if (auto *OID = dyn_cast<ObjCImplementationDecl>(CurContext)) { ActOnAtEnd() local
[all...]
H A DSemaDeclCXX.cpp18825 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { SetIvarInitializers() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp757 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString()
786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1167 void RewriteObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
H A DRewriteModernObjC.cpp941 assert(IMD && OID && "Synthesized ivars must be attached to @implementation"); in RewritePropertyImplDecl() local
1334 RewriteImplementationDecl(Decl * OID) RewriteImplementationDecl() argument
6992 hasObjCExceptionAttribute(ASTContext & Context,const ObjCInterfaceDecl * OID) hasObjCExceptionAttribute() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3307 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) getPrimaryContextForMerging() local
3377 } else if (auto *OID = dyn_cast<ObjCInterfaceDecl>(LexicalDC)) { getPrimaryDCForAnonymousDecl() local
/freebsd-src/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1645 #define OID 0x0f macro
H A Daic79xx_reg.h3713 #define OID 0x0f macro