MCPcopy Create free account
hub / github.com/KDAB/codebrowser / w

Method w

tests/test.cc:358–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 return value;
357 }
358 int w() {
359 Val q;
360 valval = q + q;
361 q.v = 4;
362 (&q)->v = 45 + 45;
363 hello = 4;
364 hello2 = Val() + Val();
365 Uses *u = this;
366 u->hello2 = Val() + Val();
367 (*u).hello2 = Val() + Val();
368 hello2 += Val() + Val();
369 value = 2;
370 value += 2;
371 value++;
372 ++value;
373 switch(0) { case 0: value = 1; }
374 return 12;
375 }
376 int &a() {
377 auto *val = &valval;
378 auto &v1 = value;

Callers

nothing calls this directly

Calls 1

ValClass · 0.85

Tested by

no test coverage detected