Searched refs:ProtocolId (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/executer/ |
| H A D | exfield.c | 112 UINT32 ProtocolId, in AcpiExGetProtocolBufferLength() argument 116 if ((ProtocolId > ACPI_MAX_PROTOCOL_ID) || in AcpiExGetProtocolBufferLength() 117 (AcpiProtocolLengths[ProtocolId] == ACPI_INVALID_PROTOCOL_ID)) in AcpiExGetProtocolBufferLength() 120 "Invalid Field/AccessAs protocol ID: 0x%4.4X", ProtocolId)); in AcpiExGetProtocolBufferLength() 125 *ReturnLength = AcpiProtocolLengths[ProtocolId]; in AcpiExGetProtocolBufferLength()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acinterp.h | 181 UINT32 ProtocolId,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1299 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument 1301 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration() 1400 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument 1406 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
|
| H A D | SemaExprObjC.cpp | 1386 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument 1392 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() 1394 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9546 ArrayRef<IdentifierLocPair> ProtocolId, 9549 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,
|