代码搜索:807 开发教程
找到约 10,000 项符合「807 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5175267
c p807.c
// prms-id: 807
extern "C" int printf(const char*, ...);
class B;
class AX
{
protected:
int x;
public:
operator B();
};
class B
{
private:
int x;
public:
B(const AX&);
};
int f
www.eeworm.com/read/162614/5521677
c p807a.c
// { dg-do assemble }
// prms-id: 807
// See ARM page 275 Section 12.3.2
extern "C" int printf (const char *, ...);
extern "C" void exit(int);
class B;
class A {
public:
A(B&); // { dg-error "
www.eeworm.com/read/162614/5521923
c p807.c
// { dg-do assemble }
// prms-id: 807
extern "C" int printf(const char*, ...);
class B;
class AX
{
protected:
int x;
public:
operator B();
};
class B
{
private:
int x;
public:
B
www.eeworm.com/read/347503/3169001
s bspec807.s
BSPEC 80
TETRA 2 % Decent section length name (in 32-bit words).
BYTE "aaaaaaaa"
TETRA 0x11 % Flags.
TETRA 0,12 % Decent section length. However...
TETRA 0 % Things end stops after the high pa
www.eeworm.com/read/347503/3169057
d spec807.d
#source: bspec807.s
#source: start.s
#ld: -m mmo
#objdump: -sh
# See spec801.d.
# #7: non-quote LOP in section vma, low part.
.*: file format mmo
Sections:
Idx Name Size VMA
www.eeworm.com/read/340665/3265893
s bspec807.s
BSPEC 80
TETRA 2 % Decent section length name (in 32-bit words).
BYTE "aaaaaaaa"
TETRA 0x11 % Flags.
TETRA 0,12 % Decent section length. However...
TETRA 0 % Things end stops after the high pa
www.eeworm.com/read/340665/3265946
d spec807.d
#source: bspec807.s
#source: start.s
#ld: -m mmo
#objdump: -sh
# See spec801.d.
# #7: non-quote LOP in section vma, low part.
.*: file format mmo
Sections:
Idx Name Size VMA
www.eeworm.com/read/340665/3275676
c p807a.c
// Build don't link:
// prms-id: 807
// See ARM page 275 Section 12.3.2
extern "C" int printf (const char *, ...);
extern "C" void exit(int);
class B;
class A {
public:
A(B&); // ERROR - fn ref
www.eeworm.com/read/340665/3275922
c p807.c
// prms-id: 807
extern "C" int printf(const char*, ...);
class B;
class AX
{
protected:
int x;
public:
operator B();
};
class B
{
private:
int x;
public:
B(const AX&);
};
int f