/netbsd-src/sys/arch/emips/stand/common/ |
H A D | ace.c | 122 static void SysaceDumpRegisters(struct _Sac *Interface) in SysaceDumpRegisters() 260 static int SysaceInitialize(struct _Sac *Interface) in SysaceInitialize() 312 static int SysaceLock(struct _Sac *Interface) in SysaceLock() 346 static int SysaceUnlock(struct _Sac *Interface) in SysaceUnlock() 406 static int SysaceStartCommand(struct _Sac *Interface, in SysaceStartCommand() 453 static void SysAce_isr ( struct _Sac *Interface ) in SysAce_isr() 466 static int SysAce_wait(struct _Sac *Interface) in SysAce_wait() 485 static int SysAce_read(struct _Sac * Interface, char *Buffer, uint32_t StartSector, uint32_t nBlock… in SysAce_read()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | hand.c | 27 OUT VOID **Interface in LibLocateProtocol() 448 VOID *Interface; in LibInstallProtocolInterfaces() local 536 VOID *Interface; in LibUninstallProtocolInterfaces() local
|
H A D | dpath.c | 441 OUT VOID **Interface in LibDevicePathToInterface()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LibFormat.rst | 18 Interface chapter
|
H A D | DataFlowSanitizerDesign.rst | 28 Interface chapter
|
H A D | InternalsManual.rst | 489 .. _internals-diag-translation:
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() 344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 163 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local 169 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
|
H A D | CodeCompleteConsumer.cpp | 399 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
|
H A D | SemaDeclObjC.cpp | 4297 if (const ObjCInterfaceDecl *Interface = Category->getClassInterface()) in OverrideSearch() local 4347 if (ObjCInterfaceDecl *Interface = category->getClassInterface()) in searchFrom() local 4351 } else if (const auto *Interface = impl->getClassInterface()) { in searchFrom() local 4376 if (const auto *Interface = impl->getClassInterface()) in searchFrom() local
|
H A D | SemaExprMember.cpp | 1369 else if (auto *Interface = dyn_cast<ObjCInterfaceDecl>(D)) in LookupMemberExpr() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/ |
H A D | object.d | 538 struct Interface struct 543 size_t offset; /// offset to Interface 'this' from Object 'this' argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1166 const ObjCInterfaceDecl *Interface; member 1202 lookupRuntimeDefinition(const ObjCInterfaceDecl *Interface, in lookupRuntimeDefinition()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/ |
H A D | object.d | 189 struct Interface struct 193 size_t offset; /// offset to Interface 'this' from Object 'this' argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 550 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases() local
|
H A D | DynamicTypePropagation.cpp | 839 const ObjCInterfaceDecl *Interface = Method->getClassInterface(); in checkPreObjCMessage() local
|
H A D | NullabilityChecker.cpp | 874 auto Interface = Decl->getClassInterface(); in checkPostObjCMessage() local
|
H A D | BasicObjCFoundationChecks.cpp | 1197 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) { in checkPostObjCMessage() local
|
/netbsd-src/usr.sbin/map-mbone/ |
H A D | mapper.c | 66 } Interface; typedef
|
/netbsd-src/sys/arch/prep/include/ |
H A D | residual.h | 187 unsigned char Interface; /* See pnp.h for bit definitions */ member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 310 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 3404 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local 3574 ObjCInterfaceDecl *Interface = in GenerateClass() local 5096 const ObjCInterfaceDecl *Interface, in EmitIvarOffset() 6716 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local 7243 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
|
H A D | CGObjCGNU.cpp | 1687 const ObjCInterfaceDecl *Interface, in EmitIvarOffset() 4080 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 397 Interface = 0x03 enumerator
|
/netbsd-src/sys/arch/emips/ebus/ |
H A D | ace_ebus.c | 1362 struct _Sac *Interface = sc->sc_dr; in sysace_send_config() local
|