/freebsd-src/contrib/bsnmp/snmpd/ |
H A D | snmpmod.h | 79 #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 D | CGObjCRuntime.cpp | 32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument 39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument 55 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument
|
H A D | CGObjCGNU.cpp | 1253 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 D | CGObjCMac.cpp | 1842 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 D | CGObjC.cpp | 441 const ObjCInterfaceDecl *OID, const ObjCMethodDecl *Method, in GeneratePossiblySpecializedMessageSend() argument 610 ObjCInterfaceDecl *OID = nullptr; in EmitObjCMessageExpr() local
|
H A D | CGDebugInfo.cpp | 270 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { getObjCMethodName() local 272 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { getObjCMethodName() local
|
H A D | CodeGenModule.cpp | 6716 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { EmitDeclContext() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 455 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local 457 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local
|
H A D | DeclPrinter.cpp | 1470 VisitObjCImplementationDecl(ObjCImplementationDecl * OID) VisitObjCImplementationDecl() argument 1501 VisitObjCInterfaceDecl(ObjCInterfaceDecl * OID) VisitObjCInterfaceDecl() argument [all...] |
H A D | DeclObjC.cpp | 1146 const ObjCInterfaceDecl *OID, in getSelfType() argument 1191 const ObjCInterfaceDecl *OID) { in createImplicitParams() argument 285 const auto *OID = cast<ObjCInterfaceDecl>(this); FindPropertyDeclaration() local
|
H A D | DeclBase.cpp | 440 if (const auto *OID = dyn_cast_if_present<ObjCIvarDecl>(D)) isFlexibleArrayMemberLike() local 1387 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(this)) getPrimaryContext() local
|
H A D | RecordLayoutBuilder.cpp | 3485 lookupFieldBitOffset(const ObjCInterfaceDecl * OID,const ObjCImplementationDecl * ID,const ObjCIvarDecl * Ivar) const lookupFieldBitOffset() argument
|
H A D | ASTContext.cpp | 7825 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 D | AnalysisDeclContext.cpp | 372 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 D | BodyFarm.cpp | 896 const ObjCInterfaceDecl *OID = D->getClassInterface(); in getBody() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 447 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 D | SemaDeclCXX.cpp | 18825 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { SetIvarInitializers() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 757 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 D | RewriteModernObjC.cpp | 941 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 D | ASTReaderDecl.cpp | 3307 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 D | aic7xxx_reg.h | 1645 #define OID 0x0f macro
|
H A D | aic79xx_reg.h | 3713 #define OID 0x0f macro
|