代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/116603/14963071
java arraysize.java
//: c09:ArraySize.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Initialization & re-assignment of arrays.
class Weeble
www.eeworm.com/read/15240/440444
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/17071/711912
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/494783/1154517
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/489559/1218528
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/470720/1448032
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/470720/1451498
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/470693/1459978
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/470693/1463444
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);