MCPcopy Create free account
hub / github.com/KDAB/codebrowser / operator+=

Method operator+=

tests/test.cc:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 int loc = 4;
276 struct MyStruct : MyBase {
277 void operator+=(int q) {
278label:
279 static_member += q;
280 goto label;
281 }
282 /* that's magic */
283 int foo() { return 4; }
284 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected