Home
last modified time | relevance | path

Searched refs:Protected (Results 1 – 25 of 26) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/test/CXX/class.access/
H A Dp4.cpp11 class Protected {} ProtectedInst; class
19 void foo(Protected&); // expected-note 2 {{declared protected here}}
30 void (A::*b)(Protected&) = &A::foo; // expected-error {{'foo' is a protected member}} in test()
45 void operator+(Protected&); // expected-note {{declared protected here}}
46 void operator[](Protected&); // expected-note {{declared protected here}}
47 void operator()(Protected&); // expected-note {{declared protected here}}
48 typedef void (*ProtectedSurrogate)(Protected&);
59 void operator+(const A &, Protected&);
63 void test(A &a, Public &pub, Protected &prot, Private &priv) { in test()
H A Dp6.cpp18 struct Public {}; struct Protected {}; struct Private {}; struct
38 operator Protected (); // expected-note {{declared protected here}}
39 A(Protected); // expected-note {{declared protected here}}
48 Protected prot = a; // expected-error {{'operator Protected' is a protected member}} in test()
/minix3/external/bsd/file/dist/magic/magdir/
H A Dpgp80 >>1 byte&0xc0 0x80 Sym. Encrypted and Integrity Protected Data
H A Danimation94 >8 string F4P \b, Protected Video for Adobe Flash Player 9+ (.F4P)
121 >8 string M4P \b, Apple iTunes ALAC/AAC-LC (.M4P) AES Protected Audio
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1398 None, Private, Protected, Public, Package enumerator
1435 return DeclAccess == None ? Protected : AccessControl(DeclAccess); in getCanonicalAccessControl()
/minix3/share/misc/
H A Dacronyms.comp1347 WPA Wi-Fi Protected Access
1348 WPA2 Wi-Fi Protected Access II
1349 WPS Wi-Fi Protected Setup
/minix3/crypto/external/bsd/netpgp/dist/ref/
H A Ddraft-ietf-openpgp-rfc2440bis-12-ben.txt212 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18) 45
906 18 -- Sym. Encrypted and Integrity Protected Data Packet
2490 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18)
2492 The Symmetrically Encrypted Integrity Protected Data Packet is a
2599 only used with a Symmetrically Encrypted Integrity Protected Data
2602 Encrypted Integrity Protected Data packet, and MUST appear in no
2611 Symmetrically Encrypted Integrity Protected Data packet,
3255 Symmetrically Encrypted Integrity Protected Data Packet
3266 Symmetrically Encrypted Integrity Protected Data Packet as well as
H A Ddraft-ietf-openpgp-rfc2440bis-13.txt212 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18) 46
906 18 -- Sym. Encrypted and Integrity Protected Data Packet
2525 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18)
2527 The Symmetrically Encrypted Integrity Protected Data Packet is a
2630 only used with a Symmetrically Encrypted Integrity Protected Data
2637 Encrypted Integrity Protected Data packet, and MUST appear in no
2646 Symmetrically Encrypted Integrity Protected Data packet,
3274 Symmetrically Encrypted Integrity Protected Data Packet
3285 Symmetrically Encrypted Integrity Protected Data Packet as well as
H A Ddraft-ietf-openpgp-rfc2440bis-12.txt212 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18) 45
906 18 -- Sym. Encrypted and Integrity Protected Data Packet
2506 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18)
2508 The Symmetrically Encrypted Integrity Protected Data Packet is a
2615 only used with a Symmetrically Encrypted Integrity Protected Data
2618 Encrypted Integrity Protected Data packet, and MUST appear in no
2627 Symmetrically Encrypted Integrity Protected Data packet,
3271 Symmetrically Encrypted Integrity Protected Data Packet
3282 Symmetrically Encrypted Integrity Protected Data Packet as well as
H A Ddraft-ietf-openpgp-rfc2440bis-15.txt212 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18) 46
906 18 -- Sym. Encrypted and Integrity Protected Data Packet
2525 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18)
2527 The Symmetrically Encrypted Integrity Protected Data Packet is a
2630 only used with a Symmetrically Encrypted Integrity Protected Data
2637 Encrypted Integrity Protected Data packet, and MUST appear in no
2646 Symmetrically Encrypted Integrity Protected Data packet,
3279 Symmetrically Encrypted Integrity Protected Data Packet
3290 Symmetrically Encrypted Integrity Protected Data Packet as well as
H A Ddraft-ietf-openpgp-rfc2440bis-14.txt212 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18) 46
906 18 -- Sym. Encrypted and Integrity Protected Data Packet
2525 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18)
2527 The Symmetrically Encrypted Integrity Protected Data Packet is a
2630 only used with a Symmetrically Encrypted Integrity Protected Data
2637 Encrypted Integrity Protected Data packet, and MUST appear in no
2646 Symmetrically Encrypted Integrity Protected Data packet,
3280 Symmetrically Encrypted Integrity Protected Data Packet
3291 Symmetrically Encrypted Integrity Protected Data Packet as well as
H A Drfc4880.txt159 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18) ..49
930 18 -- Sym. Encrypted and Integrity Protected Data Packet
2718 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18)
2720 The Symmetrically Encrypted Integrity Protected Data packet is a
2898 only used with a Symmetrically Encrypted Integrity Protected Data
2901 Encrypted Integrity Protected Data packet, and MUST appear in no
2922 Symmetrically Encrypted Integrity Protected Data packet,
3861 Symmetrically Encrypted Integrity Protected Data Packet
3880 Symmetrically Encrypted Integrity Protected Data packet as well as
H A Ddraft-ietf-openpgp-rfc2440bis-22.txt211 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18) 47
971 18 -- Sym. Encrypted and Integrity Protected Data Packet
2611 5.13. Sym. Encrypted Integrity Protected Data Packet (Tag 18)
2613 The Symmetrically Encrypted Integrity Protected Data Packet is a
2782 only used with a Symmetrically Encrypted Integrity Protected Data
2785 Encrypted Integrity Protected Data packet, and MUST appear in no
2794 Symmetrically Encrypted Integrity Protected Data packet,
3658 Symmetrically Encrypted Integrity Protected Data Packet
3669 Symmetrically Encrypted Integrity Protected Data Packet as well as
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1302 ["Default", "Hidden", "Hidden", "Protected"]>];
1311 ["Default", "Hidden", "Hidden", "Protected"]>];
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp1412 case ObjCIvarDecl::Protected: in VisitObjCIvarDecl()
H A DDecl.cpp192 case T::Protected: in getVisibilityFromAttr()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml66 | Protected Constructor
H A Dllvm.mli105 | Protected Constructor
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1757 if (Field->getAccessControl() == ObjCIvarDecl::Protected) in CreateTypeDefinition()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst304 i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped.
H A DLangRef.rst439 "``protected``" - Protected style
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2030 if (type == VisibilityAttr::Protected && in handleVisibilityAttr()
H A DSemaDecl.cpp12508 case tok::objc_protected: return ObjCIvarDecl::Protected; in TranslateIvarVisibility()
/minix3/etc/
H A Dtermcap.big15287 # EPA End of Protected Area \E W - - - (K)
15368 # SPA Start of Protected Area \E V - - - (Z)
H A Dservices8721 mni-prot-rout 3764/tcp # MNI Protected Routing [Tim_Behne] …
8722 mni-prot-rout 3764/udp # MNI Protected Routing [Tim_Behne] …

12