Home
last modified time | relevance | path

Searched refs:ProtocolId (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/acpica/components/executer/
HDexfield.c220 UINT32 ProtocolId, in AcpiExGetProtocolBufferLength() argument
224 if ((ProtocolId > ACPI_MAX_PROTOCOL_ID) || in AcpiExGetProtocolBufferLength()
225 (AcpiProtocolLengths[ProtocolId] == ACPI_INVALID_PROTOCOL_ID)) in AcpiExGetProtocolBufferLength()
228 "Invalid Field/AccessAs protocol ID: 0x%4.4X", ProtocolId)); in AcpiExGetProtocolBufferLength()
233 *ReturnLength = AcpiProtocolLengths[ProtocolId]; in AcpiExGetProtocolBufferLength()
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDacinterp.h289 UINT32 ProtocolId,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h326 ArrayRef<IdentifierLocPair> ProtocolId,
329 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp1313 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument
1315 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1416 void SemaObjC::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument
1422 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
HDSemaExprObjC.cpp1397 ExprResult SemaObjC::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument
1404 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1406 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()