代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/452691/1650533
c ecctest.c
indent: Standard input:27: Warning:old style assignment ambiguity in "=*". Assuming "= *"
#ifdef ECC_TEST
static inline void ecc_off (void)
{
*(volatile int *) (INTERNAL_REG_BASE_ADDR + 0x4b4) &= ~
www.eeworm.com/read/240162/4582921
c opeq.c
// { dg-do run }
// PRMS Id: 4297 (related to 3525)
// Bug: Generating default op= didn't set TYPE_HAS_ASSIGNMENT, so it wasn't
// found.
extern "C" int printf (const char *, ...);
class Y
{
publi
www.eeworm.com/read/240162/4583212
c opeq3.c
// { dg-do assemble }
// Bug: g++ generates code for assignment in invalid situations.
class X {
int& a;
public:
X(int& i): a(i) { };
};
void foo ()
{
int one=1, two=2;
X a(one), b(two);
www.eeworm.com/read/240162/4589360
c 20020318-1.c
/* PR c/5656
This testcase ICEd on IA-32 at -O3, due to tree inliner not converting
parameter assignment when using K&R syntax. */
void foo (c)
char c;
{
(void) &c;
}
int bar (void);
www.eeworm.com/read/233448/4674046
c assign1.c
// { dg-do compile }
// Origin: Mark Mitchell
template
struct S { // { dg-error "assignment" }
S();
T t;
};
void f()
{
S s;
s = s; // { dg-error
www.eeworm.com/read/233448/4675740
c opeq.c
// { dg-do run }
// PRMS Id: 4297 (related to 3525)
// Bug: Generating default op= didn't set TYPE_HAS_ASSIGNMENT, so it wasn't
// found.
extern "C" int printf (const char *, ...);
class Y
{
publi
www.eeworm.com/read/233448/4683422
c 20020318-1.c
/* PR c/5656
This testcase ICEd on IA-32 at -O3, due to tree inliner not converting
parameter assignment when using K&R syntax. */
void foo (c)
char c;
{
(void) &c;
}
int bar (void);
www.eeworm.com/read/200288/5068231
c ecctest.c
indent: Standard input:27: Warning:old style assignment ambiguity in "=*". Assuming "= *"
#ifdef ECC_TEST
static inline void ecc_off (void)
{
*(volatile int *) (INTERNAL_REG_BASE_ADDR + 0x4b4) &= ~
www.eeworm.com/read/190666/5175825
c opeq3.c
// Bug: g++ generates code for assignment in invalid situations.
// Build don't link:
class X {
int& a;
public:
X(int& i): a(i) { };
};
void foo ()
{
int one=1, two=2;
X a(one), b(two);
a
www.eeworm.com/read/190666/5179177
c 20020318-1.c
/* PR c/5656
This testcase ICEd on IA-32 at -O3, due to tree inliner not converting
parameter assignment when using K&R syntax. */
void foo (c)
char c;
{
(void) &c;
}
int bar (void);