Searched refs:Protocol (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/sys/stand/efi/include/
H A Defi.h58 #define EFI_PROTOCOL_DEFINITION(a) EFI_STRINGIZE(Protocol/a/a.h)
H A Defiapi.h452 // Protocol handler functions
463 IN EFI_GUID *Protocol,
472 IN EFI_GUID *Protocol,
481 IN EFI_GUID *Protocol,
489 IN EFI_GUID *Protocol,
496 IN EFI_GUID *Protocol,
511 IN EFI_GUID *Protocol OPTIONAL,
520 IN EFI_GUID *Protocol,
565 IN EFI_GUID *Protocol,
576 IN EFI_GUID *Protocol,
[all...]
H A Definet.h28 // Simple Network Protocol
306 IN UINT16 *Protocol OPTIONAL
321 OUT UINT16 *Protocol OPTIONAL
H A Defidevp.h228 UINT16 Protocol; member in struct:_IPv4_DEVICE_PATH
239 UINT16 Protocol; member in struct:_IPv6_DEVICE_PATH
333 EFI_GUID Protocol; member in struct:_MEDIA_PROTOCOL_DEVICE_PATH
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A D_async.py33 class PatternWaiter(asyncio.Protocol):
/openbsd-current/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h34 Protocol, member in class:clang::index::SymbolKind
/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp401 Kind["displayName"] = "Protocol";
714 for (const auto &Protocol : Record.Protocols)
715 // Record that Record conforms to Protocol.
716 serializeRelationship(RelationshipKind::ConformsTo, Record, Protocol);
733 for (const auto &Protocol : Category->Protocols)
734 serializeRelationship(RelationshipKind::ConformsTo, Record, Protocol);
/openbsd-current/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec2 Summary: MOP (Maintenance Operations Protocol) loader daemon
/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp706 const ObjCProtocolDecl *Protocol) {
711 .append(Protocol->getName(),
715 if (!Protocol->protocols().empty()) {
717 for (ObjCProtocolDecl::protocol_iterator It = Protocol->protocol_begin();
718 It != Protocol->protocol_end(); It++) {
720 if (It != Protocol->protocol_begin())
705 getFragmentsForObjCProtocol( const ObjCProtocolDecl *Protocol) argument
H A DExtractAPIVisitor.cpp557 for (const auto *Protocol : Protocols)
558 Container->Protocols.emplace_back(Protocol->getName(),
559 API.recordUSR(Protocol));
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp118 Info.Kind = SymbolKind::Protocol;
201 Info.Kind = SymbolKind::Protocol;
518 case SymbolKind::Protocol: return "protocol";
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Dpxe.h186 uint8_t Protocol; member in struct:__anon8291
338 uint8_t ProtType; /* Protocol type */
/openbsd-current/sys/arch/i386/stand/libsa/
H A Dpxe.h186 uint8_t Protocol; member in struct:__anon8417
338 uint8_t ProtType; /* Protocol type */
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp1091 for (auto *Protocol : Protocols) {
1092 AddDecl(Protocol);
1109 for (auto *Protocol : Protocols) {
1110 AddDecl(Protocol);
H A DDeclObjC.cpp738 for (auto *Protocol : Protocols)
739 if ((MethodDecl = Protocol->lookupMethod(Sel, isInstance)))
1294 if (const auto *Protocol = dyn_cast<ObjCProtocolDecl>(Container)){
1295 for (const auto *P : Protocol->protocols())
2023 assert(!Data.getPointer() && "Protocol already has a definition!");
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp120 /// Protocol * type.
1323 auto *&Protocol = ExistingProtocols[Name]; variable
1324 if (!Protocol)
1325 Protocol = GenerateProtocolRef(PD);
1331 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName);
1361 auto *&Protocol = ExistingProtocols[ProtocolName]; variable
1362 if (Protocol)
1363 return Protocol;
1378 Protocol = new llvm::GlobalVariable(TheModule, ProtocolTy,
1381 return Protocol;
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h950 // each Protocol.
2659 ObjCProtocolDecl *Protocol = nullptr;
2664 : Protocol(protocol), Loc(loc) {}
2665 ObjCProtocolDecl *getProtocol() const { return Protocol; }
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4856 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
4857 if (Protocol->hasDefinition())
4858 return Protocol->getDefinition();
4860 return Protocol;
5043 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
5044 for (auto *P : Protocol->protocols())
7173 Builder.AddResultTypeChunk("Protocol *");
7516 if (const auto *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
7517 if (Protocol->hasDefinition()) {
7519 Protocol
[all...]
H A DSema.cpp318 // Create the built-in forward declaratino for 'Protocol'.
319 DeclarationName Protocol = &Context.Idents.get("Protocol"); local
320 if (IdResolver.begin(Protocol) == IdResolver.end())
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DGrammar.pm13 TAP::Parser::Grammar - A grammar for the Test Anything Protocol.
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/
H A DINET.pm346 Proto Protocol name (or number) "tcp" | "udp" | ...
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp604 ObjCProtocolDecl *Protocol) {
609 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
636 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
601 ClassImplementsAllMethodsAndProperties(ASTContext &Ctx, const ObjCImplementationDecl *ImpDecl, const ObjCInterfaceDecl *IDecl, ObjCProtocolDecl *Protocol) argument
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DPOP3.pm601 Net::POP3 - Post Office Protocol 3 Client class (RFC1939)
/openbsd-current/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h565 StringView Protocol;
571 : Node(KObjCProtoName), Ty(Ty_), Protocol(Protocol_) {}
573 template<typename Fn> void match(Fn F) const { F(Ty, Protocol); }
583 OB += Protocol;
617 OB += objcProto->Protocol;
/openbsd-current/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h565 StringView Protocol;
571 : Node(KObjCProtoName), Ty(Ty_), Protocol(Protocol_) {}
573 template<typename Fn> void match(Fn F) const { F(Ty, Protocol); }
583 OB += Protocol;
617 OB += objcProto->Protocol;

Completed in 659 milliseconds

12