OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protected_foo
(Results
1 - 24
of
24
) sorted by null
/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
export-class-call16-n32.dd
14
1234001c: 04110010 bal 12340060 <
protected_foo
>
28
12340060 <
protected_foo
>:
export-class-call16-n64.dd
14
123456789abc001c: 04110010 bal 123456789abc0060 <
protected_foo
>
28
123456789abc0060 <
protected_foo
>:
export-class-call16-o32.dd
14
1234001c: 04110010 bal 12340060 <
protected_foo
>
30
12340060 <
protected_foo
>:
export-class-call16-o32-irix.dd
30
12340060 <
protected_foo
>:
/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
export-class-data.rd
3
12340034 [0-9a-f]+14 R_VAX_GLOB_DAT 12340018
protected_foo
\+ 0
export-class-call.dd
8
12340002: fb 00 ef 0f calls \$0x0,12340018 <
protected_foo
>
16
12340018 <
protected_foo
>:
vax-export-class.rd
10
12340040 [0-9a-f]+01 R_VAX_32 * 123400a0
protected_foo
\+ 0
export-class-data.dd
16
12340018 <
protected_foo
>:
/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
export-class.sd
4
* [0-9a-f]+: * 0*123400a0 * 0 * NOTYPE * GLOBAL * PROTECTED * [0-9]+ *
protected_foo
27
* [0-9a-f]+: * 0*123400a0 * 0 * NOTYPE * GLOBAL * PROTECTED * [0-9]+ *
protected_foo
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-export-class.rd
10
12340040 [0-9a-f]+02 R_ARM_ABS32 123400a0
protected_foo
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
i386-export-class.rd
10
12340040 [0-9a-f]+01 R_386_32 123400a0
protected_foo
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
x86-64-64-export-class.rd
10
000012340040 [0-9a-f]+00000001 R_X86_64_64 00000000123400a0
protected_foo
\+ 0
x86-64-x32-export-class.rd
10
12340040 [0-9a-f]+0a R_X86_64_32 123400a0
protected_foo
\+ 0
/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 788 milliseconds