代码搜索:Assignment

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

代码结果 8,196
www.eeworm.com/read/225725/14521762

htm ec4.htm

Effective C++, 2E | Chapter 4: Classes and Functions: Design and Declaration Back to Item 17: Check for assignment to self in operator=. Continue to Item 18: Strive for class interfaces that are comp
www.eeworm.com/read/470720/1444623

c aggr1.c

// Test that initializing an aggregate with complex copy constructor // and assignment ops doesn't cause cp_expr_size to abort. struct A { A(); A(const A&); A& operator=(const A&); }; struct B
www.eeworm.com/read/470720/1447788

c lvalue3.c

// Bug: C++ semantics for assignment don't match the backend semantics for // MODIFY_EXPR. // Build don't link: void foo (int j) { (j = 1)++; // causes compiler segfault }
www.eeworm.com/read/470693/1456569

c aggr1.c

// Test that initializing an aggregate with complex copy constructor // and assignment ops doesn't cause cp_expr_size to abort. struct A { A(); A(const A&); A& operator=(const A&); }; struct B
www.eeworm.com/read/470693/1459734

c lvalue3.c

// Bug: C++ semantics for assignment don't match the backend semantics for // MODIFY_EXPR. // Build don't link: void foo (int j) { (j = 1)++; // causes compiler segfault }
www.eeworm.com/read/456067/1608261

old makefile.old

# # Makefile for precise-costs codes implementing the cost scaling # push-relabel assignment algorithm. # Filenames of executable images are derived from compile-time macro # definitions as follows (f
www.eeworm.com/read/240162/4579533

c aggr1.c

// Test that initializing an aggregate with complex copy constructor // and assignment ops doesn't cause cp_expr_size to abort. struct A { A(); A(const A&); A& operator=(const A&); }; struct B
www.eeworm.com/read/240162/4582971

c lvalue3.c

// { dg-do assemble } // Bug: C++ semantics for assignment don't match the backend semantics for // MODIFY_EXPR. void foo (int j) { (j = 1)++; // causes compiler segfault }
www.eeworm.com/read/233527/4666799

old makefile.old

# # Makefile for precise-costs codes implementing the cost scaling # push-relabel assignment algorithm. # Filenames of executable images are derived from compile-time macro # definitions as follows (f
www.eeworm.com/read/233448/4670891

c wparentheses-4.c

// Test that -Wparentheses does not give bogus warnings in the // presence of templates for non-plain assignment. Bug 17120. // { dg-do compile } // { dg-options "-Wparentheses" } template