Searched refs:ProtocolId (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exfield.c | 209 UINT32 ProtocolId, in AcpiExGetProtocolBufferLength() argument 213 if ((ProtocolId > ACPI_MAX_PROTOCOL_ID) || in AcpiExGetProtocolBufferLength() 214 (AcpiProtocolLengths[ProtocolId] == ACPI_INVALID_PROTOCOL_ID)) in AcpiExGetProtocolBufferLength() 217 "Invalid Field/AccessAs protocol ID: 0x%4.4X", ProtocolId)); in AcpiExGetProtocolBufferLength() 222 *ReturnLength = AcpiProtocolLengths[ProtocolId]; in AcpiExGetProtocolBufferLength()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acinterp.h | 289 UINT32 ProtocolId,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1291 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument 1293 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration() 1388 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument 1394 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
|
| H A D | SemaExprObjC.cpp | 1219 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument 1225 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() 1227 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8047 ArrayRef<IdentifierLocPair> ProtocolId, 8050 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,
|