HomeSort by relevance Sort by last modified time
    Searched defs:Protected (Results 1 - 8 of 8) sorted by null

  /external/libcxxabi/test/
catch_pointer_reference.pass.cpp 21 // | conversions to private or protected or ambiguous classes |
38 struct Protected : protected Base {};
276 // to pointers to private or protected or ambiguous classes
362 // Protected *
363 assert_cannot_catch< Base * , Protected *, Protected>();
364 assert_cannot_catch<const Base * , Protected *, Protected>();
365 assert_cannot_catch< volatile Base * , Protected *, Protected>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_pointer_reference.pass.cpp 21 // | conversions to private or protected or ambiguous classes |
38 struct Protected : protected Base {};
276 // to pointers to private or protected or ambiguous classes
362 // Protected *
363 assert_cannot_catch< Base * , Protected *, Protected>();
364 assert_cannot_catch<const Base * , Protected *, Protected>();
365 assert_cannot_catch< volatile Base * , Protected *, Protected>()
    [all...]
  /external/clang/test/CXX/class.access/
p6.cpp 18 struct Public {}; struct Protected {}; struct Private {};
37 protected:
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}}
51 A aprot = prot; // expected-error {{protected constructor}
    [all...]
p4.cpp 11 class Protected {} ProtectedInst;
18 protected:
19 void foo(Protected&); // expected-note 2 {{declared protected here}}
26 op->foo(ProtectedInst); // expected-error {{'foo' is a protected member}}
30 void (A::*b)(Protected&) = &A::foo; // expected-error {{'foo' is a protected member}}
44 protected:
45 void operator+(Protected&); // expected-note {{declared protected here}
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 72 enum Visibility { Default = 0, Internal = 1, Hidden = 2, Protected = 3 };
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 66 | Protected
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 38 protected:
48 protected:
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 422 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };

Completed in 353 milliseconds