HomeSort by relevance Sort by last modified time
    Searched refs:protected_foo (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/
export-class-def.s 2 .globl protected_foo
3 .type protected_foo, @function
4 .protected protected_foo
5 protected_foo: label
8 .size protected_foo, . - protected_foo
export-class-call.s 6 calls $0, protected_foo
export-class-data.s 6 movab protected_foo, %r0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
export-class-lib.s 3 .xdef protected_foo
4 protected_foo: label
export-class-def.s 7 .xdef protected_foo
8 .protected protected_foo
9 protected_foo: label
export-class-dep.s 3 .dc.a protected_foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
export-class-call16-def.s 3 .xdef protected_foo
4 .protected protected_foo
5 .ent protected_foo
6 protected_foo: label
8 .end protected_foo
export-class-call16-n32.s 11 jal protected_foo
export-class-call16-n64.s 11 jal protected_foo
export-class-call16-o32.s 14 jal protected_foo
  /external/clang/test/CXX/class.access/
p4.cpp 375 int protected_foo; // expected-note 3 {{declared protected here}} // expected-note {{can only access this member on an object of type 'test15::B<int>'}} member in class:test15::A
387 return a.protected_foo; // expected-error {{protected member}}
404 return a.protected_foo; // expected-error 2 {{protected member}}
412 return b.protected_foo; // expected-error {{protected member}}

Completed in 108 milliseconds