代码搜索:assignment

找到约 8,196 项符合「assignment」的源代码

代码结果 8,196
www.eeworm.com/read/177773/5320143

scc mssccprj.scc

SCC = This is a Source Code Control file [HelloWorld.csproj] SCC_Aux_Path = "\\ws-vss-02\moevss$\" SCC_Project_Name = "$/Batch4/Advanced Programming/Assignment_new/chapter2/HelloWorld", GSJDAAAA
www.eeworm.com/read/168763/5437376

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/162614/5522185

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/340665/3276479

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/340665/3279959

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/300593/3845792

c txt2carray.c

// BIN2C - Dump binary files in C hex #include #include #include #ifdef _WIN32 #pragma warning( disable : 4706 ) // Disable "assignment within conditional ex
www.eeworm.com/read/283355/4079955

patch tcl8.4.5-clock-cygwin.patch

See https://sourceforge.net/tracker/?func=detail&atid=310894&aid=656765&group_id=10894 Fixes ../generic/tclClock.c: In function `FormatClock': ../generic/tclClock.c:314: warning: assignment makes inte
www.eeworm.com/read/440906/1778111

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/440906/1781601

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/414420/2148563

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) &= ~