mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
C++: Accept test changes
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
#-----| __va_list_tag::operator=() -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| __va_list_tag::operator=() -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| operator delete(void *) -> void
|
||||
#-----| params:
|
||||
#-----| 0: p#0
|
||||
@@ -10,6 +6,14 @@
|
||||
#-----| params:
|
||||
#-----| 0: p#0
|
||||
#-----| Type = unsigned long
|
||||
#-----| operator=(__va_list_tag &&) -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| 0: p#0
|
||||
#-----| Type = __va_list_tag &&
|
||||
#-----| operator=(const __va_list_tag &) -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| 0: p#0
|
||||
#-----| Type = const __va_list_tag &
|
||||
AddressOf.c:
|
||||
# 1| AddressOf(int) -> void
|
||||
# 1| params:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
| bar.h:1:13:1:15 | bar | MemberFunction | 1 | C |
|
||||
| bar.h:1:13:1:15 | bar | MemberFunction | 1 | C |
|
||||
| bar.h:1:13:1:15 | bar | MemberFunction | 2 | D |
|
||||
| file://:0:0:0:0 | operator= | MemberFunction | 0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | operator= | MemberFunction | 0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | operator= | Function | 0 | <none> |
|
||||
| file://:0:0:0:0 | operator= | Function | 0 | <none> |
|
||||
| foo.h:1:13:1:15 | foo | Function | 1 | <none> |
|
||||
| foo.h:1:13:1:15 | foo | MemberFunction | 1 | C |
|
||||
| foo.h:1:13:1:15 | foo | MemberFunction | 1 | C |
|
||||
|
||||
@@ -4,9 +4,11 @@
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | C && | Variable | <none> |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | C && | Variable | <none> |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | D && | Variable | <none> |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | __va_list_tag && | Variable | <none> |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const C & | Variable | <none> |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const C & | Variable | <none> |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const D & | Variable | <none> |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const __va_list_tag & | Variable | <none> |
|
||||
| file://:0:0:0:0 | reg_save_area | file://:0:0:0:0 | void * | MemberVariable | __va_list_tag |
|
||||
| foo.h:7:5:7:15 | foo_defined | file://:0:0:0:0 | int | MemberVariable | C |
|
||||
| foo.h:7:5:7:15 | foo_defined | file://:0:0:0:0 | int | Variable | <none> |
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
| file://:0:0:0:0 | fp_offset | fp_offset | false |
|
||||
| file://:0:0:0:0 | gp_offset | gp_offset | false |
|
||||
| file://:0:0:0:0 | overflow_arg_area | overflow_arg_area | false |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | false |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | false |
|
||||
| file://:0:0:0:0 | reg_save_area | reg_save_area | false |
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
| CPP-205.cpp:0:0:0:0 | CPP-205.cpp |
|
||||
| CPP-205.cpp:1:20:1:20 | T |
|
||||
| CPP-205.cpp:1:20:1:20 | definition of T |
|
||||
| CPP-205.cpp:2:5:2:5 | definition of fn |
|
||||
| CPP-205.cpp:2:5:2:5 | fn |
|
||||
| CPP-205.cpp:2:5:2:6 | definition of fn |
|
||||
| CPP-205.cpp:2:5:2:6 | fn |
|
||||
| CPP-205.cpp:2:5:2:6 | fn |
|
||||
| CPP-205.cpp:2:10:2:12 | definition of out |
|
||||
| CPP-205.cpp:2:10:2:12 | definition of out |
|
||||
| CPP-205.cpp:2:10:2:12 | out |
|
||||
| CPP-205.cpp:2:10:2:12 | out |
|
||||
@@ -12,8 +14,6 @@
|
||||
| CPP-205.cpp:3:3:3:33 | declaration |
|
||||
| CPP-205.cpp:3:3:3:33 | declaration |
|
||||
| CPP-205.cpp:3:15:3:15 | declaration of y |
|
||||
| CPP-205.cpp:3:15:3:15 | declaration of y |
|
||||
| CPP-205.cpp:3:15:3:15 | y |
|
||||
| CPP-205.cpp:3:15:3:15 | y |
|
||||
| CPP-205.cpp:3:17:3:31 | 5 |
|
||||
| CPP-205.cpp:4:3:4:11 | return ... |
|
||||
@@ -26,5 +26,9 @@
|
||||
| CPP-205.cpp:8:3:8:15 | return ... |
|
||||
| CPP-205.cpp:8:10:8:11 | call to fn |
|
||||
| CPP-205.cpp:8:13:8:13 | 0 |
|
||||
| file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | y |
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
| k | _Atomic(int) *_Atomic | atomic {pointer to {atomic {int}}} |
|
||||
| m | int | int |
|
||||
| overflow_arg_area | void * | pointer to {void} |
|
||||
| p#0 | __va_list_tag && | rvalue reference to {struct __va_list_tag} |
|
||||
| p#0 | atomic_box<int> && | rvalue reference to {struct atomic_box<int>} |
|
||||
| p#0 | const __va_list_tag & | reference to {const {struct __va_list_tag}} |
|
||||
| p#0 | const atomic_box<int> & | reference to {const {struct atomic_box<int>}} |
|
||||
| reg_save_area | void * | pointer to {void} |
|
||||
| value | _Atomic(T) | atomic {T} |
|
||||
|
||||
@@ -26,5 +26,7 @@
|
||||
| file://:0:0:0:0 | gp_offset | file://:0:0:0:0 | unsigned int | unsigned int |
|
||||
| file://:0:0:0:0 | overflow_arg_area | file://:0:0:0:0 | void * | pointer to {void} |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | Example && | rvalue reference to {struct Example} |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | __va_list_tag && | rvalue reference to {struct __va_list_tag} |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const Example & | reference to {const {struct Example}} |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const __va_list_tag & | reference to {const {struct __va_list_tag}} |
|
||||
| file://:0:0:0:0 | reg_save_area | file://:0:0:0:0 | void * | pointer to {void} |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| 1 | 1 |
|
||||
| 2 | 1 |
|
||||
| 2 | 2 |
|
||||
| 9 | 2 |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
| file://:0:0:0:0 | __builtin_add_overflow | true | 0 | file://:0:0:0:0 | bool |
|
||||
| file://:0:0:0:0 | __builtin_foobar | true | 0 | file://:0:0:0:0 | int |
|
||||
| file://:0:0:0:0 | __builtin_malloc | true | 0 | file://:0:0:0:0 | float |
|
||||
| file://:0:0:0:0 | __builtin_foobar | true | 1 | file://:0:0:0:0 | int |
|
||||
| file://:0:0:0:0 | __builtin_malloc | true | 4 | file://:0:0:0:0 | float |
|
||||
| test.c:1:6:1:6 | f | false | 3 | file://:0:0:0:0 | long |
|
||||
|
||||
@@ -1,351 +1,351 @@
|
||||
| C::C | false | 390 | 390 | C |
|
||||
| C::C | false | 393 | 393 | C |
|
||||
| C::operator= | false | 388 | 388 | operator= |
|
||||
| C::~C | false | 392 | 392 | ~C |
|
||||
| Error::Error | false | 131 | 131 | Error |
|
||||
| Error::Error | false | 135 | 135 | return ... |
|
||||
| Error::Error | false | 137 | 137 | { ... } |
|
||||
| Error::Error | false | 152 | 152 | Error |
|
||||
| Error::Error | true | 135 | 131 | |
|
||||
| Error::Error | true | 137 | 135 | |
|
||||
| Error::operator= | false | 150 | 150 | operator= |
|
||||
| Error::~Error | false | 140 | 140 | ~Error |
|
||||
| Error::~Error | false | 144 | 144 | return ... |
|
||||
| Error::~Error | false | 146 | 146 | { ... } |
|
||||
| Error::~Error | true | 144 | 140 | |
|
||||
| Error::~Error | true | 146 | 144 | |
|
||||
| __va_list_tag::operator= | false | 123 | 123 | operator= |
|
||||
| __va_list_tag::operator= | false | 127 | 127 | operator= |
|
||||
| f | false | 407 | 407 | f |
|
||||
| f | false | 413 | 413 | call to C |
|
||||
| f | false | 417 | 417 | 101 |
|
||||
| f | false | 418 | 418 | initializer for c101 |
|
||||
| f | false | 423 | 423 | call to C |
|
||||
| f | false | 427 | 427 | 105 |
|
||||
| f | false | 428 | 428 | initializer for c105 |
|
||||
| f | false | 433 | 433 | call to C |
|
||||
| f | false | 437 | 437 | 109 |
|
||||
| f | false | 438 | 438 | initializer for c109 |
|
||||
| f | false | 443 | 443 | call to C |
|
||||
| f | false | 447 | 447 | 102 |
|
||||
| f | false | 448 | 448 | initializer for c102 |
|
||||
| f | false | 453 | 453 | call to C |
|
||||
| f | false | 457 | 457 | 103 |
|
||||
| f | false | 458 | 458 | initializer for c103 |
|
||||
| f | false | 463 | 463 | call to C |
|
||||
| f | false | 467 | 467 | 104 |
|
||||
| f | false | 468 | 468 | initializer for c104 |
|
||||
| f | false | 473 | 473 | call to C |
|
||||
| f | false | 477 | 477 | 106 |
|
||||
| f | false | 478 | 478 | initializer for c106 |
|
||||
| f | false | 483 | 483 | call to C |
|
||||
| f | false | 487 | 487 | 107 |
|
||||
| f | false | 488 | 488 | initializer for c107 |
|
||||
| f | false | 493 | 493 | call to C |
|
||||
| f | false | 497 | 497 | 108 |
|
||||
| f | false | 498 | 498 | initializer for c108 |
|
||||
| f | false | 502 | 502 | declaration |
|
||||
| f | false | 504 | 504 | declaration |
|
||||
| f | false | 506 | 506 | b1 |
|
||||
| f | false | 508 | 508 | (bool)... |
|
||||
| f | false | 512 | 512 | 1 |
|
||||
| f | false | 513 | 513 | throw ... |
|
||||
| f | false | 515 | 515 | ExprStmt |
|
||||
| f | false | 517 | 517 | { ... } |
|
||||
| f | false | 519 | 519 | if (...) ... |
|
||||
| f | false | 521 | 521 | declaration |
|
||||
| f | false | 523 | 523 | { ... } |
|
||||
| f | false | 529 | 529 | 1 |
|
||||
| f | false | 530 | 530 | declaration |
|
||||
| f | false | 532 | 532 | { ... } |
|
||||
| f | false | 534 | 534 | __try { ... } __except( ... ) { ... } |
|
||||
| f | false | 536 | 536 | declaration |
|
||||
| f | false | 538 | 538 | declaration |
|
||||
| f | false | 540 | 540 | b2 |
|
||||
| f | false | 542 | 542 | (bool)... |
|
||||
| f | false | 546 | 546 | 2 |
|
||||
| f | false | 547 | 547 | throw ... |
|
||||
| f | false | 549 | 549 | ExprStmt |
|
||||
| f | false | 551 | 551 | { ... } |
|
||||
| f | false | 553 | 553 | if (...) ... |
|
||||
| f | false | 555 | 555 | declaration |
|
||||
| f | false | 557 | 557 | { ... } |
|
||||
| f | false | 559 | 559 | declaration |
|
||||
| f | false | 561 | 561 | { ... } |
|
||||
| f | false | 563 | 563 | __try { ... } __finally { ... } |
|
||||
| f | false | 565 | 565 | declaration |
|
||||
| f | false | 567 | 567 | return ... |
|
||||
| f | false | 569 | 569 | { ... } |
|
||||
| f | false | 571 | 571 | c101 |
|
||||
| f | false | 573 | 573 | call to c101.~C |
|
||||
| f | false | 574 | 574 | c105 |
|
||||
| f | false | 575 | 575 | call to c105.~C |
|
||||
| f | false | 576 | 576 | c109 |
|
||||
| f | false | 577 | 577 | call to c109.~C |
|
||||
| f | false | 578 | 578 | c101 |
|
||||
| f | false | 579 | 579 | call to c101.~C |
|
||||
| f | false | 580 | 580 | c105 |
|
||||
| f | false | 581 | 581 | call to c105.~C |
|
||||
| f | false | 582 | 582 | c108 |
|
||||
| f | false | 584 | 584 | call to c108.~C |
|
||||
| f | false | 585 | 585 | c106 |
|
||||
| f | false | 587 | 587 | call to c106.~C |
|
||||
| f | false | 588 | 588 | c107 |
|
||||
| f | false | 589 | 589 | call to c107.~C |
|
||||
| f | false | 590 | 590 | c106 |
|
||||
| f | false | 591 | 591 | call to c106.~C |
|
||||
| f | false | 592 | 592 | c104 |
|
||||
| f | false | 594 | 594 | call to c104.~C |
|
||||
| f | false | 595 | 595 | c102 |
|
||||
| f | false | 597 | 597 | call to c102.~C |
|
||||
| f | false | 598 | 598 | c103 |
|
||||
| f | false | 599 | 599 | call to c103.~C |
|
||||
| f | false | 600 | 600 | c102 |
|
||||
| f | false | 601 | 601 | call to c102.~C |
|
||||
| f | true | 413 | 534 | |
|
||||
| f | true | 417 | 413 | |
|
||||
| f | true | 418 | 417 | |
|
||||
| f | true | 423 | 563 | |
|
||||
| f | true | 427 | 423 | |
|
||||
| f | true | 428 | 427 | |
|
||||
| f | true | 433 | 567 | |
|
||||
| f | true | 437 | 433 | |
|
||||
| f | true | 438 | 437 | |
|
||||
| f | true | 443 | 519 | |
|
||||
| f | true | 447 | 443 | |
|
||||
| f | true | 448 | 447 | |
|
||||
| f | true | 453 | 598 | |
|
||||
| f | true | 457 | 453 | |
|
||||
| f | true | 458 | 457 | |
|
||||
| f | true | 463 | 592 | |
|
||||
| f | true | 467 | 463 | |
|
||||
| f | true | 468 | 467 | |
|
||||
| f | true | 473 | 553 | |
|
||||
| f | true | 477 | 473 | |
|
||||
| f | true | 478 | 477 | |
|
||||
| f | true | 483 | 588 | |
|
||||
| f | true | 487 | 483 | |
|
||||
| f | true | 488 | 487 | |
|
||||
| f | true | 493 | 582 | |
|
||||
| f | true | 497 | 493 | |
|
||||
| f | true | 498 | 497 | |
|
||||
| f | true | 502 | 418 | |
|
||||
| f | true | 504 | 448 | |
|
||||
| f | true | 506 | 517 | T |
|
||||
| f | true | 506 | 521 | F |
|
||||
| f | true | 512 | 513 | |
|
||||
| f | true | 513 | 600 | |
|
||||
| f | true | 515 | 512 | |
|
||||
| f | true | 517 | 515 | |
|
||||
| f | true | 519 | 506 | |
|
||||
| f | true | 521 | 458 | |
|
||||
| f | true | 523 | 504 | |
|
||||
| f | true | 529 | 532 | T |
|
||||
| f | true | 530 | 468 | |
|
||||
| f | true | 532 | 530 | |
|
||||
| f | true | 534 | 523 | |
|
||||
| f | true | 536 | 428 | |
|
||||
| f | true | 538 | 478 | |
|
||||
| f | true | 540 | 551 | T |
|
||||
| f | true | 540 | 555 | F |
|
||||
| f | true | 546 | 547 | |
|
||||
| f | true | 547 | 590 | |
|
||||
| f | true | 549 | 546 | |
|
||||
| f | true | 551 | 549 | |
|
||||
| f | true | 553 | 540 | |
|
||||
| f | true | 555 | 488 | |
|
||||
| f | true | 557 | 538 | |
|
||||
| f | true | 559 | 498 | |
|
||||
| f | true | 561 | 559 | |
|
||||
| f | true | 563 | 557 | |
|
||||
| f | true | 565 | 438 | |
|
||||
| f | true | 567 | 576 | |
|
||||
| f | true | 569 | 502 | |
|
||||
| f | true | 571 | 573 | |
|
||||
| f | true | 573 | 407 | |
|
||||
| C::C | false | 436 | 436 | C |
|
||||
| C::C | false | 625 | 625 | C |
|
||||
| C::operator= | false | 618 | 618 | operator= |
|
||||
| C::~C | false | 557 | 557 | ~C |
|
||||
| Error::Error | false | 242 | 242 | Error |
|
||||
| Error::Error | false | 255 | 255 | Error |
|
||||
| Error::Error | false | 260 | 260 | return ... |
|
||||
| Error::Error | false | 262 | 262 | { ... } |
|
||||
| Error::Error | true | 260 | 255 | |
|
||||
| Error::Error | true | 262 | 260 | |
|
||||
| Error::operator= | false | 236 | 236 | operator= |
|
||||
| Error::~Error | false | 246 | 246 | ~Error |
|
||||
| Error::~Error | false | 251 | 251 | return ... |
|
||||
| Error::~Error | false | 253 | 253 | { ... } |
|
||||
| Error::~Error | true | 251 | 246 | |
|
||||
| Error::~Error | true | 253 | 251 | |
|
||||
| f | false | 420 | 420 | f |
|
||||
| f | false | 431 | 431 | declaration |
|
||||
| f | false | 434 | 434 | call to C |
|
||||
| f | false | 439 | 439 | 102 |
|
||||
| f | false | 440 | 440 | initializer for c102 |
|
||||
| f | false | 444 | 444 | call to C |
|
||||
| f | false | 448 | 448 | 103 |
|
||||
| f | false | 449 | 449 | initializer for c103 |
|
||||
| f | false | 452 | 452 | declaration |
|
||||
| f | false | 454 | 454 | b1 |
|
||||
| f | false | 456 | 456 | (bool)... |
|
||||
| f | false | 459 | 459 | 1 |
|
||||
| f | false | 460 | 460 | throw ... |
|
||||
| f | false | 462 | 462 | ExprStmt |
|
||||
| f | false | 464 | 464 | { ... } |
|
||||
| f | false | 466 | 466 | if (...) ... |
|
||||
| f | false | 468 | 468 | declaration |
|
||||
| f | false | 470 | 470 | { ... } |
|
||||
| f | false | 477 | 477 | 1 |
|
||||
| f | false | 479 | 479 | call to C |
|
||||
| f | false | 483 | 483 | 104 |
|
||||
| f | false | 484 | 484 | initializer for c104 |
|
||||
| f | false | 487 | 487 | declaration |
|
||||
| f | false | 489 | 489 | { ... } |
|
||||
| f | false | 491 | 491 | __try { ... } __except( ... ) { ... } |
|
||||
| f | false | 493 | 493 | declaration |
|
||||
| f | false | 496 | 496 | call to C |
|
||||
| f | false | 500 | 500 | 106 |
|
||||
| f | false | 501 | 501 | initializer for c106 |
|
||||
| f | false | 505 | 505 | call to C |
|
||||
| f | false | 509 | 509 | 107 |
|
||||
| f | false | 510 | 510 | initializer for c107 |
|
||||
| f | false | 513 | 513 | declaration |
|
||||
| f | false | 515 | 515 | b2 |
|
||||
| f | false | 517 | 517 | (bool)... |
|
||||
| f | false | 520 | 520 | 2 |
|
||||
| f | false | 521 | 521 | throw ... |
|
||||
| f | false | 523 | 523 | ExprStmt |
|
||||
| f | false | 525 | 525 | { ... } |
|
||||
| f | false | 527 | 527 | if (...) ... |
|
||||
| f | false | 529 | 529 | declaration |
|
||||
| f | false | 531 | 531 | { ... } |
|
||||
| f | false | 534 | 534 | call to C |
|
||||
| f | false | 538 | 538 | 108 |
|
||||
| f | false | 539 | 539 | initializer for c108 |
|
||||
| f | false | 542 | 542 | declaration |
|
||||
| f | false | 544 | 544 | { ... } |
|
||||
| f | false | 546 | 546 | __try { ... } __finally { ... } |
|
||||
| f | false | 548 | 548 | declaration |
|
||||
| f | false | 550 | 550 | return ... |
|
||||
| f | false | 552 | 552 | { ... } |
|
||||
| f | false | 554 | 554 | c101 |
|
||||
| f | false | 556 | 556 | call to c101.~C |
|
||||
| f | false | 558 | 558 | c105 |
|
||||
| f | false | 559 | 559 | call to c105.~C |
|
||||
| f | false | 560 | 560 | c109 |
|
||||
| f | false | 561 | 561 | call to c109.~C |
|
||||
| f | false | 562 | 562 | c101 |
|
||||
| f | false | 563 | 563 | call to c101.~C |
|
||||
| f | false | 564 | 564 | c105 |
|
||||
| f | false | 565 | 565 | call to c105.~C |
|
||||
| f | false | 566 | 566 | c108 |
|
||||
| f | false | 568 | 568 | call to c108.~C |
|
||||
| f | false | 569 | 569 | c106 |
|
||||
| f | false | 571 | 571 | call to c106.~C |
|
||||
| f | false | 572 | 572 | c107 |
|
||||
| f | false | 573 | 573 | call to c107.~C |
|
||||
| f | false | 574 | 574 | c106 |
|
||||
| f | false | 575 | 575 | call to c106.~C |
|
||||
| f | false | 576 | 576 | c104 |
|
||||
| f | false | 578 | 578 | call to c104.~C |
|
||||
| f | false | 579 | 579 | c102 |
|
||||
| f | false | 581 | 581 | call to c102.~C |
|
||||
| f | false | 582 | 582 | c103 |
|
||||
| f | false | 583 | 583 | call to c103.~C |
|
||||
| f | false | 584 | 584 | c102 |
|
||||
| f | false | 585 | 585 | call to c102.~C |
|
||||
| f | false | 587 | 587 | call to C |
|
||||
| f | false | 591 | 591 | 101 |
|
||||
| f | false | 592 | 592 | initializer for c101 |
|
||||
| f | false | 596 | 596 | call to C |
|
||||
| f | false | 600 | 600 | 105 |
|
||||
| f | false | 601 | 601 | initializer for c105 |
|
||||
| f | false | 605 | 605 | call to C |
|
||||
| f | false | 609 | 609 | 109 |
|
||||
| f | false | 610 | 610 | initializer for c109 |
|
||||
| f | true | 431 | 592 | |
|
||||
| f | true | 434 | 466 | |
|
||||
| f | true | 439 | 434 | |
|
||||
| f | true | 440 | 439 | |
|
||||
| f | true | 444 | 582 | |
|
||||
| f | true | 448 | 444 | |
|
||||
| f | true | 449 | 448 | |
|
||||
| f | true | 452 | 440 | |
|
||||
| f | true | 454 | 464 | T |
|
||||
| f | true | 454 | 468 | F |
|
||||
| f | true | 459 | 460 | |
|
||||
| f | true | 460 | 584 | |
|
||||
| f | true | 462 | 459 | |
|
||||
| f | true | 464 | 462 | |
|
||||
| f | true | 466 | 454 | |
|
||||
| f | true | 468 | 449 | |
|
||||
| f | true | 470 | 452 | |
|
||||
| f | true | 477 | 489 | T |
|
||||
| f | true | 479 | 576 | |
|
||||
| f | true | 483 | 479 | |
|
||||
| f | true | 484 | 483 | |
|
||||
| f | true | 487 | 484 | |
|
||||
| f | true | 489 | 487 | |
|
||||
| f | true | 491 | 470 | |
|
||||
| f | true | 493 | 601 | |
|
||||
| f | true | 496 | 527 | |
|
||||
| f | true | 500 | 496 | |
|
||||
| f | true | 501 | 500 | |
|
||||
| f | true | 505 | 572 | |
|
||||
| f | true | 509 | 505 | |
|
||||
| f | true | 510 | 509 | |
|
||||
| f | true | 513 | 501 | |
|
||||
| f | true | 515 | 525 | T |
|
||||
| f | true | 515 | 529 | F |
|
||||
| f | true | 520 | 521 | |
|
||||
| f | true | 521 | 574 | |
|
||||
| f | true | 523 | 520 | |
|
||||
| f | true | 525 | 523 | |
|
||||
| f | true | 527 | 515 | |
|
||||
| f | true | 529 | 510 | |
|
||||
| f | true | 531 | 513 | |
|
||||
| f | true | 534 | 566 | |
|
||||
| f | true | 538 | 534 | |
|
||||
| f | true | 539 | 538 | |
|
||||
| f | true | 542 | 539 | |
|
||||
| f | true | 544 | 542 | |
|
||||
| f | true | 546 | 531 | |
|
||||
| f | true | 548 | 610 | |
|
||||
| f | true | 550 | 560 | |
|
||||
| f | true | 552 | 431 | |
|
||||
| f | true | 554 | 556 | |
|
||||
| f | true | 556 | 420 | |
|
||||
| f | true | 558 | 559 | |
|
||||
| f | true | 559 | 554 | |
|
||||
| f | true | 560 | 561 | |
|
||||
| f | true | 561 | 558 | |
|
||||
| f | true | 562 | 563 | |
|
||||
| f | true | 563 | 420 | |
|
||||
| f | true | 564 | 565 | |
|
||||
| f | true | 565 | 562 | |
|
||||
| f | true | 566 | 568 | |
|
||||
| f | true | 568 | 548 | |
|
||||
| f | true | 568 | 564 | |
|
||||
| f | true | 569 | 571 | |
|
||||
| f | true | 571 | 544 | |
|
||||
| f | true | 572 | 573 | |
|
||||
| f | true | 573 | 569 | |
|
||||
| f | true | 574 | 575 | |
|
||||
| f | true | 575 | 571 | |
|
||||
| f | true | 576 | 577 | |
|
||||
| f | true | 577 | 574 | |
|
||||
| f | true | 578 | 579 | |
|
||||
| f | true | 579 | 407 | |
|
||||
| f | true | 580 | 581 | |
|
||||
| f | true | 581 | 578 | |
|
||||
| f | true | 582 | 584 | |
|
||||
| f | true | 584 | 565 | |
|
||||
| f | true | 584 | 580 | |
|
||||
| f | true | 585 | 587 | |
|
||||
| f | true | 587 | 561 | |
|
||||
| f | true | 588 | 589 | |
|
||||
| f | true | 589 | 585 | |
|
||||
| f | true | 590 | 591 | |
|
||||
| f | true | 591 | 561 | |
|
||||
| f | true | 592 | 594 | |
|
||||
| f | true | 594 | 536 | |
|
||||
| f | true | 595 | 597 | |
|
||||
| f | true | 597 | 536 | |
|
||||
| f | true | 598 | 599 | |
|
||||
| f | true | 599 | 595 | |
|
||||
| f | true | 600 | 601 | |
|
||||
| f | true | 601 | 529 | |
|
||||
| f1 | false | 251 | 251 | f1 |
|
||||
| f2 | false | 254 | 254 | f2 |
|
||||
| f3 | false | 257 | 257 | f3 |
|
||||
| f4 | false | 261 | 261 | f4 |
|
||||
| f4 | false | 264 | 264 | return ... |
|
||||
| f4 | false | 266 | 266 | { ... } |
|
||||
| f4 | true | 264 | 261 | |
|
||||
| f4 | true | 266 | 264 | |
|
||||
| f5 | false | 269 | 269 | f5 |
|
||||
| f5 | false | 274 | 274 | 3 |
|
||||
| f5 | false | 275 | 275 | throw ... |
|
||||
| f5 | false | 277 | 277 | ExprStmt |
|
||||
| f5 | false | 279 | 279 | { ... } |
|
||||
| f5 | true | 274 | 275 | |
|
||||
| f5 | true | 275 | 269 | |
|
||||
| f5 | true | 277 | 274 | |
|
||||
| f5 | true | 279 | 277 | |
|
||||
| fun | false | 297 | 297 | fun |
|
||||
| fun | false | 311 | 311 | call to f1 |
|
||||
| fun | false | 313 | 313 | ExprStmt |
|
||||
| fun | false | 315 | 315 | call to f2 |
|
||||
| fun | false | 317 | 317 | ExprStmt |
|
||||
| fun | false | 319 | 319 | call to f3 |
|
||||
| fun | false | 321 | 321 | ExprStmt |
|
||||
| fun | false | 323 | 323 | call to f4 |
|
||||
| fun | false | 325 | 325 | ExprStmt |
|
||||
| fun | false | 327 | 327 | call to f5 |
|
||||
| fun | false | 329 | 329 | ExprStmt |
|
||||
| fun | false | 333 | 333 | 5 |
|
||||
| fun | false | 334 | 334 | throw ... |
|
||||
| fun | false | 336 | 336 | ExprStmt |
|
||||
| fun | false | 338 | 338 | call to g |
|
||||
| fun | false | 340 | 340 | ExprStmt |
|
||||
| fun | false | 342 | 342 | { ... } |
|
||||
| fun | false | 344 | 344 | call to h |
|
||||
| fun | false | 346 | 346 | ExprStmt |
|
||||
| fun | false | 348 | 348 | { ... } |
|
||||
| fun | false | 350 | 350 | <handler> |
|
||||
| fun | false | 351 | 351 | try { ... } |
|
||||
| fun | false | 353 | 353 | { ... } |
|
||||
| fun | false | 355 | 355 | call to i |
|
||||
| fun | false | 357 | 357 | ExprStmt |
|
||||
| fun | false | 359 | 359 | { ... } |
|
||||
| fun | false | 361 | 361 | call to j |
|
||||
| fun | false | 363 | 363 | ExprStmt |
|
||||
| fun | false | 365 | 365 | { ... } |
|
||||
| fun | false | 367 | 367 | <handler> |
|
||||
| fun | false | 368 | 368 | <handler> |
|
||||
| fun | false | 369 | 369 | try { ... } |
|
||||
| fun | false | 371 | 371 | call to k |
|
||||
| fun | false | 373 | 373 | ExprStmt |
|
||||
| fun | false | 375 | 375 | return ... |
|
||||
| fun | false | 377 | 377 | { ... } |
|
||||
| fun | true | 311 | 317 | |
|
||||
| fun | true | 313 | 311 | |
|
||||
| fun | true | 315 | 321 | |
|
||||
| fun | true | 317 | 315 | |
|
||||
| fun | true | 319 | 325 | |
|
||||
| fun | true | 321 | 319 | |
|
||||
| fun | true | 323 | 329 | |
|
||||
| fun | true | 325 | 323 | |
|
||||
| fun | true | 327 | 336 | |
|
||||
| f | true | 575 | 544 | |
|
||||
| f | true | 576 | 578 | |
|
||||
| f | true | 578 | 493 | |
|
||||
| f | true | 579 | 581 | |
|
||||
| f | true | 581 | 493 | |
|
||||
| f | true | 582 | 583 | |
|
||||
| f | true | 583 | 579 | |
|
||||
| f | true | 584 | 585 | |
|
||||
| f | true | 585 | 477 | |
|
||||
| f | true | 587 | 491 | |
|
||||
| f | true | 591 | 587 | |
|
||||
| f | true | 592 | 591 | |
|
||||
| f | true | 596 | 546 | |
|
||||
| f | true | 600 | 596 | |
|
||||
| f | true | 601 | 600 | |
|
||||
| f | true | 605 | 550 | |
|
||||
| f | true | 609 | 605 | |
|
||||
| f | true | 610 | 609 | |
|
||||
| f1 | false | 275 | 275 | f1 |
|
||||
| f2 | false | 282 | 282 | f2 |
|
||||
| f3 | false | 287 | 287 | f3 |
|
||||
| f4 | false | 292 | 292 | f4 |
|
||||
| f4 | false | 381 | 381 | return ... |
|
||||
| f4 | false | 383 | 383 | { ... } |
|
||||
| f4 | true | 381 | 292 | |
|
||||
| f4 | true | 383 | 381 | |
|
||||
| f5 | false | 297 | 297 | f5 |
|
||||
| f5 | false | 370 | 370 | 3 |
|
||||
| f5 | false | 371 | 371 | throw ... |
|
||||
| f5 | false | 373 | 373 | ExprStmt |
|
||||
| f5 | false | 375 | 375 | { ... } |
|
||||
| f5 | true | 370 | 371 | |
|
||||
| f5 | true | 371 | 297 | |
|
||||
| f5 | true | 373 | 370 | |
|
||||
| f5 | true | 375 | 373 | |
|
||||
| fun | false | 270 | 270 | fun |
|
||||
| fun | false | 278 | 278 | call to f1 |
|
||||
| fun | false | 280 | 280 | ExprStmt |
|
||||
| fun | false | 283 | 283 | call to f2 |
|
||||
| fun | false | 285 | 285 | ExprStmt |
|
||||
| fun | false | 288 | 288 | call to f3 |
|
||||
| fun | false | 290 | 290 | ExprStmt |
|
||||
| fun | false | 293 | 293 | call to f4 |
|
||||
| fun | false | 295 | 295 | ExprStmt |
|
||||
| fun | false | 298 | 298 | call to f5 |
|
||||
| fun | false | 300 | 300 | ExprStmt |
|
||||
| fun | false | 304 | 304 | 5 |
|
||||
| fun | false | 305 | 305 | throw ... |
|
||||
| fun | false | 307 | 307 | ExprStmt |
|
||||
| fun | false | 310 | 310 | call to g |
|
||||
| fun | false | 312 | 312 | ExprStmt |
|
||||
| fun | false | 314 | 314 | { ... } |
|
||||
| fun | false | 320 | 320 | call to h |
|
||||
| fun | false | 322 | 322 | ExprStmt |
|
||||
| fun | false | 324 | 324 | { ... } |
|
||||
| fun | false | 326 | 326 | <handler> |
|
||||
| fun | false | 327 | 327 | try { ... } |
|
||||
| fun | false | 329 | 329 | { ... } |
|
||||
| fun | false | 335 | 335 | call to i |
|
||||
| fun | false | 337 | 337 | ExprStmt |
|
||||
| fun | false | 339 | 339 | { ... } |
|
||||
| fun | false | 345 | 345 | call to j |
|
||||
| fun | false | 347 | 347 | ExprStmt |
|
||||
| fun | false | 349 | 349 | { ... } |
|
||||
| fun | false | 351 | 351 | <handler> |
|
||||
| fun | false | 352 | 352 | <handler> |
|
||||
| fun | false | 353 | 353 | try { ... } |
|
||||
| fun | false | 356 | 356 | call to k |
|
||||
| fun | false | 358 | 358 | ExprStmt |
|
||||
| fun | false | 360 | 360 | return ... |
|
||||
| fun | false | 362 | 362 | { ... } |
|
||||
| fun | true | 278 | 285 | |
|
||||
| fun | true | 280 | 278 | |
|
||||
| fun | true | 283 | 290 | |
|
||||
| fun | true | 285 | 283 | |
|
||||
| fun | true | 288 | 295 | |
|
||||
| fun | true | 290 | 288 | |
|
||||
| fun | true | 293 | 300 | |
|
||||
| fun | true | 295 | 293 | |
|
||||
| fun | true | 298 | 307 | |
|
||||
| fun | true | 300 | 298 | |
|
||||
| fun | true | 304 | 305 | |
|
||||
| fun | true | 305 | 326 | |
|
||||
| fun | true | 307 | 304 | |
|
||||
| fun | true | 310 | 358 | |
|
||||
| fun | true | 312 | 310 | |
|
||||
| fun | true | 314 | 280 | |
|
||||
| fun | true | 320 | 358 | |
|
||||
| fun | true | 322 | 320 | |
|
||||
| fun | true | 324 | 322 | |
|
||||
| fun | true | 326 | 324 | |
|
||||
| fun | true | 326 | 351 | |
|
||||
| fun | true | 327 | 314 | |
|
||||
| fun | true | 329 | 327 | |
|
||||
| fun | true | 333 | 334 | |
|
||||
| fun | true | 334 | 350 | |
|
||||
| fun | true | 336 | 333 | |
|
||||
| fun | true | 338 | 373 | |
|
||||
| fun | true | 340 | 338 | |
|
||||
| fun | true | 342 | 313 | |
|
||||
| fun | true | 344 | 373 | |
|
||||
| fun | true | 346 | 344 | |
|
||||
| fun | true | 348 | 346 | |
|
||||
| fun | true | 350 | 348 | |
|
||||
| fun | true | 350 | 367 | |
|
||||
| fun | true | 351 | 342 | |
|
||||
| fun | true | 353 | 351 | |
|
||||
| fun | true | 355 | 373 | |
|
||||
| fun | true | 357 | 355 | |
|
||||
| fun | true | 359 | 357 | |
|
||||
| fun | true | 361 | 373 | |
|
||||
| fun | true | 363 | 361 | |
|
||||
| fun | true | 365 | 363 | |
|
||||
| fun | true | 367 | 359 | |
|
||||
| fun | true | 367 | 368 | |
|
||||
| fun | true | 368 | 297 | |
|
||||
| fun | true | 368 | 365 | |
|
||||
| fun | true | 369 | 353 | |
|
||||
| fun | true | 371 | 375 | |
|
||||
| fun | true | 373 | 371 | |
|
||||
| fun | true | 375 | 297 | |
|
||||
| fun | true | 377 | 369 | |
|
||||
| fun2 | false | 160 | 160 | fun2 |
|
||||
| fun2 | false | 165 | 165 | { ... } |
|
||||
| fun2 | false | 167 | 167 | re-throw exception |
|
||||
| fun2 | false | 169 | 169 | ExprStmt |
|
||||
| fun2 | false | 171 | 171 | { ... } |
|
||||
| fun2 | false | 175 | 175 | 1 |
|
||||
| fun2 | false | 176 | 176 | return ... |
|
||||
| fun2 | false | 178 | 178 | { ... } |
|
||||
| fun2 | false | 180 | 180 | <handler> |
|
||||
| fun2 | false | 181 | 181 | <handler> |
|
||||
| fun2 | false | 182 | 182 | try { ... } |
|
||||
| fun2 | false | 186 | 186 | 0 |
|
||||
| fun2 | false | 187 | 187 | return ... |
|
||||
| fun2 | false | 189 | 189 | { ... } |
|
||||
| fun2 | false | 200 | 200 | fun2 |
|
||||
| fun2 | false | 207 | 207 | { ... } |
|
||||
| fun2 | false | 209 | 209 | re-throw exception |
|
||||
| fun2 | false | 211 | 211 | ExprStmt |
|
||||
| fun2 | false | 213 | 213 | { ... } |
|
||||
| fun2 | false | 216 | 216 | 1 |
|
||||
| fun2 | false | 217 | 217 | return ... |
|
||||
| fun2 | false | 219 | 219 | { ... } |
|
||||
| fun2 | false | 221 | 221 | <handler> |
|
||||
| fun2 | false | 222 | 222 | <handler> |
|
||||
| fun2 | false | 223 | 223 | try { ... } |
|
||||
| fun2 | false | 226 | 226 | 0 |
|
||||
| fun2 | false | 227 | 227 | return ... |
|
||||
| fun2 | false | 229 | 229 | { ... } |
|
||||
| fun2 | true | 165 | 187 | |
|
||||
| fun2 | true | 167 | 160 | |
|
||||
| fun2 | true | 169 | 167 | |
|
||||
| fun2 | true | 171 | 169 | |
|
||||
| fun2 | true | 175 | 160 | |
|
||||
| fun2 | true | 176 | 175 | |
|
||||
| fun2 | true | 178 | 176 | |
|
||||
| fun2 | true | 180 | 171 | |
|
||||
| fun2 | true | 180 | 181 | |
|
||||
| fun2 | true | 181 | 178 | |
|
||||
| fun2 | true | 182 | 165 | |
|
||||
| fun2 | true | 186 | 160 | |
|
||||
| fun2 | true | 187 | 186 | |
|
||||
| fun2 | true | 189 | 182 | |
|
||||
| fun2 | true | 207 | 227 | |
|
||||
| fun2 | true | 209 | 200 | |
|
||||
| fun2 | true | 211 | 209 | |
|
||||
| fun2 | true | 213 | 211 | |
|
||||
| fun2 | true | 216 | 200 | |
|
||||
| fun2 | true | 217 | 216 | |
|
||||
| fun2 | true | 219 | 217 | |
|
||||
| fun2 | true | 221 | 213 | |
|
||||
| fun2 | true | 221 | 222 | |
|
||||
| fun2 | true | 222 | 219 | |
|
||||
| fun2 | true | 223 | 207 | |
|
||||
| fun2 | true | 226 | 200 | |
|
||||
| fun2 | true | 227 | 226 | |
|
||||
| fun2 | true | 229 | 223 | |
|
||||
| g | false | 281 | 281 | g |
|
||||
| h | false | 284 | 284 | h |
|
||||
| i | false | 287 | 287 | i |
|
||||
| j | false | 290 | 290 | j |
|
||||
| k | false | 293 | 293 | k |
|
||||
| run_fun2 | false | 195 | 195 | run_fun2 |
|
||||
| run_fun2 | false | 231 | 231 | call to fun2 |
|
||||
| run_fun2 | false | 233 | 233 | ExprStmt |
|
||||
| run_fun2 | false | 235 | 235 | return ... |
|
||||
| run_fun2 | false | 237 | 237 | { ... } |
|
||||
| run_fun2 | true | 231 | 235 | |
|
||||
| run_fun2 | true | 233 | 231 | |
|
||||
| run_fun2 | true | 235 | 195 | |
|
||||
| run_fun2 | true | 237 | 233 | |
|
||||
| fun | true | 335 | 358 | |
|
||||
| fun | true | 337 | 335 | |
|
||||
| fun | true | 339 | 337 | |
|
||||
| fun | true | 345 | 358 | |
|
||||
| fun | true | 347 | 345 | |
|
||||
| fun | true | 349 | 347 | |
|
||||
| fun | true | 351 | 339 | |
|
||||
| fun | true | 351 | 352 | |
|
||||
| fun | true | 352 | 270 | |
|
||||
| fun | true | 352 | 349 | |
|
||||
| fun | true | 353 | 329 | |
|
||||
| fun | true | 356 | 360 | |
|
||||
| fun | true | 358 | 356 | |
|
||||
| fun | true | 360 | 270 | |
|
||||
| fun | true | 362 | 353 | |
|
||||
| fun2 | false | 187 | 187 | fun2 |
|
||||
| fun2 | false | 198 | 198 | fun2 |
|
||||
| fun2 | false | 201 | 201 | { ... } |
|
||||
| fun2 | false | 206 | 206 | re-throw exception |
|
||||
| fun2 | false | 208 | 208 | ExprStmt |
|
||||
| fun2 | false | 210 | 210 | { ... } |
|
||||
| fun2 | false | 214 | 214 | 1 |
|
||||
| fun2 | false | 215 | 215 | return ... |
|
||||
| fun2 | false | 217 | 217 | { ... } |
|
||||
| fun2 | false | 219 | 219 | <handler> |
|
||||
| fun2 | false | 220 | 220 | <handler> |
|
||||
| fun2 | false | 221 | 221 | try { ... } |
|
||||
| fun2 | false | 225 | 225 | 0 |
|
||||
| fun2 | false | 226 | 226 | return ... |
|
||||
| fun2 | false | 228 | 228 | { ... } |
|
||||
| fun2 | false | 644 | 644 | { ... } |
|
||||
| fun2 | false | 649 | 649 | re-throw exception |
|
||||
| fun2 | false | 650 | 650 | ExprStmt |
|
||||
| fun2 | false | 651 | 651 | { ... } |
|
||||
| fun2 | false | 653 | 653 | 1 |
|
||||
| fun2 | false | 654 | 654 | return ... |
|
||||
| fun2 | false | 655 | 655 | { ... } |
|
||||
| fun2 | false | 656 | 656 | <handler> |
|
||||
| fun2 | false | 657 | 657 | <handler> |
|
||||
| fun2 | false | 658 | 658 | try { ... } |
|
||||
| fun2 | false | 660 | 660 | 0 |
|
||||
| fun2 | false | 661 | 661 | return ... |
|
||||
| fun2 | false | 662 | 662 | { ... } |
|
||||
| fun2 | true | 201 | 226 | |
|
||||
| fun2 | true | 206 | 198 | |
|
||||
| fun2 | true | 208 | 206 | |
|
||||
| fun2 | true | 210 | 208 | |
|
||||
| fun2 | true | 214 | 198 | |
|
||||
| fun2 | true | 215 | 214 | |
|
||||
| fun2 | true | 217 | 215 | |
|
||||
| fun2 | true | 219 | 210 | |
|
||||
| fun2 | true | 219 | 220 | |
|
||||
| fun2 | true | 220 | 217 | |
|
||||
| fun2 | true | 221 | 201 | |
|
||||
| fun2 | true | 225 | 198 | |
|
||||
| fun2 | true | 226 | 225 | |
|
||||
| fun2 | true | 228 | 221 | |
|
||||
| fun2 | true | 644 | 661 | |
|
||||
| fun2 | true | 649 | 187 | |
|
||||
| fun2 | true | 650 | 649 | |
|
||||
| fun2 | true | 651 | 650 | |
|
||||
| fun2 | true | 653 | 187 | |
|
||||
| fun2 | true | 654 | 653 | |
|
||||
| fun2 | true | 655 | 654 | |
|
||||
| fun2 | true | 656 | 651 | |
|
||||
| fun2 | true | 656 | 657 | |
|
||||
| fun2 | true | 657 | 655 | |
|
||||
| fun2 | true | 658 | 644 | |
|
||||
| fun2 | true | 660 | 187 | |
|
||||
| fun2 | true | 661 | 660 | |
|
||||
| fun2 | true | 662 | 658 | |
|
||||
| g | false | 309 | 309 | g |
|
||||
| h | false | 319 | 319 | h |
|
||||
| i | false | 334 | 334 | i |
|
||||
| j | false | 344 | 344 | j |
|
||||
| k | false | 355 | 355 | k |
|
||||
| operator= | false | 140 | 140 | operator= |
|
||||
| operator= | false | 147 | 147 | operator= |
|
||||
| run_fun2 | false | 182 | 182 | run_fun2 |
|
||||
| run_fun2 | false | 190 | 190 | call to fun2 |
|
||||
| run_fun2 | false | 192 | 192 | ExprStmt |
|
||||
| run_fun2 | false | 194 | 194 | return ... |
|
||||
| run_fun2 | false | 196 | 196 | { ... } |
|
||||
| run_fun2 | true | 190 | 194 | |
|
||||
| run_fun2 | true | 192 | 190 | |
|
||||
| run_fun2 | true | 194 | 182 | |
|
||||
| run_fun2 | true | 196 | 192 | |
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
| file://:0:0:0:0 | __uptr |
|
||||
| file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | __va_list_tag & |
|
||||
| file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | abstract |
|
||||
| file://:0:0:0:0 | atomic |
|
||||
| file://:0:0:0:0 | auto |
|
||||
@@ -60,12 +61,13 @@
|
||||
| file://:0:0:0:0 | char16_t |
|
||||
| file://:0:0:0:0 | char32_t |
|
||||
| file://:0:0:0:0 | const |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & |
|
||||
| file://:0:0:0:0 | const mystruct |
|
||||
| file://:0:0:0:0 | const mystruct & |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | definition of __va_list_tag |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
| file://:0:0:0:0 | definition of overflow_arg_area |
|
||||
@@ -104,6 +106,8 @@
|
||||
| file://:0:0:0:0 | override |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | private |
|
||||
| file://:0:0:0:0 | protected |
|
||||
| file://:0:0:0:0 | public |
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
| base_classes.cpp:1:8:1:12 | empty | <none> |
|
||||
| base_classes.cpp:4:8:4:15 | indirect<T> | <none> |
|
||||
| base_classes.cpp:4:8:4:15 | indirect<int> | <none> |
|
||||
| base_classes.cpp:9:8:9:8 | S<i> | empty |
|
||||
| base_classes.cpp:9:8:9:8 | S<int> | empty |
|
||||
| file://:0:0:0:0 | __va_list_tag | <none> |
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
| file://:0:0:0:0 | __uptr |
|
||||
| file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | __va_list_tag & |
|
||||
| file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | abstract |
|
||||
| file://:0:0:0:0 | atomic |
|
||||
| file://:0:0:0:0 | auto |
|
||||
@@ -39,9 +40,10 @@
|
||||
| file://:0:0:0:0 | char16_t |
|
||||
| file://:0:0:0:0 | char32_t |
|
||||
| file://:0:0:0:0 | const |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & |
|
||||
| file://:0:0:0:0 | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | definition of <error> |
|
||||
| file://:0:0:0:0 | definition of __va_list_tag |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
| file://:0:0:0:0 | definition of overflow_arg_area |
|
||||
@@ -77,6 +79,8 @@
|
||||
| file://:0:0:0:0 | optional |
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | override |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | private |
|
||||
| file://:0:0:0:0 | protected |
|
||||
| file://:0:0:0:0 | public |
|
||||
|
||||
@@ -2,5 +2,7 @@
|
||||
| file://:0:0:0:0 | fp_offset |
|
||||
| file://:0:0:0:0 | gp_offset |
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
| test.cpp:3:12:3:12 | <error> |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag::operator= | returns |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag::operator= | returns |
|
||||
| file://:0:0:0:0 | operator= | operator= | returns |
|
||||
| file://:0:0:0:0 | operator= | operator= | returns |
|
||||
| test.cpp:1:6:1:9 | exit | exit | exits |
|
||||
| test.cpp:2:6:2:10 | _exit | _exit | exits |
|
||||
| test.cpp:3:6:3:10 | abort | abort | exits |
|
||||
|
||||
@@ -3,4 +3,6 @@
|
||||
| file://:0:0:0:0 | fp_offset | file://:0:0:0:0 | unsigned int |
|
||||
| file://:0:0:0:0 | gp_offset | file://:0:0:0:0 | unsigned int |
|
||||
| file://:0:0:0:0 | overflow_arg_area | file://:0:0:0:0 | void * |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | __va_list_tag & |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | reg_save_area | file://:0:0:0:0 | void * |
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
| file://:0:0:0:0 | fp_offset |
|
||||
| file://:0:0:0:0 | gp_offset |
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
|
||||
@@ -43,7 +43,5 @@
|
||||
| declaration.cpp:122:5:122:20 | myMemberVariable |
|
||||
| file://:0:0:0:0 | fp_offset |
|
||||
| file://:0:0:0:0 | gp_offset |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | definition of __va_list_tag |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
| file://:0:0:0:0 | definition of overflow_arg_area |
|
||||
@@ -61,7 +60,11 @@
|
||||
| test.cpp:57:7:57:26 | definition of tmplClassProtoAndDef<T> |
|
||||
| test.cpp:59:19:59:19 | definition of T |
|
||||
| test.cpp:60:6:60:29 | declaration of tmplInstantiatedFunction |
|
||||
| test.cpp:60:33:60:33 | definition of t |
|
||||
| test.cpp:60:33:60:33 | definition of t |
|
||||
| test.cpp:61:19:61:19 | definition of T |
|
||||
| test.cpp:62:6:62:6 | definition of tmplInstantiatedFunction |
|
||||
| test.cpp:62:6:62:6 | definition of tmplInstantiatedFunction |
|
||||
| test.cpp:62:6:62:29 | definition of tmplInstantiatedFunction |
|
||||
| test.cpp:62:33:62:33 | declaration of t |
|
||||
| test.cpp:62:33:62:33 | definition of t |
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
| src4.cpp:6:20:6:21 | definition of zz |
|
||||
| src5.cpp:5:16:5:19 | definition of elem |
|
||||
| src5.cpp:6:8:6:17 | definition of my_istream<elem> |
|
||||
| src5.cpp:10:8:10:17 | declaration of my_istream<char> |
|
||||
| src5.cpp:10:8:10:23 | declaration of my_istream<char> |
|
||||
| src5.fwd.hpp:6:17:6:20 | definition of elem |
|
||||
| src5.fwd.hpp:6:29:6:38 | declaration of my_istream<elem> |
|
||||
| src6.cpp:5:19:5:23 | definition of mis_c |
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
| src4.cpp:4:7:4:20 | template_class<<unnamed>> | 1 |
|
||||
| src5.cpp:5:16:5:19 | elem | 1 |
|
||||
| src5.cpp:6:8:6:17 | my_istream<elem> | 1 |
|
||||
| src5.cpp:10:8:10:17 | my_istream<char> | 1 |
|
||||
| src5.cpp:10:8:10:23 | my_istream<char> | 1 |
|
||||
| src5.fwd.hpp:6:17:6:20 | elem | 1 |
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
| file://:0:0:0:0 | fp_offset | 1 | <no init> | 1 | <no assigned> |
|
||||
| file://:0:0:0:0 | gp_offset | 1 | <no init> | 1 | <no assigned> |
|
||||
| file://:0:0:0:0 | overflow_arg_area | 1 | <no init> | 1 | <no assigned> |
|
||||
| file://:0:0:0:0 | p#0 | 1 | <no init> | 1 | <no assigned> |
|
||||
| file://:0:0:0:0 | p#0 | 1 | <no init> | 1 | <no assigned> |
|
||||
| file://:0:0:0:0 | reg_save_area | 1 | <no init> | 1 | <no assigned> |
|
||||
| test.cpp:2:21:2:21 | x | 1 | file://:0:0:0:0 initializer for x | 2 | test.cpp:2:25:2:26 10 |
|
||||
| test.cpp:2:21:2:21 | x | 1 | file://:0:0:0:0 initializer for x | 2 | test.cpp:3:9:3:9 3 |
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
| file://:0:0:0:0 | __va_list_tag | file://:0:0:0:0 | __va_list_tag |
|
||||
| friends.cpp:1:7:1:13 | Friend1 | friends.cpp:1:7:1:13 | Friend1 |
|
||||
| friends.cpp:10:7:10:13 | Friend2 | friends.cpp:10:7:10:13 | Friend2 |
|
||||
| friends.cpp:24:7:24:7 | C | friends.cpp:1:7:1:13 | Friend1 |
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
| file://:0:0:0:0 | p#0 | 0 | 0 |
|
||||
| file://:0:0:0:0 | p#0 | 0 | 0 |
|
||||
| file://:0:0:0:0 | p#0 | 0 | 0 |
|
||||
| file://:0:0:0:0 | p#0 | 0 | 0 |
|
||||
| file://:0:0:0:0 | p#0 | 0 | 0 |
|
||||
| file://:0:0:0:0 | reg_save_area | 0 | 0 |
|
||||
| initializers.cpp:8:8:8:12 | a_ptr | 1 | 1 |
|
||||
| initializers.cpp:9:4:9:4 | a | 1 | 1 |
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
| file://:0:0:0:0 | CC * | derivedtype.cpp:5:11:5:12 | CC |
|
||||
| file://:0:0:0:0 | CC ** | file://:0:0:0:0 | CC * |
|
||||
| file://:0:0:0:0 | __va_list_tag & | file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | __va_list_tag && | file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | const C | derivedtype.cpp:1:7:1:7 | C |
|
||||
| file://:0:0:0:0 | const C & | file://:0:0:0:0 | const C |
|
||||
| file://:0:0:0:0 | const __va_list_tag | file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & | file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | void * | file://:0:0:0:0 | void |
|
||||
|
||||
@@ -1,38 +1,31 @@
|
||||
| C::C | false | 135 | 135 | C |
|
||||
| C::C | false | 138 | 138 | C |
|
||||
| C::operator= | false | 133 | 133 | operator= |
|
||||
| C::~C | false | 137 | 137 | ~C |
|
||||
| Class2::Class2 | false | 382 | 382 | Class2 |
|
||||
| Class2::Class2 | false | 388 | 388 | return ... |
|
||||
| Class2::Class2 | false | 390 | 390 | { ... } |
|
||||
| Class2::Class2 | false | 395 | 395 | Class2 |
|
||||
| Class2::Class2 | true | 388 | 382 | |
|
||||
| Class2::Class2 | true | 390 | 388 | |
|
||||
| Class2::operator= | false | 392 | 392 | operator= |
|
||||
| Class2::~Class2 | false | 394 | 394 | ~Class2 |
|
||||
| Outer::Inner::Inner | false | 429 | 429 | Inner |
|
||||
| Outer::Inner::Inner | false | 434 | 434 | return ... |
|
||||
| Outer::Inner::Inner | false | 436 | 436 | { ... } |
|
||||
| Outer::Inner::Inner | false | 498 | 498 | Inner |
|
||||
| Outer::Inner::Inner | true | 434 | 429 | |
|
||||
| Outer::Inner::Inner | true | 436 | 434 | |
|
||||
| Outer::Inner::operator= | false | 496 | 496 | operator= |
|
||||
| C::C | false | 198 | 198 | C |
|
||||
| C::C | false | 399 | 399 | C |
|
||||
| C::operator= | false | 392 | 392 | operator= |
|
||||
| C::~C | false | 332 | 332 | ~C |
|
||||
| Class2::Class2 | false | 540 | 540 | Class2 |
|
||||
| Class2::Class2 | false | 546 | 546 | return ... |
|
||||
| Class2::Class2 | false | 548 | 548 | { ... } |
|
||||
| Class2::Class2 | false | 549 | 549 | Class2 |
|
||||
| Class2::Class2 | true | 546 | 540 | |
|
||||
| Class2::Class2 | true | 548 | 546 | |
|
||||
| Class2::operator= | false | 534 | 534 | operator= |
|
||||
| Class2::~Class2 | false | 469 | 469 | ~Class2 |
|
||||
| Outer::Inner::Inner | false | 490 | 490 | Inner |
|
||||
| Outer::Inner::Inner | false | 511 | 511 | Inner |
|
||||
| Outer::Inner::Inner | false | 530 | 530 | return ... |
|
||||
| Outer::Inner::Inner | false | 532 | 532 | { ... } |
|
||||
| Outer::Inner::Inner | true | 530 | 490 | |
|
||||
| Outer::Inner::Inner | true | 532 | 530 | |
|
||||
| Outer::Inner::operator= | false | 504 | 504 | operator= |
|
||||
| Outer::Inner::~Inner | false | 472 | 472 | ~Inner |
|
||||
| Outer::Inner::~Inner | false | 476 | 476 | return ... |
|
||||
| Outer::Inner::~Inner | false | 478 | 478 | { ... } |
|
||||
| Outer::Inner::~Inner | true | 476 | 472 | |
|
||||
| Outer::Inner::~Inner | true | 478 | 476 | |
|
||||
| Outer::f2 | false | 411 | 411 | f2 |
|
||||
| Outer::f2 | false | 417 | 417 | call to getClass2 |
|
||||
| Outer::f2 | false | 419 | 419 | initializer for c |
|
||||
| Outer::f2 | false | 424 | 424 | call to Inner |
|
||||
| Outer::f2 | false | 438 | 438 | c |
|
||||
| Outer::f2 | false | 440 | 440 | (const Class2)... |
|
||||
| Outer::f2 | false | 442 | 442 | (reference to) |
|
||||
| Outer::f2 | false | 444 | 444 | initializer for inner |
|
||||
| Outer::f2 | false | 448 | 448 | declaration |
|
||||
| Outer::f2 | false | 450 | 450 | i |
|
||||
| Outer::f2 | false | 452 | 452 | (bool)... |
|
||||
| Outer::Inner::~Inner | false | 519 | 519 | return ... |
|
||||
| Outer::Inner::~Inner | false | 521 | 521 | { ... } |
|
||||
| Outer::Inner::~Inner | true | 519 | 472 | |
|
||||
| Outer::Inner::~Inner | true | 521 | 519 | |
|
||||
| Outer::f2 | false | 441 | 441 | f2 |
|
||||
| Outer::f2 | false | 449 | 449 | declaration |
|
||||
| Outer::f2 | false | 451 | 451 | i |
|
||||
| Outer::f2 | false | 453 | 453 | (bool)... |
|
||||
| Outer::f2 | false | 454 | 454 | return ... |
|
||||
| Outer::f2 | false | 456 | 456 | { ... } |
|
||||
| Outer::f2 | false | 458 | 458 | if (...) ... |
|
||||
@@ -41,215 +34,222 @@
|
||||
| Outer::f2 | false | 464 | 464 | { ... } |
|
||||
| Outer::f2 | false | 466 | 466 | c |
|
||||
| Outer::f2 | false | 468 | 468 | call to c.~Class2 |
|
||||
| Outer::f2 | false | 469 | 469 | inner |
|
||||
| Outer::f2 | false | 470 | 470 | call to inner.~Inner |
|
||||
| Outer::f2 | true | 417 | 458 | |
|
||||
| Outer::f2 | true | 419 | 417 | |
|
||||
| Outer::f2 | true | 424 | 462 | |
|
||||
| Outer::f2 | true | 438 | 424 | |
|
||||
| Outer::f2 | true | 444 | 438 | |
|
||||
| Outer::f2 | true | 448 | 419 | |
|
||||
| Outer::f2 | true | 450 | 456 | T |
|
||||
| Outer::f2 | true | 450 | 460 | F |
|
||||
| Outer::f2 | false | 470 | 470 | inner |
|
||||
| Outer::f2 | false | 471 | 471 | call to inner.~Inner |
|
||||
| Outer::f2 | false | 476 | 476 | call to getClass2 |
|
||||
| Outer::f2 | false | 478 | 478 | initializer for c |
|
||||
| Outer::f2 | false | 483 | 483 | call to Inner |
|
||||
| Outer::f2 | false | 492 | 492 | c |
|
||||
| Outer::f2 | false | 494 | 494 | (const Class2)... |
|
||||
| Outer::f2 | false | 495 | 495 | (reference to) |
|
||||
| Outer::f2 | false | 496 | 496 | initializer for inner |
|
||||
| Outer::f2 | true | 449 | 478 | |
|
||||
| Outer::f2 | true | 451 | 456 | T |
|
||||
| Outer::f2 | true | 451 | 460 | F |
|
||||
| Outer::f2 | true | 454 | 466 | |
|
||||
| Outer::f2 | true | 456 | 454 | |
|
||||
| Outer::f2 | true | 458 | 450 | |
|
||||
| Outer::f2 | true | 460 | 444 | |
|
||||
| Outer::f2 | true | 462 | 469 | |
|
||||
| Outer::f2 | true | 464 | 448 | |
|
||||
| Outer::f2 | true | 458 | 451 | |
|
||||
| Outer::f2 | true | 460 | 496 | |
|
||||
| Outer::f2 | true | 462 | 470 | |
|
||||
| Outer::f2 | true | 464 | 449 | |
|
||||
| Outer::f2 | true | 466 | 468 | |
|
||||
| Outer::f2 | true | 468 | 411 | |
|
||||
| Outer::f2 | true | 469 | 470 | |
|
||||
| Outer::f2 | true | 470 | 466 | |
|
||||
| Outer::operator= | false | 481 | 481 | operator= |
|
||||
| Outer::operator= | false | 485 | 485 | operator= |
|
||||
| __va_list_tag::operator= | false | 64 | 64 | operator= |
|
||||
| __va_list_tag::operator= | false | 68 | 68 | operator= |
|
||||
| f | false | 152 | 152 | f |
|
||||
| f | false | 158 | 158 | call to C |
|
||||
| f | false | 162 | 162 | 110 |
|
||||
| f | false | 163 | 163 | initializer for c10 |
|
||||
| f | false | 168 | 168 | call to C |
|
||||
| f | false | 172 | 172 | 111 |
|
||||
| f | false | 173 | 173 | initializer for c11 |
|
||||
| f | false | 178 | 178 | call to C |
|
||||
| f | false | 182 | 182 | 120 |
|
||||
| f | false | 183 | 183 | initializer for c20 |
|
||||
| f | false | 188 | 188 | call to C |
|
||||
| f | false | 192 | 192 | 121 |
|
||||
| f | false | 193 | 193 | initializer for c21 |
|
||||
| f | false | 198 | 198 | call to C |
|
||||
| f | false | 202 | 202 | 130 |
|
||||
| f | false | 203 | 203 | initializer for c30 |
|
||||
| f | false | 208 | 208 | call to C |
|
||||
| f | false | 212 | 212 | 131 |
|
||||
| f | false | 213 | 213 | initializer for c31 |
|
||||
| f | false | 218 | 218 | call to C |
|
||||
| f | false | 222 | 222 | 132 |
|
||||
| f | false | 223 | 223 | initializer for c32 |
|
||||
| f | false | 228 | 228 | call to C |
|
||||
| f | false | 232 | 232 | 133 |
|
||||
| f | false | 233 | 233 | initializer for c33 |
|
||||
| f | false | 238 | 238 | call to C |
|
||||
| f | false | 242 | 242 | 134 |
|
||||
| f | false | 243 | 243 | initializer for c34 |
|
||||
| Outer::f2 | true | 468 | 441 | |
|
||||
| Outer::f2 | true | 470 | 471 | |
|
||||
| Outer::f2 | true | 471 | 466 | |
|
||||
| Outer::f2 | true | 476 | 458 | |
|
||||
| Outer::f2 | true | 478 | 476 | |
|
||||
| Outer::f2 | true | 483 | 462 | |
|
||||
| Outer::f2 | true | 492 | 483 | |
|
||||
| Outer::f2 | true | 496 | 492 | |
|
||||
| Outer::operator= | false | 426 | 426 | operator= |
|
||||
| Outer::operator= | false | 437 | 437 | operator= |
|
||||
| f | false | 182 | 182 | f |
|
||||
| f | false | 193 | 193 | declaration |
|
||||
| f | false | 196 | 196 | call to C |
|
||||
| f | false | 201 | 201 | 120 |
|
||||
| f | false | 202 | 202 | initializer for c20 |
|
||||
| f | false | 206 | 206 | call to C |
|
||||
| f | false | 210 | 210 | 121 |
|
||||
| f | false | 211 | 211 | initializer for c21 |
|
||||
| f | false | 214 | 214 | declaration |
|
||||
| f | false | 217 | 217 | call to C |
|
||||
| f | false | 221 | 221 | 130 |
|
||||
| f | false | 222 | 222 | initializer for c30 |
|
||||
| f | false | 225 | 225 | declaration |
|
||||
| f | false | 227 | 227 | { ... } |
|
||||
| f | false | 230 | 230 | call to C |
|
||||
| f | false | 234 | 234 | 131 |
|
||||
| f | false | 235 | 235 | initializer for c31 |
|
||||
| f | false | 239 | 239 | call to C |
|
||||
| f | false | 243 | 243 | 132 |
|
||||
| f | false | 244 | 244 | initializer for c32 |
|
||||
| f | false | 248 | 248 | call to C |
|
||||
| f | false | 252 | 252 | 122 |
|
||||
| f | false | 253 | 253 | initializer for c22 |
|
||||
| f | false | 258 | 258 | call to C |
|
||||
| f | false | 262 | 262 | 123 |
|
||||
| f | false | 263 | 263 | initializer for c23 |
|
||||
| f | false | 267 | 267 | declaration |
|
||||
| f | false | 269 | 269 | declaration |
|
||||
| f | false | 271 | 271 | declaration |
|
||||
| f | false | 273 | 273 | { ... } |
|
||||
| f | false | 275 | 275 | declaration |
|
||||
| f | false | 277 | 277 | b1 |
|
||||
| f | false | 279 | 279 | (bool)... |
|
||||
| f | false | 281 | 281 | goto ... |
|
||||
| f | false | 283 | 283 | if (...) ... |
|
||||
| f | false | 285 | 285 | declaration |
|
||||
| f | false | 287 | 287 | b2 |
|
||||
| f | false | 289 | 289 | (bool)... |
|
||||
| f | false | 291 | 291 | return ... |
|
||||
| f | false | 293 | 293 | if (...) ... |
|
||||
| f | false | 295 | 295 | declaration |
|
||||
| f | false | 297 | 297 | { ... } |
|
||||
| f | false | 299 | 299 | declaration |
|
||||
| f | false | 301 | 301 | { ... } |
|
||||
| f | false | 303 | 303 | declaration |
|
||||
| f | false | 305 | 305 | { ... } |
|
||||
| f | false | 307 | 307 | declaration |
|
||||
| f | false | 309 | 309 | { ... } |
|
||||
| f | false | 311 | 311 | label ...: |
|
||||
| f | false | 313 | 313 | declaration |
|
||||
| f | false | 315 | 315 | { ... } |
|
||||
| f | false | 317 | 317 | declaration |
|
||||
| f | false | 319 | 319 | return ... |
|
||||
| f | false | 252 | 252 | 133 |
|
||||
| f | false | 253 | 253 | initializer for c33 |
|
||||
| f | false | 256 | 256 | declaration |
|
||||
| f | false | 258 | 258 | b1 |
|
||||
| f | false | 260 | 260 | (bool)... |
|
||||
| f | false | 261 | 261 | goto ... |
|
||||
| f | false | 263 | 263 | if (...) ... |
|
||||
| f | false | 265 | 265 | declaration |
|
||||
| f | false | 267 | 267 | b2 |
|
||||
| f | false | 269 | 269 | (bool)... |
|
||||
| f | false | 270 | 270 | return ... |
|
||||
| f | false | 272 | 272 | if (...) ... |
|
||||
| f | false | 274 | 274 | declaration |
|
||||
| f | false | 276 | 276 | { ... } |
|
||||
| f | false | 279 | 279 | call to C |
|
||||
| f | false | 283 | 283 | 134 |
|
||||
| f | false | 284 | 284 | initializer for c34 |
|
||||
| f | false | 287 | 287 | declaration |
|
||||
| f | false | 289 | 289 | { ... } |
|
||||
| f | false | 291 | 291 | declaration |
|
||||
| f | false | 293 | 293 | { ... } |
|
||||
| f | false | 296 | 296 | call to C |
|
||||
| f | false | 300 | 300 | 122 |
|
||||
| f | false | 301 | 301 | initializer for c22 |
|
||||
| f | false | 304 | 304 | declaration |
|
||||
| f | false | 306 | 306 | { ... } |
|
||||
| f | false | 309 | 309 | call to C |
|
||||
| f | false | 313 | 313 | 123 |
|
||||
| f | false | 314 | 314 | initializer for c23 |
|
||||
| f | false | 317 | 317 | label ...: |
|
||||
| f | false | 319 | 319 | declaration |
|
||||
| f | false | 321 | 321 | { ... } |
|
||||
| f | false | 323 | 323 | c10 |
|
||||
| f | false | 325 | 325 | call to c10.~C |
|
||||
| f | false | 326 | 326 | c11 |
|
||||
| f | false | 327 | 327 | call to c11.~C |
|
||||
| f | false | 328 | 328 | c23 |
|
||||
| f | false | 330 | 330 | call to c23.~C |
|
||||
| f | false | 331 | 331 | c22 |
|
||||
| f | false | 333 | 333 | call to c22.~C |
|
||||
| f | false | 334 | 334 | c20 |
|
||||
| f | false | 336 | 336 | call to c20.~C |
|
||||
| f | false | 337 | 337 | c21 |
|
||||
| f | false | 338 | 338 | call to c21.~C |
|
||||
| f | false | 339 | 339 | c34 |
|
||||
| f | false | 341 | 341 | call to c34.~C |
|
||||
| f | false | 342 | 342 | c31 |
|
||||
| f | false | 344 | 344 | call to c31.~C |
|
||||
| f | false | 345 | 345 | c32 |
|
||||
| f | false | 346 | 346 | call to c32.~C |
|
||||
| f | false | 347 | 347 | c33 |
|
||||
| f | false | 348 | 348 | call to c33.~C |
|
||||
| f | false | 349 | 349 | c20 |
|
||||
| f | false | 350 | 350 | call to c20.~C |
|
||||
| f | false | 351 | 351 | c31 |
|
||||
| f | false | 352 | 352 | call to c31.~C |
|
||||
| f | false | 353 | 353 | c32 |
|
||||
| f | false | 354 | 354 | call to c32.~C |
|
||||
| f | false | 355 | 355 | c20 |
|
||||
| f | false | 356 | 356 | call to c20.~C |
|
||||
| f | false | 357 | 357 | c31 |
|
||||
| f | false | 358 | 358 | call to c31.~C |
|
||||
| f | false | 359 | 359 | c30 |
|
||||
| f | false | 361 | 361 | call to c30.~C |
|
||||
| f | true | 158 | 305 | |
|
||||
| f | true | 162 | 158 | |
|
||||
| f | true | 163 | 162 | |
|
||||
| f | true | 168 | 319 | |
|
||||
| f | true | 172 | 168 | |
|
||||
| f | true | 173 | 172 | |
|
||||
| f | true | 178 | 273 | |
|
||||
| f | true | 182 | 178 | |
|
||||
| f | true | 183 | 182 | |
|
||||
| f | true | 188 | 337 | |
|
||||
| f | true | 192 | 188 | |
|
||||
| f | true | 193 | 192 | |
|
||||
| f | true | 198 | 359 | |
|
||||
| f | true | 202 | 198 | |
|
||||
| f | true | 203 | 202 | |
|
||||
| f | true | 208 | 283 | |
|
||||
| f | true | 212 | 208 | |
|
||||
| f | true | 213 | 212 | |
|
||||
| f | true | 218 | 293 | |
|
||||
| f | true | 222 | 218 | |
|
||||
| f | true | 223 | 222 | |
|
||||
| f | true | 228 | 347 | |
|
||||
| f | true | 232 | 228 | |
|
||||
| f | true | 233 | 232 | |
|
||||
| f | true | 238 | 339 | |
|
||||
| f | true | 242 | 238 | |
|
||||
| f | true | 243 | 242 | |
|
||||
| f | true | 248 | 331 | |
|
||||
| f | false | 323 | 323 | declaration |
|
||||
| f | false | 325 | 325 | return ... |
|
||||
| f | false | 327 | 327 | { ... } |
|
||||
| f | false | 329 | 329 | c10 |
|
||||
| f | false | 331 | 331 | call to c10.~C |
|
||||
| f | false | 333 | 333 | c11 |
|
||||
| f | false | 334 | 334 | call to c11.~C |
|
||||
| f | false | 335 | 335 | c23 |
|
||||
| f | false | 337 | 337 | call to c23.~C |
|
||||
| f | false | 338 | 338 | c22 |
|
||||
| f | false | 340 | 340 | call to c22.~C |
|
||||
| f | false | 341 | 341 | c20 |
|
||||
| f | false | 343 | 343 | call to c20.~C |
|
||||
| f | false | 344 | 344 | c21 |
|
||||
| f | false | 345 | 345 | call to c21.~C |
|
||||
| f | false | 346 | 346 | c34 |
|
||||
| f | false | 348 | 348 | call to c34.~C |
|
||||
| f | false | 349 | 349 | c31 |
|
||||
| f | false | 351 | 351 | call to c31.~C |
|
||||
| f | false | 352 | 352 | c32 |
|
||||
| f | false | 353 | 353 | call to c32.~C |
|
||||
| f | false | 354 | 354 | c33 |
|
||||
| f | false | 355 | 355 | call to c33.~C |
|
||||
| f | false | 356 | 356 | c20 |
|
||||
| f | false | 357 | 357 | call to c20.~C |
|
||||
| f | false | 358 | 358 | c31 |
|
||||
| f | false | 359 | 359 | call to c31.~C |
|
||||
| f | false | 360 | 360 | c32 |
|
||||
| f | false | 361 | 361 | call to c32.~C |
|
||||
| f | false | 362 | 362 | c20 |
|
||||
| f | false | 363 | 363 | call to c20.~C |
|
||||
| f | false | 364 | 364 | c31 |
|
||||
| f | false | 365 | 365 | call to c31.~C |
|
||||
| f | false | 366 | 366 | c30 |
|
||||
| f | false | 368 | 368 | call to c30.~C |
|
||||
| f | false | 370 | 370 | call to C |
|
||||
| f | false | 374 | 374 | 110 |
|
||||
| f | false | 375 | 375 | initializer for c10 |
|
||||
| f | false | 379 | 379 | call to C |
|
||||
| f | false | 383 | 383 | 111 |
|
||||
| f | false | 384 | 384 | initializer for c11 |
|
||||
| f | true | 193 | 375 | |
|
||||
| f | true | 196 | 227 | |
|
||||
| f | true | 201 | 196 | |
|
||||
| f | true | 202 | 201 | |
|
||||
| f | true | 206 | 344 | |
|
||||
| f | true | 210 | 206 | |
|
||||
| f | true | 211 | 210 | |
|
||||
| f | true | 214 | 202 | |
|
||||
| f | true | 217 | 366 | |
|
||||
| f | true | 221 | 217 | |
|
||||
| f | true | 222 | 221 | |
|
||||
| f | true | 225 | 222 | |
|
||||
| f | true | 227 | 225 | |
|
||||
| f | true | 230 | 263 | |
|
||||
| f | true | 234 | 230 | |
|
||||
| f | true | 235 | 234 | |
|
||||
| f | true | 239 | 272 | |
|
||||
| f | true | 243 | 239 | |
|
||||
| f | true | 244 | 243 | |
|
||||
| f | true | 248 | 354 | |
|
||||
| f | true | 252 | 248 | |
|
||||
| f | true | 253 | 252 | |
|
||||
| f | true | 258 | 328 | |
|
||||
| f | true | 262 | 258 | |
|
||||
| f | true | 263 | 262 | |
|
||||
| f | true | 267 | 163 | |
|
||||
| f | true | 269 | 183 | |
|
||||
| f | true | 271 | 203 | |
|
||||
| f | true | 273 | 271 | |
|
||||
| f | true | 275 | 213 | |
|
||||
| f | true | 277 | 281 | T |
|
||||
| f | true | 277 | 285 | F |
|
||||
| f | true | 281 | 357 | |
|
||||
| f | true | 283 | 277 | |
|
||||
| f | true | 285 | 223 | |
|
||||
| f | true | 287 | 291 | T |
|
||||
| f | true | 287 | 295 | F |
|
||||
| f | true | 291 | 353 | |
|
||||
| f | true | 293 | 287 | |
|
||||
| f | true | 295 | 233 | |
|
||||
| f | true | 297 | 275 | |
|
||||
| f | true | 299 | 243 | |
|
||||
| f | true | 301 | 299 | |
|
||||
| f | true | 303 | 193 | |
|
||||
| f | true | 305 | 269 | |
|
||||
| f | true | 307 | 253 | |
|
||||
| f | true | 309 | 307 | |
|
||||
| f | true | 311 | 313 | |
|
||||
| f | true | 313 | 263 | |
|
||||
| f | true | 315 | 311 | |
|
||||
| f | true | 317 | 173 | |
|
||||
| f | true | 319 | 326 | |
|
||||
| f | true | 321 | 267 | |
|
||||
| f | true | 323 | 325 | |
|
||||
| f | true | 325 | 152 | |
|
||||
| f | true | 326 | 327 | |
|
||||
| f | true | 327 | 323 | |
|
||||
| f | true | 328 | 330 | |
|
||||
| f | true | 330 | 317 | |
|
||||
| f | true | 331 | 333 | |
|
||||
| f | true | 333 | 315 | |
|
||||
| f | true | 334 | 336 | |
|
||||
| f | true | 336 | 309 | |
|
||||
| f | true | 337 | 338 | |
|
||||
| f | true | 338 | 334 | |
|
||||
| f | true | 339 | 341 | |
|
||||
| f | true | 341 | 303 | |
|
||||
| f | true | 342 | 344 | |
|
||||
| f | true | 344 | 301 | |
|
||||
| f | true | 345 | 346 | |
|
||||
| f | true | 346 | 342 | |
|
||||
| f | true | 347 | 348 | |
|
||||
| f | true | 348 | 345 | |
|
||||
| f | true | 349 | 350 | |
|
||||
| f | true | 350 | 323 | |
|
||||
| f | true | 351 | 352 | |
|
||||
| f | true | 352 | 349 | |
|
||||
| f | true | 353 | 354 | |
|
||||
| f | true | 354 | 351 | |
|
||||
| f | true | 355 | 356 | |
|
||||
| f | true | 356 | 311 | |
|
||||
| f | true | 357 | 358 | |
|
||||
| f | true | 358 | 355 | |
|
||||
| f | true | 359 | 361 | |
|
||||
| f | true | 361 | 297 | |
|
||||
| getClass2 | false | 405 | 405 | getClass2 |
|
||||
| f | true | 256 | 235 | |
|
||||
| f | true | 258 | 261 | T |
|
||||
| f | true | 258 | 265 | F |
|
||||
| f | true | 261 | 364 | |
|
||||
| f | true | 263 | 258 | |
|
||||
| f | true | 265 | 244 | |
|
||||
| f | true | 267 | 270 | T |
|
||||
| f | true | 267 | 274 | F |
|
||||
| f | true | 270 | 360 | |
|
||||
| f | true | 272 | 267 | |
|
||||
| f | true | 274 | 253 | |
|
||||
| f | true | 276 | 256 | |
|
||||
| f | true | 279 | 346 | |
|
||||
| f | true | 283 | 279 | |
|
||||
| f | true | 284 | 283 | |
|
||||
| f | true | 287 | 284 | |
|
||||
| f | true | 289 | 287 | |
|
||||
| f | true | 291 | 211 | |
|
||||
| f | true | 293 | 214 | |
|
||||
| f | true | 296 | 338 | |
|
||||
| f | true | 300 | 296 | |
|
||||
| f | true | 301 | 300 | |
|
||||
| f | true | 304 | 301 | |
|
||||
| f | true | 306 | 304 | |
|
||||
| f | true | 309 | 335 | |
|
||||
| f | true | 313 | 309 | |
|
||||
| f | true | 314 | 313 | |
|
||||
| f | true | 317 | 319 | |
|
||||
| f | true | 319 | 314 | |
|
||||
| f | true | 321 | 317 | |
|
||||
| f | true | 323 | 384 | |
|
||||
| f | true | 325 | 333 | |
|
||||
| f | true | 327 | 193 | |
|
||||
| f | true | 329 | 331 | |
|
||||
| f | true | 331 | 182 | |
|
||||
| f | true | 333 | 334 | |
|
||||
| f | true | 334 | 329 | |
|
||||
| f | true | 335 | 337 | |
|
||||
| f | true | 337 | 323 | |
|
||||
| f | true | 338 | 340 | |
|
||||
| f | true | 340 | 321 | |
|
||||
| f | true | 341 | 343 | |
|
||||
| f | true | 343 | 306 | |
|
||||
| f | true | 344 | 345 | |
|
||||
| f | true | 345 | 341 | |
|
||||
| f | true | 346 | 348 | |
|
||||
| f | true | 348 | 291 | |
|
||||
| f | true | 349 | 351 | |
|
||||
| f | true | 351 | 289 | |
|
||||
| f | true | 352 | 353 | |
|
||||
| f | true | 353 | 349 | |
|
||||
| f | true | 354 | 355 | |
|
||||
| f | true | 355 | 352 | |
|
||||
| f | true | 356 | 357 | |
|
||||
| f | true | 357 | 329 | |
|
||||
| f | true | 358 | 359 | |
|
||||
| f | true | 359 | 356 | |
|
||||
| f | true | 360 | 361 | |
|
||||
| f | true | 361 | 358 | |
|
||||
| f | true | 362 | 363 | |
|
||||
| f | true | 363 | 317 | |
|
||||
| f | true | 364 | 365 | |
|
||||
| f | true | 365 | 362 | |
|
||||
| f | true | 366 | 368 | |
|
||||
| f | true | 368 | 276 | |
|
||||
| f | true | 370 | 293 | |
|
||||
| f | true | 374 | 370 | |
|
||||
| f | true | 375 | 374 | |
|
||||
| f | true | 379 | 325 | |
|
||||
| f | true | 383 | 379 | |
|
||||
| f | true | 384 | 383 | |
|
||||
| getClass2 | false | 422 | 422 | getClass2 |
|
||||
| operator= | false | 93 | 93 | operator= |
|
||||
| operator= | false | 100 | 100 | operator= |
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
| operator= | file://:0:0:0:0 | __is_floating_point_helper<float> & | file://:0:0:0:0 | const __is_floating_point_helper<float> & |
|
||||
| operator= | file://:0:0:0:0 | __is_floating_point_helper<long double> & | file://:0:0:0:0 | __is_floating_point_helper<long double> && |
|
||||
| operator= | file://:0:0:0:0 | __is_floating_point_helper<long double> & | file://:0:0:0:0 | const __is_floating_point_helper<long double> & |
|
||||
| operator= | file://:0:0:0:0 | __va_list_tag & | file://:0:0:0:0 | __va_list_tag && |
|
||||
| operator= | file://:0:0:0:0 | __va_list_tag & | file://:0:0:0:0 | const __va_list_tag & |
|
||||
| operator= | file://:0:0:0:0 | false_type & | file://:0:0:0:0 | const false_type & |
|
||||
| operator= | file://:0:0:0:0 | false_type & | file://:0:0:0:0 | false_type && |
|
||||
| operator= | file://:0:0:0:0 | true_type & | file://:0:0:0:0 | const true_type & |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| ODASA-5186.cpp:17:13:17:13 | call to operator!= | file://:0:0:0:0 | operator!= |
|
||||
| ODASA-5186.hpp:4:83:4:83 | call to operator== | ODASA-5186.cpp:5:8:5:17 | operator== |
|
||||
| ODASA-5186.cpp:17:13:17:13 | call to operator!= | ODASA-5186.hpp:4:18:4:27 | operator!= |
|
||||
| ODASA-5186.hpp:4:83:4:83 | call to operator== | ODASA-5186.cpp:5:8:5:8 | operator== |
|
||||
| functions.cpp:16:4:16:5 | call to ag | functions.cpp:11:7:11:8 | ag |
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
| ODASA-5186.cpp:4:8:4:8 | operator= | operator= | | | ODASA-5186.cpp:4:8:4:8 | declaration |
|
||||
| ODASA-5186.cpp:4:8:4:8 | operator= | operator= | | | ODASA-5186.cpp:4:8:4:8 | declaration |
|
||||
| ODASA-5186.cpp:5:8:5:8 | operator== | operator== | | | ODASA-5186.cpp:5:8:5:8 | declaration |
|
||||
| ODASA-5186.cpp:5:8:5:8 | operator== | operator== | | | ODASA-5186.cpp:5:8:5:8 | definition |
|
||||
| ODASA-5186.cpp:5:8:5:17 | operator== | operator== | | | ODASA-5186.cpp:5:8:5:17 | declaration |
|
||||
| ODASA-5186.cpp:5:8:5:17 | operator== | operator== | | | ODASA-5186.cpp:5:8:5:17 | declaration |
|
||||
| ODASA-5186.cpp:5:8:5:17 | operator== | operator== | | | ODASA-5186.cpp:5:8:5:17 | definition |
|
||||
| ODASA-5186.cpp:5:8:5:17 | operator== | operator== | | | ODASA-5186.cpp:5:8:5:17 | definition |
|
||||
| ODASA-5186.cpp:8:6:8:9 | test | test | isTopLevel | TopLevelFunction | ODASA-5186.cpp:8:6:8:9 | declaration |
|
||||
| ODASA-5186.cpp:8:6:8:9 | test | test | isTopLevel | TopLevelFunction | ODASA-5186.cpp:8:6:8:9 | definition |
|
||||
| ODASA-5186.hpp:2:8:2:8 | operator= | operator= | | | ODASA-5186.hpp:2:8:2:8 | declaration |
|
||||
| ODASA-5186.hpp:2:8:2:8 | operator= | operator= | | | ODASA-5186.hpp:2:8:2:8 | declaration |
|
||||
| ODASA-5186.hpp:4:18:4:27 | operator!= | operator!= | isTopLevel | TopLevelFunction | ODASA-5186.hpp:4:18:4:27 | declaration |
|
||||
| ODASA-5186.hpp:4:18:4:27 | operator!= | operator!= | isTopLevel | TopLevelFunction | ODASA-5186.hpp:4:18:4:27 | declaration |
|
||||
| ODASA-5186.hpp:4:18:4:27 | operator!= | operator!= | isTopLevel | TopLevelFunction | ODASA-5186.hpp:4:18:4:27 | definition |
|
||||
| ODASA-5186.hpp:4:18:4:27 | operator!= | operator!= | isTopLevel | TopLevelFunction | ODASA-5186.hpp:4:18:4:27 | definition |
|
||||
| functions.cpp:1:6:1:6 | f | f | isTopLevel | TopLevelFunction | functions.cpp:1:6:1:6 | declaration |
|
||||
| functions.cpp:1:6:1:6 | f | f | isTopLevel | TopLevelFunction | functions.cpp:1:6:1:6 | definition |
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
| ODASA-5186.cpp:4:8:4:14 | MyClass<T> | Class | ODASA-5186.cpp:5:8:5:17 | operator== | member function |
|
||||
| ODASA-5186.cpp:4:8:4:14 | MyClass<int> | Struct | ODASA-5186.cpp:4:8:4:8 | operator= | member function |
|
||||
| ODASA-5186.cpp:4:8:4:14 | MyClass<int> | Struct | ODASA-5186.cpp:4:8:4:8 | operator= | member function |
|
||||
| ODASA-5186.cpp:4:8:4:14 | MyClass<int> | Struct | ODASA-5186.cpp:5:8:5:17 | operator== | member function |
|
||||
| ODASA-5186.cpp:4:8:4:14 | MyClass<int> | Struct | ODASA-5186.cpp:5:8:5:8 | operator== | member function |
|
||||
| ODASA-5186.hpp:2:8:2:17 | NEQ_helper<MyClass<int>> | Struct | ODASA-5186.hpp:2:8:2:8 | operator= | member function |
|
||||
| ODASA-5186.hpp:2:8:2:17 | NEQ_helper<MyClass<int>> | Struct | ODASA-5186.hpp:2:8:2:8 | operator= | member function |
|
||||
| file://:0:0:0:0 | __va_list_tag | Struct | file://:0:0:0:0 | operator= | member function |
|
||||
| file://:0:0:0:0 | __va_list_tag | Struct | file://:0:0:0:0 | operator= | member function |
|
||||
| functions.cpp:7:8:7:8 | A | Struct | functions.cpp:7:8:7:8 | operator= | member function |
|
||||
| functions.cpp:7:8:7:8 | A | Struct | functions.cpp:7:8:7:8 | operator= | member function |
|
||||
| functions.cpp:7:8:7:8 | A | Struct | functions.cpp:8:7:8:8 | af | member function |
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
| file://:0:0:0:0 | ..(..) | true |
|
||||
| file://:0:0:0:0 | const __va_list_tag | true |
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
| test.cpp:19:7:19:7 | C |
|
||||
| test.cpp:19:7:19:7 | operator= |
|
||||
| test.cpp:19:7:19:7 | operator= |
|
||||
| test.cpp:21:18:21:21 | vfun |
|
||||
| test.cpp:21:18:21:18 | vfun |
|
||||
| test.cpp:21:18:21:21 | vfun |
|
||||
| test.cpp:27:6:27:6 | f |
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#-----| __va_list_tag::operator=() -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| __va_list_tag::operator=() -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| operator delete(void *, unsigned long) -> void
|
||||
#-----| params:
|
||||
#-----| 0: p#0
|
||||
@@ -34,6 +30,14 @@
|
||||
#-----| Type = unsigned long
|
||||
#-----| 1: p#1
|
||||
#-----| Type = align_val_t
|
||||
#-----| operator=(__va_list_tag &&) -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| 0: p#0
|
||||
#-----| Type = __va_list_tag &&
|
||||
#-----| operator=(const __va_list_tag &) -> __va_list_tag &
|
||||
#-----| params:
|
||||
#-----| 0: p#0
|
||||
#-----| Type = const __va_list_tag &
|
||||
ir.cpp:
|
||||
# 1| Constants() -> void
|
||||
# 1| params:
|
||||
|
||||
@@ -115,7 +115,10 @@
|
||||
| file://:0:0:0:0 | ..(*)(..) |
|
||||
| file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | __va_list_tag & |
|
||||
| file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & |
|
||||
| file://:0:0:0:0 | const foo |
|
||||
| file://:0:0:0:0 | const foo & |
|
||||
| file://:0:0:0:0 | const lambda [] type at line 3, col. 5 |
|
||||
@@ -142,7 +145,6 @@
|
||||
| file://:0:0:0:0 | decltype([...](...){...}) |
|
||||
| file://:0:0:0:0 | decltype([...](...){...}) |
|
||||
| file://:0:0:0:0 | decltype([...](...){...}) |
|
||||
| file://:0:0:0:0 | definition of __va_list_tag |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
| file://:0:0:0:0 | definition of overflow_arg_area |
|
||||
@@ -176,6 +178,8 @@
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
| file://:0:0:0:0 | this |
|
||||
| file://:0:0:0:0 | this |
|
||||
|
||||
@@ -1,103 +1,103 @@
|
||||
| <no scope> | false | 102 | 102 | operator() |
|
||||
| <no scope> | false | 108 | 108 | declaration |
|
||||
| <no scope> | false | 110 | 110 | call to printf |
|
||||
| <no scope> | false | 114 | 114 | Running with %d and %d\n |
|
||||
| <no scope> | false | 115 | 115 | array to pointer conversion |
|
||||
| <no scope> | false | 117 | 117 | (char *)... |
|
||||
| <no scope> | false | 119 | 119 | x |
|
||||
| <no scope> | false | 121 | 121 | y |
|
||||
| <no scope> | false | 123 | 123 | ExprStmt |
|
||||
| <no scope> | false | 125 | 125 | z |
|
||||
| <no scope> | false | 127 | 127 | x |
|
||||
| <no scope> | false | 129 | 129 | y |
|
||||
| <no scope> | false | 131 | 131 | ... + ... |
|
||||
| <no scope> | false | 133 | 133 | ... = ... |
|
||||
| <no scope> | false | 135 | 135 | ExprStmt |
|
||||
| <no scope> | false | 137 | 137 | call to printf |
|
||||
| <no scope> | false | 141 | 141 | Returning %d %d\n |
|
||||
| <no scope> | false | 142 | 142 | array to pointer conversion |
|
||||
| <no scope> | false | 144 | 144 | (char *)... |
|
||||
| <no scope> | false | 146 | 146 | z |
|
||||
| <no scope> | false | 148 | 148 | z |
|
||||
| <no scope> | false | 150 | 150 | ExprStmt |
|
||||
| <no scope> | false | 152 | 152 | z |
|
||||
| <no scope> | false | 154 | 154 | return ... |
|
||||
| <no scope> | false | 156 | 156 | { ... } |
|
||||
| <no scope> | false | 160 | 160 | operator auto (*)(int, int)->int |
|
||||
| <no scope> | false | 161 | 161 | _FUN |
|
||||
| <no scope> | false | 164 | 164 | _FUN |
|
||||
| <no scope> | false | 166 | 166 | return ... |
|
||||
| <no scope> | false | 168 | 168 | { ... } |
|
||||
| <no scope> | false | 154 | 154 | (constructor) |
|
||||
| <no scope> | false | 157 | 157 | (constructor) |
|
||||
| <no scope> | false | 164 | 164 | return ... |
|
||||
| <no scope> | false | 166 | 166 | { ... } |
|
||||
| <no scope> | false | 167 | 167 | operator= |
|
||||
| <no scope> | false | 173 | 173 | (constructor) |
|
||||
| <no scope> | false | 175 | 175 | return ... |
|
||||
| <no scope> | false | 177 | 177 | { ... } |
|
||||
| <no scope> | false | 183 | 183 | (constructor) |
|
||||
| <no scope> | false | 186 | 186 | operator= |
|
||||
| <no scope> | false | 188 | 188 | (constructor) |
|
||||
| <no scope> | true | 108 | 123 | |
|
||||
| <no scope> | true | 110 | 135 | |
|
||||
| <no scope> | true | 114 | 119 | |
|
||||
| <no scope> | true | 119 | 121 | |
|
||||
| <no scope> | true | 121 | 110 | |
|
||||
| <no scope> | true | 123 | 114 | |
|
||||
| <no scope> | true | 125 | 133 | |
|
||||
| <no scope> | true | 127 | 129 | |
|
||||
| <no scope> | true | 129 | 131 | |
|
||||
| <no scope> | true | 131 | 125 | |
|
||||
| <no scope> | true | 133 | 150 | |
|
||||
| <no scope> | true | 135 | 127 | |
|
||||
| <no scope> | true | 137 | 154 | |
|
||||
| <no scope> | true | 141 | 146 | |
|
||||
| <no scope> | true | 146 | 148 | |
|
||||
| <no scope> | true | 148 | 137 | |
|
||||
| <no scope> | true | 150 | 141 | |
|
||||
| <no scope> | true | 152 | 102 | |
|
||||
| <no scope> | true | 154 | 152 | |
|
||||
| <no scope> | true | 156 | 108 | |
|
||||
| <no scope> | true | 164 | 160 | |
|
||||
| <no scope> | false | 175 | 175 | _FUN |
|
||||
| <no scope> | false | 184 | 184 | operator auto (*)(int, int)->int |
|
||||
| <no scope> | false | 190 | 190 | _FUN |
|
||||
| <no scope> | false | 192 | 192 | return ... |
|
||||
| <no scope> | false | 194 | 194 | { ... } |
|
||||
| <no scope> | false | 195 | 195 | operator() |
|
||||
| <no scope> | false | 206 | 206 | declaration |
|
||||
| <no scope> | false | 212 | 212 | call to printf |
|
||||
| <no scope> | false | 220 | 220 | Running with %d and %d\n |
|
||||
| <no scope> | false | 221 | 221 | array to pointer conversion |
|
||||
| <no scope> | false | 222 | 222 | (char *)... |
|
||||
| <no scope> | false | 223 | 223 | x |
|
||||
| <no scope> | false | 225 | 225 | y |
|
||||
| <no scope> | false | 227 | 227 | ExprStmt |
|
||||
| <no scope> | false | 232 | 232 | z |
|
||||
| <no scope> | false | 234 | 234 | x |
|
||||
| <no scope> | false | 236 | 236 | y |
|
||||
| <no scope> | false | 238 | 238 | ... + ... |
|
||||
| <no scope> | false | 240 | 240 | ... = ... |
|
||||
| <no scope> | false | 242 | 242 | ExprStmt |
|
||||
| <no scope> | false | 244 | 244 | call to printf |
|
||||
| <no scope> | false | 250 | 250 | Returning %d %d\n |
|
||||
| <no scope> | false | 251 | 251 | array to pointer conversion |
|
||||
| <no scope> | false | 252 | 252 | (char *)... |
|
||||
| <no scope> | false | 253 | 253 | z |
|
||||
| <no scope> | false | 255 | 255 | z |
|
||||
| <no scope> | false | 257 | 257 | ExprStmt |
|
||||
| <no scope> | false | 259 | 259 | z |
|
||||
| <no scope> | false | 261 | 261 | return ... |
|
||||
| <no scope> | false | 263 | 263 | { ... } |
|
||||
| <no scope> | true | 164 | 157 | |
|
||||
| <no scope> | true | 166 | 164 | |
|
||||
| <no scope> | true | 168 | 166 | |
|
||||
| <no scope> | true | 175 | 173 | |
|
||||
| <no scope> | true | 177 | 175 | |
|
||||
| __va_list_tag::operator= | false | 60 | 60 | operator= |
|
||||
| __va_list_tag::operator= | false | 66 | 66 | operator= |
|
||||
| main | false | 95 | 95 | main |
|
||||
| main | false | 199 | 199 | [...](...){...} |
|
||||
| main | false | 201 | 201 | initializer for myLambda |
|
||||
| main | false | 205 | 205 | declaration |
|
||||
| main | false | 207 | 207 | call to printf |
|
||||
| main | false | 213 | 213 | Some results: %d %d\n |
|
||||
| main | false | 214 | 214 | array to pointer conversion |
|
||||
| main | false | 216 | 216 | (char *)... |
|
||||
| main | false | 220 | 220 | call to operator() |
|
||||
| main | false | 222 | 222 | myLambda |
|
||||
| main | false | 224 | 224 | (const lambda [] type at line 12, col. 21)... |
|
||||
| main | false | 228 | 228 | 5 |
|
||||
| main | false | 231 | 231 | 6 |
|
||||
| main | false | 232 | 232 | call to operator() |
|
||||
| main | false | 234 | 234 | myLambda |
|
||||
| main | false | 236 | 236 | (const lambda [] type at line 12, col. 21)... |
|
||||
| main | false | 240 | 240 | 7 |
|
||||
| main | false | 243 | 243 | 8 |
|
||||
| main | false | 244 | 244 | ExprStmt |
|
||||
| main | false | 248 | 248 | 0 |
|
||||
| main | false | 249 | 249 | return ... |
|
||||
| main | false | 251 | 251 | { ... } |
|
||||
| main | true | 199 | 244 | |
|
||||
| main | true | 201 | 199 | |
|
||||
| main | true | 205 | 201 | |
|
||||
| main | true | 207 | 249 | |
|
||||
| main | true | 213 | 228 | |
|
||||
| main | true | 220 | 240 | |
|
||||
| main | true | 222 | 220 | |
|
||||
| main | true | 228 | 231 | |
|
||||
| main | true | 231 | 222 | |
|
||||
| main | true | 232 | 207 | |
|
||||
| main | true | 234 | 232 | |
|
||||
| main | true | 240 | 243 | |
|
||||
| main | true | 243 | 234 | |
|
||||
| main | true | 244 | 213 | |
|
||||
| main | true | 248 | 95 | |
|
||||
| main | true | 249 | 248 | |
|
||||
| main | true | 251 | 205 | |
|
||||
| printf | false | 84 | 84 | printf |
|
||||
| <no scope> | true | 190 | 184 | |
|
||||
| <no scope> | true | 192 | 190 | |
|
||||
| <no scope> | true | 194 | 192 | |
|
||||
| <no scope> | true | 206 | 227 | |
|
||||
| <no scope> | true | 212 | 242 | |
|
||||
| <no scope> | true | 220 | 223 | |
|
||||
| <no scope> | true | 223 | 225 | |
|
||||
| <no scope> | true | 225 | 212 | |
|
||||
| <no scope> | true | 227 | 220 | |
|
||||
| <no scope> | true | 232 | 240 | |
|
||||
| <no scope> | true | 234 | 236 | |
|
||||
| <no scope> | true | 236 | 238 | |
|
||||
| <no scope> | true | 238 | 232 | |
|
||||
| <no scope> | true | 240 | 257 | |
|
||||
| <no scope> | true | 242 | 234 | |
|
||||
| <no scope> | true | 244 | 261 | |
|
||||
| <no scope> | true | 250 | 253 | |
|
||||
| <no scope> | true | 253 | 255 | |
|
||||
| <no scope> | true | 255 | 244 | |
|
||||
| <no scope> | true | 257 | 250 | |
|
||||
| <no scope> | true | 259 | 195 | |
|
||||
| <no scope> | true | 261 | 259 | |
|
||||
| <no scope> | true | 263 | 206 | |
|
||||
| main | false | 147 | 147 | main |
|
||||
| main | false | 269 | 269 | declaration |
|
||||
| main | false | 271 | 271 | call to printf |
|
||||
| main | false | 277 | 277 | Some results: %d %d\n |
|
||||
| main | false | 278 | 278 | array to pointer conversion |
|
||||
| main | false | 279 | 279 | (char *)... |
|
||||
| main | false | 282 | 282 | call to operator() |
|
||||
| main | false | 285 | 285 | [...](...){...} |
|
||||
| main | false | 287 | 287 | initializer for myLambda |
|
||||
| main | false | 291 | 291 | myLambda |
|
||||
| main | false | 293 | 293 | (const lambda [] type at line 12, col. 21)... |
|
||||
| main | false | 296 | 296 | 5 |
|
||||
| main | false | 299 | 299 | 6 |
|
||||
| main | false | 300 | 300 | call to operator() |
|
||||
| main | false | 302 | 302 | myLambda |
|
||||
| main | false | 304 | 304 | (const lambda [] type at line 12, col. 21)... |
|
||||
| main | false | 307 | 307 | 7 |
|
||||
| main | false | 310 | 310 | 8 |
|
||||
| main | false | 311 | 311 | ExprStmt |
|
||||
| main | false | 315 | 315 | 0 |
|
||||
| main | false | 316 | 316 | return ... |
|
||||
| main | false | 318 | 318 | { ... } |
|
||||
| main | true | 269 | 287 | |
|
||||
| main | true | 271 | 316 | |
|
||||
| main | true | 277 | 296 | |
|
||||
| main | true | 282 | 307 | |
|
||||
| main | true | 285 | 311 | |
|
||||
| main | true | 287 | 285 | |
|
||||
| main | true | 291 | 282 | |
|
||||
| main | true | 296 | 299 | |
|
||||
| main | true | 299 | 291 | |
|
||||
| main | true | 300 | 271 | |
|
||||
| main | true | 302 | 300 | |
|
||||
| main | true | 307 | 310 | |
|
||||
| main | true | 310 | 302 | |
|
||||
| main | true | 311 | 277 | |
|
||||
| main | true | 315 | 147 | |
|
||||
| main | true | 316 | 315 | |
|
||||
| main | true | 318 | 269 | |
|
||||
| operator= | false | 92 | 92 | operator= |
|
||||
| operator= | false | 99 | 99 | operator= |
|
||||
| printf | false | 209 | 209 | printf |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
| holder.cpp:13:2:13:20 | call to Holder | holder.cpp:5:2:5:7 | Holder |
|
||||
| holder.cpp:17:14:17:15 | call to Holder | holder.cpp:5:2:5:7 | Holder |
|
||||
| holder.cpp:18:18:18:31 | call to Holder | holder.cpp:5:2:5:7 | Holder |
|
||||
| holder.cpp:19:2:19:3 | call to Holder | holder.cpp:6:2:6:7 | Holder |
|
||||
| holder.cpp:19:5:19:5 | call to operator+ | holder.cpp:12:11:12:19 | operator+ |
|
||||
| holder.cpp:19:7:19:8 | call to Holder | holder.cpp:6:2:6:7 | Holder |
|
||||
| holder.cpp:13:2:13:20 | call to Holder | holder.cpp:5:2:5:2 | Holder |
|
||||
| holder.cpp:17:14:17:15 | call to Holder | holder.cpp:5:2:5:2 | Holder |
|
||||
| holder.cpp:18:18:18:31 | call to Holder | holder.cpp:5:2:5:2 | Holder |
|
||||
| holder.cpp:19:2:19:3 | call to Holder | holder.cpp:6:2:6:2 | Holder |
|
||||
| holder.cpp:19:5:19:5 | call to operator+ | holder.cpp:12:11:12:11 | operator+ |
|
||||
| holder.cpp:19:7:19:8 | call to Holder | holder.cpp:6:2:6:2 | Holder |
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
| file://:0:0:0:0 | __va_list_tag | false |
|
||||
| file://:0:0:0:0 | operator= | false |
|
||||
| file://:0:0:0:0 | operator= | false |
|
||||
| file://:0:0:0:0 | p#0 | false |
|
||||
| file://:0:0:0:0 | p#0 | false |
|
||||
| test.cpp:0:0:0:0 | test.cpp | false |
|
||||
| test.cpp:2:1:2:61 | #define FOO class S{int i; void f(void) { int j; return; } }; | false |
|
||||
| test.cpp:4:1:4:1 | declaration of operator= | false |
|
||||
|
||||
@@ -1,24 +1,26 @@
|
||||
| file://:0:0:0:0 | <none> | file://:0:0:0:0 | operator= | operator=(__va_list_tag &&) | Orphan |
|
||||
| file://:0:0:0:0 | <none> | file://:0:0:0:0 | operator= | operator=(const __va_list_tag &) | Orphan |
|
||||
| file://:0:0:0:0 | <none> | test.cpp:34:6:34:6 | g | g() | Orphan |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:2:7:2:7 | operator= | C::operator=(C &&) | getAMember(), getAMember(5), getAMemberFunction(), getCanonicalMember(5), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:2:7:2:7 | operator= | C::operator=(const C &) | getAMember(), getAMember(4), getAMemberFunction(), getCanonicalMember(4), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:5:10:5:21 | f_template_C | C::f_template_C<T>(T) | getAMember(), getAMember(0), getAMemberFunction(), getCanonicalMember(0), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:5:10:5:21 | f_template_C | C::f_template_C<double>(double) | getAMember(), getAMember(0), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:5:10:5:21 | f_template_C | C::f_template_C<int>(int) | getAMember(), getAMember(0), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:8:10:8:23 | f_template_C_D | C::f_template_C_D<T>(T) | getAMember(), getAMember(1), getAMemberFunction(), getCanonicalMember(1), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:8:10:8:23 | f_template_C_D | C::f_template_C_D<int>(int) | getAMember(), getAMember(1), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:10:10:10:12 | f_C | C::f_C() | getAMember(), getAMember(2), getAMemberFunction(), getCanonicalMember(2), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:11:10:11:14 | f_C_D | C::f_C_D() | getAMember(), getAMember(3), getAMemberFunction(), getCanonicalMember(3), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:14:7:14:7 | operator= | D::operator=(D &&) | getAMember(), getAMember(5), getAMemberFunction(), getCanonicalMember(5), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:14:7:14:7 | operator= | D::operator=(const D &) | getAMember(), getAMember(4), getAMemberFunction(), getCanonicalMember(4), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:17:10:17:23 | f_template_C_D | D::f_template_C_D<T>(T) | getAMember(), getAMember(0), getAMemberFunction(), getCanonicalMember(0), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:17:10:17:23 | f_template_C_D | D::f_template_C_D<double>(double) | getAMember(), getAMember(0), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:20:10:20:21 | f_template_D | D::f_template_D<T>(T) | getAMember(), getAMember(1), getAMemberFunction(), getCanonicalMember(1), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:20:10:20:21 | f_template_D | D::f_template_D<double>(double) | getAMember(), getAMember(1), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:22:10:22:14 | f_C_D | D::f_C_D() | getAMember(), getAMember(2), getAMemberFunction(), getCanonicalMember(2), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:23:10:23:12 | f_D | D::f_D() | getAMember(), getAMember(3), getAMemberFunction(), getCanonicalMember(3), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<T> | test.cpp:29:10:29:12 | f_E | E<T>::f_E() | getAMember(), getAMember(0), getAMemberFunction(), getCanonicalMember(0), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<T> | test.cpp:31:10:31:16 | f_E_arg | E<T>::f_E_arg(E<T>) | getAMember(), getAMember(1), getAMemberFunction(), getCanonicalMember(1), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:27:7:27:7 | operator= | E<int>::operator=(E<int> &&) | getAMember(), getAMember(3), getAMemberFunction(), getCanonicalMember(3), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:27:7:27:7 | operator= | E<int>::operator=(const E<int> &) | getAMember(), getAMember(2), getAMemberFunction(), getCanonicalMember(2), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:29:10:29:12 | f_E | E<int>::f_E() | getAMember(), getAMember(0), getAMemberFunction(), getCanonicalMember(0), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:31:10:31:16 | f_E_arg | E<int>::f_E_arg(E<int>) | getAMember(), getAMember(1), getAMemberFunction(), getCanonicalMember(1), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:2:7:2:7 | operator= | C::operator=(C &&) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:2:7:2:7 | operator= | C::operator=(const C &) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:5:10:5:10 | f_template_C | C::f_template_C<double>(double) | getAMember(), getAMember(6), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:5:10:5:10 | f_template_C | C::f_template_C<int>(int) | getAMember(), getAMember(6), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:5:10:5:21 | f_template_C | C::f_template_C<T>(T) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:8:10:8:10 | f_template_C_D | C::f_template_C_D<int>(int) | getAMember(), getAMember(6), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:8:10:8:23 | f_template_C_D | C::f_template_C_D<T>(T) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:10:10:10:12 | f_C | C::f_C() | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:2:7:2:7 | C | test.cpp:11:10:11:14 | f_C_D | C::f_C_D() | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:14:7:14:7 | operator= | D::operator=(D &&) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:14:7:14:7 | operator= | D::operator=(const D &) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:17:10:17:10 | f_template_C_D | D::f_template_C_D<double>(double) | getAMember(), getAMember(6), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:17:10:17:23 | f_template_C_D | D::f_template_C_D<T>(T) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:20:10:20:10 | f_template_D | D::f_template_D<double>(double) | getAMember(), getAMember(6), getAMemberFunction(), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:20:10:20:21 | f_template_D | D::f_template_D<T>(T) | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:22:10:22:14 | f_C_D | D::f_C_D() | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:14:7:14:7 | D | test.cpp:23:10:23:12 | f_D | D::f_D() | getAMember(), getAMember(6), getAMemberFunction(), getCanonicalMember(6), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<T> | test.cpp:29:10:29:12 | f_E | E<T>::f_E() | getAMember(), getAMember(2), getAMemberFunction(), getCanonicalMember(2), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<T> | test.cpp:31:10:31:16 | f_E_arg | E<T>::f_E_arg(E<T>) | getAMember(), getAMember(2), getAMemberFunction(), getCanonicalMember(2), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:27:7:27:7 | operator= | E<int>::operator=(E<int> &&) | getAMember(), getAMember(4), getAMemberFunction(), getCanonicalMember(4), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:27:7:27:7 | operator= | E<int>::operator=(const E<int> &) | getAMember(), getAMember(4), getAMemberFunction(), getCanonicalMember(4), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:29:10:29:10 | f_E | E<int>::f_E() | getAMember(), getAMember(4), getAMemberFunction(), getCanonicalMember(4), getDeclaringType() |
|
||||
| test.cpp:27:7:27:7 | E<int> | test.cpp:31:10:31:10 | f_E_arg | E<int>::f_E_arg(E<int>) | getAMember(), getAMember(4), getAMemberFunction(), getCanonicalMember(4), getDeclaringType() |
|
||||
|
||||
@@ -2,18 +2,12 @@
|
||||
| file://:0:0:0:0 | __va_list_tag | 1 __va_list_tag::fp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 2 __va_list_tag::overflow_arg_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 3 __va_list_tag::reg_save_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 __va_list_tag::operator= |
|
||||
| file://:0:0:0:0 | __va_list_tag | 5 __va_list_tag::operator= |
|
||||
| h.h:2:7:2:8 | CA | 0 CA::CB<TB> |
|
||||
| h.h:2:7:2:8 | CA | 0 CA::CB<double> |
|
||||
| h.h:2:7:2:8 | CA | 0 CA::CB<float> |
|
||||
| h.h:2:7:2:8 | CA | 0 CA::CB<int> |
|
||||
| h.h:2:7:2:8 | CA | 1 CA::operator= |
|
||||
| h.h:2:7:2:8 | CA | 2 CA::operator= |
|
||||
| h.h:2:7:2:8 | CA | 3 CA::operator= |
|
||||
| h.h:5:11:5:12 | CB<TB> | <none> |
|
||||
| h.h:5:11:5:12 | CB<double> | 0 CA::CB<double>::operator= |
|
||||
| h.h:5:11:5:12 | CB<double> | 1 CA::CB<double>::operator= |
|
||||
| h.h:5:11:5:12 | CB<float> | 0 CA::CB<float>::operator= |
|
||||
| h.h:5:11:5:12 | CB<float> | 1 CA::CB<float>::operator= |
|
||||
| h.h:5:11:5:12 | CB<int> | 0 CA::CB<int>::operator= |
|
||||
| h.h:5:11:5:12 | CB<int> | 1 CA::CB<int>::operator= |
|
||||
| h.h:5:11:5:12 | CB<double> | 2 CA::CB<double>::operator= |
|
||||
| h.h:5:11:5:12 | CB<float> | 2 CA::CB<float>::operator= |
|
||||
| h.h:5:11:5:12 | CB<int> | 2 CA::CB<int>::operator= |
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | __va_list_tag | __va_list_tag | true |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | fp_offset | __va_list_tag::fp_offset | false |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | gp_offset | __va_list_tag::gp_offset | false |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= | __va_list_tag::operator= | false |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= | __va_list_tag::operator= | false |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= | operator= | true |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= | operator= | true |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | overflow_arg_area | __va_list_tag::overflow_arg_area | false |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | p#0 | <none> | false |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | p#0 | <none> | false |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | reg_save_area | __va_list_tag::reg_save_area | false |
|
||||
| file://:0:0:0:0 | (global namespace) | namespaces.cpp:40:5:40:13 | globalInt | globalInt | true |
|
||||
| file://:0:0:0:0 | (global namespace) | namespaces.cpp:42:6:42:18 | globalIntUser | globalIntUser | true |
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | reg_save_area |
|
||||
| same_name.cpp:4:11:4:21 | namespace_a | same_name.cpp:2:11:2:11 | c |
|
||||
| same_name.cpp:4:11:4:21 | namespace_a | same_name.cpp:6:12:6:12 | c |
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
| copy_from_prototype.cpp:3:7:3:7 | operator= | a<int>::operator=(a<int> &&) | copy_from_prototype.cpp:3:7:3:7 | a<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:3:7:3:7 | operator= | a<int>::operator=(const a<int> &) | copy_from_prototype.cpp:3:7:3:7 | a<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:4:26:4:26 | a | a<<unnamed>>::a<(unnamed)>() | copy_from_prototype.cpp:3:7:3:7 | a<<unnamed>> | 123 |
|
||||
| copy_from_prototype.cpp:4:26:4:26 | a | a<int>::a() | copy_from_prototype.cpp:3:7:3:7 | a<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:4:26:4:26 | a | a<int>::a<(unnamed)>() | copy_from_prototype.cpp:3:7:3:7 | a<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:7:7:7:7 | b | b::b() | copy_from_prototype.cpp:7:7:7:7 | b | <no expr> |
|
||||
| copy_from_prototype.cpp:7:7:7:7 | b | b::b(b &&) | copy_from_prototype.cpp:7:7:7:7 | b | <no expr> |
|
||||
@@ -15,7 +14,6 @@
|
||||
| copy_from_prototype.cpp:13:7:13:7 | operator= | c<int>::operator=(c<int> &&) | copy_from_prototype.cpp:13:7:13:7 | c<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:13:7:13:7 | operator= | c<int>::operator=(const c<int> &) | copy_from_prototype.cpp:13:7:13:7 | c<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:14:26:14:26 | c | c<T>::c<(unnamed)>() | copy_from_prototype.cpp:13:7:13:7 | c<T> | Unknown literal |
|
||||
| copy_from_prototype.cpp:14:26:14:26 | c | c<int>::c() | copy_from_prototype.cpp:13:7:13:7 | c<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:14:26:14:26 | c | c<int>::c<(unnamed)>() | copy_from_prototype.cpp:13:7:13:7 | c<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:17:7:17:7 | d | d::d() | copy_from_prototype.cpp:17:7:17:7 | d | <no expr> |
|
||||
| copy_from_prototype.cpp:17:7:17:7 | d | d::d(const d &) | copy_from_prototype.cpp:17:7:17:7 | d | <no expr> |
|
||||
@@ -28,5 +26,3 @@
|
||||
| copy_from_prototype.cpp:22:8:22:8 | operator= | e<int>::operator=(e<int> &&) | copy_from_prototype.cpp:22:8:22:8 | e<int> | <no expr> |
|
||||
| copy_from_prototype.cpp:23:26:23:26 | e | e<T>::e<(unnamed)>() | copy_from_prototype.cpp:22:8:22:8 | e<T> | 456 |
|
||||
| copy_from_prototype.cpp:26:35:26:43 | e | e<int>::e<(unnamed)>() | copy_from_prototype.cpp:22:8:22:8 | e<int> | 456 |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag::operator=() | file://:0:0:0:0 | __va_list_tag | <none> |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag::operator=() | file://:0:0:0:0 | __va_list_tag | <none> |
|
||||
|
||||
@@ -15,7 +15,15 @@
|
||||
| box.h:2:8:2:8 | definition of Box | no except | --- |
|
||||
| box.h:2:8:2:8 | definition of Box | no except | --- |
|
||||
| box.h:2:8:2:8 | definition of Box | no except | --- |
|
||||
| box.h:3:3:3:3 | definition of Box | -------- | __has_nothrow_copy |
|
||||
| box.h:3:3:3:3 | definition of Box | -------- | __has_nothrow_copy |
|
||||
| box.h:3:3:3:3 | definition of Box | -------- | __has_nothrow_copy |
|
||||
| box.h:3:3:3:3 | definition of Box | -------- | __has_nothrow_copy |
|
||||
| box.h:3:3:3:5 | definition of Box | -------- | __has_nothrow_copy |
|
||||
| box.h:9:15:9:15 | definition of box | -------- | --- |
|
||||
| box.h:9:15:9:15 | definition of box | -------- | --- |
|
||||
| box.h:9:15:9:15 | definition of box | -------- | --- |
|
||||
| box.h:9:15:9:15 | definition of box | -------- | --- |
|
||||
| box.h:9:15:9:17 | definition of box | -------- | --- |
|
||||
| noexcept.cpp:2:7:2:7 | declaration of operator= | -------- | --- |
|
||||
| noexcept.cpp:2:7:2:7 | declaration of operator= | -------- | --- |
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
| C::ff() | 4 | 4 | 0 |
|
||||
| C::gg<T>(T) | 4 | 4 | 0 |
|
||||
| C::gg<T>(T) | 10 | 7 | 0 |
|
||||
| conventional() | 4 | 4 | 1 |
|
||||
| hh() | 4 | 4 | 0 |
|
||||
| long_char() | 3 | 3 | 0 |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
| file://:0:0:0:0 | operator= | 0 |
|
||||
| file://:0:0:0:0 | operator= | 0 |
|
||||
| file://:0:0:0:0 | operator= | 1 |
|
||||
| file://:0:0:0:0 | operator= | 1 |
|
||||
| parameters.cpp:3:5:3:14 | Callback_1 | 2 |
|
||||
| parameters.cpp:8:5:8:14 | Callback_2 | 2 |
|
||||
| parameters.cpp:13:5:13:14 | Callback_3 | 2 |
|
||||
|
||||
@@ -3,167 +3,173 @@
|
||||
| pointsto | false | 2 | 2 | set: {overflow_arg_area} |
|
||||
| pointsto | false | 3 | 3 | set: {reg_save_area} |
|
||||
| pointsto | false | 4 | 4 | set: {operator=} |
|
||||
| pointsto | false | 5 | 5 | set: {operator=} |
|
||||
| pointsto | false | 6 | 6 | set: {MyStruct} |
|
||||
| pointsto | false | 7 | 7 | set: {data} |
|
||||
| pointsto | false | 8 | 8 | set: {operator=} |
|
||||
| pointsto | false | 9 | 9 | set: {p#0} |
|
||||
| pointsto | false | 10 | 10 | set: {operator=} |
|
||||
| pointsto | false | 11 | 11 | set: {p#0} |
|
||||
| pointsto | false | 12 | 12 | set: {(unsigned long)..., 10} |
|
||||
| pointsto | false | 13 | 13 | set: {use} |
|
||||
| pointsto | false | 14 | 14 | set: {v} |
|
||||
| pointsto | false | 15 | 15 | set: {test} |
|
||||
| pointsto | false | 16 | 16 | set: {cond} |
|
||||
| pointsto | false | 17 | 17 | set: {(bool)..., cond} |
|
||||
| pointsto | false | 18 | 18 | set: {p1, p1, p1} |
|
||||
| pointsto | false | 19 | 19 | set: {a, a} |
|
||||
| pointsto | false | 20 | 20 | set: {b, b} |
|
||||
| pointsto | false | 21 | 21 | set: {p2, p2} |
|
||||
| pointsto | false | 22 | 22 | set: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} |
|
||||
| pointsto | false | 23 | 23 | set: {c, c} |
|
||||
| pointsto | false | 24 | 24 | set: {pp1, pp1} |
|
||||
| pointsto | false | 25 | 25 | set: {d, d} |
|
||||
| pointsto | false | 26 | 26 | set: {pp2, pp2} |
|
||||
| pointsto | false | 27 | 27 | set: {a, b, c, d} |
|
||||
| pointsto | false | 28 | 28 | set: {& ..., & ..., ... = ..., ... = ..., p3} |
|
||||
| pointsto | false | 29 | 29 | set: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} |
|
||||
| pointsto | false | 79 | 79 | file://:0:0:0:0\ngp_offset |
|
||||
| pointsto | false | 80 | 80 | file://:0:0:0:0\nfp_offset |
|
||||
| pointsto | false | 81 | 81 | file://:0:0:0:0\noverflow_arg_area |
|
||||
| pointsto | false | 82 | 82 | file://:0:0:0:0\nreg_save_area |
|
||||
| pointsto | false | 83 | 83 | <no location>\noperator= |
|
||||
| pointsto | false | 85 | 85 | <no location>\noperator= |
|
||||
| pointsto | false | 88 | 88 | test.cpp:2:16:2:23\nMyStruct |
|
||||
| pointsto | false | 89 | 89 | test.cpp:3:6:3:9\ndata |
|
||||
| pointsto | false | 91 | 91 | test.cpp:2:16:2:16\noperator= |
|
||||
| pointsto | false | 92 | 92 | file://:0:0:0:0\np#0 |
|
||||
| pointsto | false | 95 | 95 | test.cpp:2:16:2:16\noperator= |
|
||||
| pointsto | false | 96 | 96 | file://:0:0:0:0\np#0 |
|
||||
| pointsto | false | 99 | 99 | test.cpp:3:11:3:12\n10 |
|
||||
| pointsto | false | 100 | 100 | test.cpp:3:11:3:12\n(unsigned long)... |
|
||||
| pointsto | false | 104 | 104 | test.cpp:6:10:6:10\na |
|
||||
| pointsto | false | 106 | 106 | test.cpp:6:13:6:13\nb |
|
||||
| pointsto | false | 108 | 108 | test.cpp:6:16:6:16\nc |
|
||||
| pointsto | false | 110 | 110 | test.cpp:6:19:6:19\nd |
|
||||
| pointsto | false | 112 | 112 | test.cpp:7:11:7:12\np1 |
|
||||
| pointsto | false | 116 | 116 | test.cpp:7:16:7:17\np2 |
|
||||
| pointsto | false | 118 | 118 | test.cpp:7:21:7:22\np3 |
|
||||
| pointsto | false | 120 | 120 | test.cpp:8:12:8:14\npp1 |
|
||||
| pointsto | false | 124 | 124 | test.cpp:8:19:8:21\npp2 |
|
||||
| pointsto | false | 126 | 126 | test.cpp:10:6:10:8\nuse |
|
||||
| pointsto | false | 127 | 127 | test.cpp:10:19:10:19\nv |
|
||||
| pointsto | false | 130 | 130 | test.cpp:12:6:12:9\ntest |
|
||||
| pointsto | false | 131 | 131 | test.cpp:12:15:12:18\ncond |
|
||||
| pointsto | false | 132 | 132 | test.cpp:14:6:14:9\ncond |
|
||||
| pointsto | false | 133 | 133 | test.cpp:14:6:14:9\n(bool)... |
|
||||
| pointsto | false | 134 | 134 | test.cpp:16:3:16:4\np1 |
|
||||
| pointsto | false | 135 | 135 | test.cpp:16:9:16:9\na |
|
||||
| pointsto | false | 136 | 136 | test.cpp:16:8:16:9\n& ... |
|
||||
| pointsto | false | 137 | 137 | test.cpp:16:3:16:9\n... = ... |
|
||||
| pointsto | false | 140 | 140 | test.cpp:18:3:18:4\np1 |
|
||||
| pointsto | false | 141 | 141 | test.cpp:18:9:18:9\nb |
|
||||
| pointsto | false | 142 | 142 | test.cpp:18:8:18:9\n& ... |
|
||||
| pointsto | false | 143 | 143 | test.cpp:18:3:18:9\n... = ... |
|
||||
| pointsto | false | 148 | 148 | test.cpp:20:2:20:3\np2 |
|
||||
| pointsto | false | 149 | 149 | test.cpp:20:7:20:8\np1 |
|
||||
| pointsto | false | 150 | 150 | test.cpp:20:2:20:8\n... = ... |
|
||||
| pointsto | false | 152 | 152 | test.cpp:22:2:22:3\np3 |
|
||||
| pointsto | false | 153 | 153 | test.cpp:22:8:22:8\nc |
|
||||
| pointsto | false | 154 | 154 | test.cpp:22:7:22:8\n& ... |
|
||||
| pointsto | false | 155 | 155 | test.cpp:22:2:22:8\n... = ... |
|
||||
| pointsto | false | 157 | 157 | test.cpp:23:2:23:4\npp1 |
|
||||
| pointsto | false | 158 | 158 | test.cpp:23:9:23:10\np3 |
|
||||
| pointsto | false | 159 | 159 | test.cpp:23:8:23:10\n& ... |
|
||||
| pointsto | false | 160 | 160 | test.cpp:23:2:23:10\n... = ... |
|
||||
| pointsto | false | 162 | 162 | test.cpp:24:2:24:3\np3 |
|
||||
| pointsto | false | 163 | 163 | test.cpp:24:8:24:8\nd |
|
||||
| pointsto | false | 164 | 164 | test.cpp:24:7:24:8\n& ... |
|
||||
| pointsto | false | 165 | 165 | test.cpp:24:2:24:8\n... = ... |
|
||||
| pointsto | false | 168 | 168 | test.cpp:25:2:25:4\npp2 |
|
||||
| pointsto | false | 169 | 169 | test.cpp:25:9:25:10\np3 |
|
||||
| pointsto | false | 170 | 170 | test.cpp:25:8:25:10\n& ... |
|
||||
| pointsto | false | 171 | 171 | test.cpp:25:2:25:10\n... = ... |
|
||||
| pointsto | false | 176 | 176 | test.cpp:27:6:27:6\na |
|
||||
| pointsto | false | 177 | 177 | test.cpp:27:9:27:9\nb |
|
||||
| pointsto | false | 178 | 178 | test.cpp:27:12:27:12\nc |
|
||||
| pointsto | false | 179 | 179 | test.cpp:27:15:27:15\nd |
|
||||
| pointsto | false | 180 | 180 | test.cpp:27:18:27:19\np1 |
|
||||
| pointsto | false | 181 | 181 | test.cpp:27:22:27:23\np2 |
|
||||
| pointsto | false | 182 | 182 | test.cpp:27:26:27:27\np3 |
|
||||
| pointsto | false | 183 | 183 | test.cpp:27:30:27:32\npp1 |
|
||||
| pointsto | false | 184 | 184 | test.cpp:27:35:27:37\npp2 |
|
||||
| pointsto | true | 0 | 79 | pt: {gp_offset} -> gp_offset |
|
||||
| pointsto | true | 1 | 80 | pt: {fp_offset} -> fp_offset |
|
||||
| pointsto | true | 2 | 81 | pt: {overflow_arg_area} -> overflow_arg_area |
|
||||
| pointsto | true | 3 | 82 | pt: {reg_save_area} -> reg_save_area |
|
||||
| pointsto | true | 4 | 83 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 5 | 85 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 6 | 88 | pt: {MyStruct} -> MyStruct |
|
||||
| pointsto | true | 7 | 89 | pt: {data} -> data |
|
||||
| pointsto | true | 8 | 91 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 9 | 92 | pt: {p#0} -> p#0 |
|
||||
| pointsto | true | 10 | 95 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 11 | 96 | pt: {p#0} -> p#0 |
|
||||
| pointsto | true | 12 | 99 | pt: {(unsigned long)..., 10} -> 10 |
|
||||
| pointsto | true | 12 | 100 | pt: {(unsigned long)..., 10} -> (unsigned long)... |
|
||||
| pointsto | true | 13 | 126 | pt: {use} -> use |
|
||||
| pointsto | true | 14 | 6 | sf |
|
||||
| pointsto | true | 14 | 127 | pt: {v} -> v |
|
||||
| pointsto | true | 15 | 130 | pt: {test} -> test |
|
||||
| pointsto | true | 16 | 131 | pt: {cond} -> cond |
|
||||
| pointsto | true | 17 | 132 | pt: {(bool)..., cond} -> cond |
|
||||
| pointsto | true | 17 | 133 | pt: {(bool)..., cond} -> (bool)... |
|
||||
| pointsto | true | 18 | 112 | pt: {p1, p1, p1} -> p1 |
|
||||
| pointsto | true | 18 | 134 | pt: {p1, p1, p1} -> p1 |
|
||||
| pointsto | true | 18 | 140 | pt: {p1, p1, p1} -> p1 |
|
||||
| pointsto | true | 19 | 6 | sf |
|
||||
| pointsto | true | 19 | 22 | sf |
|
||||
| pointsto | true | 19 | 104 | pt: {a, a} -> a |
|
||||
| pointsto | true | 19 | 135 | pt: {a, a} -> a |
|
||||
| pointsto | true | 20 | 6 | sf |
|
||||
| pointsto | true | 20 | 22 | sf |
|
||||
| pointsto | true | 20 | 106 | pt: {b, b} -> b |
|
||||
| pointsto | true | 20 | 141 | pt: {b, b} -> b |
|
||||
| pointsto | true | 21 | 116 | pt: {p2, p2} -> p2 |
|
||||
| pointsto | true | 21 | 148 | pt: {p2, p2} -> p2 |
|
||||
| pointsto | true | 22 | 136 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> & ... |
|
||||
| pointsto | true | 22 | 137 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> ... = ... |
|
||||
| pointsto | true | 22 | 142 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> & ... |
|
||||
| pointsto | true | 22 | 143 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> ... = ... |
|
||||
| pointsto | true | 22 | 149 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> p1 |
|
||||
| pointsto | true | 22 | 150 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> ... = ... |
|
||||
| pointsto | true | 22 | 180 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> p1 |
|
||||
| pointsto | true | 22 | 181 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> p2 |
|
||||
| pointsto | true | 23 | 6 | sf |
|
||||
| pointsto | true | 23 | 28 | sf |
|
||||
| pointsto | true | 23 | 108 | pt: {c, c} -> c |
|
||||
| pointsto | true | 23 | 153 | pt: {c, c} -> c |
|
||||
| pointsto | true | 24 | 120 | pt: {pp1, pp1} -> pp1 |
|
||||
| pointsto | true | 24 | 157 | pt: {pp1, pp1} -> pp1 |
|
||||
| pointsto | true | 25 | 6 | sf |
|
||||
| pointsto | true | 25 | 28 | sf |
|
||||
| pointsto | true | 25 | 110 | pt: {d, d} -> d |
|
||||
| pointsto | true | 25 | 163 | pt: {d, d} -> d |
|
||||
| pointsto | true | 26 | 124 | pt: {pp2, pp2} -> pp2 |
|
||||
| pointsto | true | 26 | 168 | pt: {pp2, pp2} -> pp2 |
|
||||
| pointsto | true | 27 | 176 | pt: {a, b, c, d} -> a |
|
||||
| pointsto | true | 27 | 177 | pt: {a, b, c, d} -> b |
|
||||
| pointsto | true | 27 | 178 | pt: {a, b, c, d} -> c |
|
||||
| pointsto | true | 27 | 179 | pt: {a, b, c, d} -> d |
|
||||
| pointsto | true | 28 | 154 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> & ... |
|
||||
| pointsto | true | 28 | 155 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> ... = ... |
|
||||
| pointsto | true | 28 | 164 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> & ... |
|
||||
| pointsto | true | 28 | 165 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> ... = ... |
|
||||
| pointsto | true | 28 | 182 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> p3 |
|
||||
| pointsto | true | 29 | 118 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 29 | 152 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 29 | 158 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 29 | 159 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> & ... |
|
||||
| pointsto | true | 29 | 160 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> ... = ... |
|
||||
| pointsto | true | 29 | 162 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 29 | 169 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 29 | 170 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> & ... |
|
||||
| pointsto | true | 29 | 171 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> ... = ... |
|
||||
| pointsto | true | 29 | 183 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> pp1 |
|
||||
| pointsto | true | 29 | 184 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> pp2 |
|
||||
| pointsto | false | 5 | 5 | set: {p#0} |
|
||||
| pointsto | false | 6 | 6 | set: {operator=} |
|
||||
| pointsto | false | 7 | 7 | set: {p#0} |
|
||||
| pointsto | false | 8 | 8 | set: {MyStruct} |
|
||||
| pointsto | false | 9 | 9 | set: {test} |
|
||||
| pointsto | false | 10 | 10 | set: {cond} |
|
||||
| pointsto | false | 11 | 11 | set: {(bool)..., cond} |
|
||||
| pointsto | false | 12 | 12 | set: {p1, p1, p1} |
|
||||
| pointsto | false | 13 | 13 | set: {a, a} |
|
||||
| pointsto | false | 14 | 14 | set: {b, b} |
|
||||
| pointsto | false | 15 | 15 | set: {p2, p2} |
|
||||
| pointsto | false | 16 | 16 | set: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} |
|
||||
| pointsto | false | 17 | 17 | set: {c, c} |
|
||||
| pointsto | false | 18 | 18 | set: {pp1, pp1} |
|
||||
| pointsto | false | 19 | 19 | set: {d, d} |
|
||||
| pointsto | false | 20 | 20 | set: {pp2, pp2} |
|
||||
| pointsto | false | 21 | 21 | set: {use} |
|
||||
| pointsto | false | 22 | 22 | set: {a, b, c, d} |
|
||||
| pointsto | false | 23 | 23 | set: {& ..., & ..., ... = ..., ... = ..., p3} |
|
||||
| pointsto | false | 24 | 24 | set: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} |
|
||||
| pointsto | false | 25 | 25 | set: {v} |
|
||||
| pointsto | false | 26 | 26 | set: {operator=} |
|
||||
| pointsto | false | 27 | 27 | set: {p#0} |
|
||||
| pointsto | false | 28 | 28 | set: {operator=} |
|
||||
| pointsto | false | 29 | 29 | set: {p#0} |
|
||||
| pointsto | false | 30 | 30 | set: {data} |
|
||||
| pointsto | false | 31 | 31 | set: {(unsigned long)..., 10} |
|
||||
| pointsto | false | 94 | 94 | file://:0:0:0:0\ngp_offset |
|
||||
| pointsto | false | 96 | 96 | file://:0:0:0:0\nfp_offset |
|
||||
| pointsto | false | 98 | 98 | file://:0:0:0:0\noverflow_arg_area |
|
||||
| pointsto | false | 101 | 101 | file://:0:0:0:0\nreg_save_area |
|
||||
| pointsto | false | 104 | 104 | <no location>\noperator= |
|
||||
| pointsto | false | 105 | 105 | <no location>\np#0 |
|
||||
| pointsto | false | 109 | 109 | <no location>\noperator= |
|
||||
| pointsto | false | 110 | 110 | <no location>\np#0 |
|
||||
| pointsto | false | 156 | 156 | test.cpp:2:16:2:23\nMyStruct |
|
||||
| pointsto | false | 161 | 161 | test.cpp:12:6:12:9\ntest |
|
||||
| pointsto | false | 162 | 162 | test.cpp:12:15:12:18\ncond |
|
||||
| pointsto | false | 165 | 165 | test.cpp:14:6:14:9\ncond |
|
||||
| pointsto | false | 166 | 166 | test.cpp:14:6:14:9\n(bool)... |
|
||||
| pointsto | false | 169 | 169 | test.cpp:7:11:7:12\np1 |
|
||||
| pointsto | false | 170 | 170 | test.cpp:16:3:16:4\np1 |
|
||||
| pointsto | false | 171 | 171 | test.cpp:6:10:6:10\na |
|
||||
| pointsto | false | 172 | 172 | test.cpp:16:9:16:9\na |
|
||||
| pointsto | false | 173 | 173 | test.cpp:16:8:16:9\n& ... |
|
||||
| pointsto | false | 174 | 174 | test.cpp:16:3:16:9\n... = ... |
|
||||
| pointsto | false | 177 | 177 | test.cpp:18:3:18:4\np1 |
|
||||
| pointsto | false | 178 | 178 | test.cpp:6:13:6:13\nb |
|
||||
| pointsto | false | 179 | 179 | test.cpp:18:9:18:9\nb |
|
||||
| pointsto | false | 180 | 180 | test.cpp:18:8:18:9\n& ... |
|
||||
| pointsto | false | 181 | 181 | test.cpp:18:3:18:9\n... = ... |
|
||||
| pointsto | false | 185 | 185 | test.cpp:7:16:7:17\np2 |
|
||||
| pointsto | false | 186 | 186 | test.cpp:20:2:20:3\np2 |
|
||||
| pointsto | false | 187 | 187 | test.cpp:20:7:20:8\np1 |
|
||||
| pointsto | false | 188 | 188 | test.cpp:20:2:20:8\n... = ... |
|
||||
| pointsto | false | 190 | 190 | test.cpp:7:21:7:22\np3 |
|
||||
| pointsto | false | 191 | 191 | test.cpp:22:2:22:3\np3 |
|
||||
| pointsto | false | 192 | 192 | test.cpp:6:16:6:16\nc |
|
||||
| pointsto | false | 193 | 193 | test.cpp:22:8:22:8\nc |
|
||||
| pointsto | false | 194 | 194 | test.cpp:22:7:22:8\n& ... |
|
||||
| pointsto | false | 195 | 195 | test.cpp:22:2:22:8\n... = ... |
|
||||
| pointsto | false | 199 | 199 | test.cpp:8:12:8:14\npp1 |
|
||||
| pointsto | false | 200 | 200 | test.cpp:23:2:23:4\npp1 |
|
||||
| pointsto | false | 201 | 201 | test.cpp:23:9:23:10\np3 |
|
||||
| pointsto | false | 202 | 202 | test.cpp:23:8:23:10\n& ... |
|
||||
| pointsto | false | 203 | 203 | test.cpp:23:2:23:10\n... = ... |
|
||||
| pointsto | false | 205 | 205 | test.cpp:24:2:24:3\np3 |
|
||||
| pointsto | false | 206 | 206 | test.cpp:6:19:6:19\nd |
|
||||
| pointsto | false | 207 | 207 | test.cpp:24:8:24:8\nd |
|
||||
| pointsto | false | 208 | 208 | test.cpp:24:7:24:8\n& ... |
|
||||
| pointsto | false | 209 | 209 | test.cpp:24:2:24:8\n... = ... |
|
||||
| pointsto | false | 211 | 211 | test.cpp:8:19:8:21\npp2 |
|
||||
| pointsto | false | 212 | 212 | test.cpp:25:2:25:4\npp2 |
|
||||
| pointsto | false | 213 | 213 | test.cpp:25:9:25:10\np3 |
|
||||
| pointsto | false | 214 | 214 | test.cpp:25:8:25:10\n& ... |
|
||||
| pointsto | false | 215 | 215 | test.cpp:25:2:25:10\n... = ... |
|
||||
| pointsto | false | 217 | 217 | test.cpp:10:6:10:8\nuse |
|
||||
| pointsto | false | 221 | 221 | test.cpp:27:6:27:6\na |
|
||||
| pointsto | false | 222 | 222 | test.cpp:27:9:27:9\nb |
|
||||
| pointsto | false | 223 | 223 | test.cpp:27:12:27:12\nc |
|
||||
| pointsto | false | 224 | 224 | test.cpp:27:15:27:15\nd |
|
||||
| pointsto | false | 225 | 225 | test.cpp:27:18:27:19\np1 |
|
||||
| pointsto | false | 226 | 226 | test.cpp:27:22:27:23\np2 |
|
||||
| pointsto | false | 227 | 227 | test.cpp:27:26:27:27\np3 |
|
||||
| pointsto | false | 228 | 228 | test.cpp:27:30:27:32\npp1 |
|
||||
| pointsto | false | 229 | 229 | test.cpp:27:35:27:37\npp2 |
|
||||
| pointsto | false | 233 | 233 | test.cpp:10:19:10:19\nv |
|
||||
| pointsto | false | 235 | 235 | test.cpp:2:16:2:16\noperator= |
|
||||
| pointsto | false | 237 | 237 | file://:0:0:0:0\np#0 |
|
||||
| pointsto | false | 242 | 242 | test.cpp:2:16:2:16\noperator= |
|
||||
| pointsto | false | 243 | 243 | file://:0:0:0:0\np#0 |
|
||||
| pointsto | false | 247 | 247 | test.cpp:3:6:3:9\ndata |
|
||||
| pointsto | false | 250 | 250 | test.cpp:3:11:3:12\n10 |
|
||||
| pointsto | false | 251 | 251 | test.cpp:3:11:3:12\n(unsigned long)... |
|
||||
| pointsto | true | 0 | 94 | pt: {gp_offset} -> gp_offset |
|
||||
| pointsto | true | 1 | 96 | pt: {fp_offset} -> fp_offset |
|
||||
| pointsto | true | 2 | 98 | pt: {overflow_arg_area} -> overflow_arg_area |
|
||||
| pointsto | true | 3 | 101 | pt: {reg_save_area} -> reg_save_area |
|
||||
| pointsto | true | 4 | 104 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 5 | 105 | pt: {p#0} -> p#0 |
|
||||
| pointsto | true | 6 | 109 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 7 | 110 | pt: {p#0} -> p#0 |
|
||||
| pointsto | true | 8 | 156 | pt: {MyStruct} -> MyStruct |
|
||||
| pointsto | true | 9 | 161 | pt: {test} -> test |
|
||||
| pointsto | true | 10 | 162 | pt: {cond} -> cond |
|
||||
| pointsto | true | 11 | 165 | pt: {(bool)..., cond} -> cond |
|
||||
| pointsto | true | 11 | 166 | pt: {(bool)..., cond} -> (bool)... |
|
||||
| pointsto | true | 12 | 169 | pt: {p1, p1, p1} -> p1 |
|
||||
| pointsto | true | 12 | 170 | pt: {p1, p1, p1} -> p1 |
|
||||
| pointsto | true | 12 | 177 | pt: {p1, p1, p1} -> p1 |
|
||||
| pointsto | true | 13 | 8 | sf |
|
||||
| pointsto | true | 13 | 16 | sf |
|
||||
| pointsto | true | 13 | 171 | pt: {a, a} -> a |
|
||||
| pointsto | true | 13 | 172 | pt: {a, a} -> a |
|
||||
| pointsto | true | 14 | 8 | sf |
|
||||
| pointsto | true | 14 | 16 | sf |
|
||||
| pointsto | true | 14 | 178 | pt: {b, b} -> b |
|
||||
| pointsto | true | 14 | 179 | pt: {b, b} -> b |
|
||||
| pointsto | true | 15 | 185 | pt: {p2, p2} -> p2 |
|
||||
| pointsto | true | 15 | 186 | pt: {p2, p2} -> p2 |
|
||||
| pointsto | true | 16 | 173 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> & ... |
|
||||
| pointsto | true | 16 | 174 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> ... = ... |
|
||||
| pointsto | true | 16 | 180 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> & ... |
|
||||
| pointsto | true | 16 | 181 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> ... = ... |
|
||||
| pointsto | true | 16 | 187 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> p1 |
|
||||
| pointsto | true | 16 | 188 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> ... = ... |
|
||||
| pointsto | true | 16 | 225 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> p1 |
|
||||
| pointsto | true | 16 | 226 | pt: {& ..., & ..., ... = ..., ... = ..., ... = ..., p1, p1, p2} -> p2 |
|
||||
| pointsto | true | 17 | 8 | sf |
|
||||
| pointsto | true | 17 | 23 | sf |
|
||||
| pointsto | true | 17 | 192 | pt: {c, c} -> c |
|
||||
| pointsto | true | 17 | 193 | pt: {c, c} -> c |
|
||||
| pointsto | true | 18 | 199 | pt: {pp1, pp1} -> pp1 |
|
||||
| pointsto | true | 18 | 200 | pt: {pp1, pp1} -> pp1 |
|
||||
| pointsto | true | 19 | 8 | sf |
|
||||
| pointsto | true | 19 | 23 | sf |
|
||||
| pointsto | true | 19 | 206 | pt: {d, d} -> d |
|
||||
| pointsto | true | 19 | 207 | pt: {d, d} -> d |
|
||||
| pointsto | true | 20 | 211 | pt: {pp2, pp2} -> pp2 |
|
||||
| pointsto | true | 20 | 212 | pt: {pp2, pp2} -> pp2 |
|
||||
| pointsto | true | 21 | 217 | pt: {use} -> use |
|
||||
| pointsto | true | 22 | 221 | pt: {a, b, c, d} -> a |
|
||||
| pointsto | true | 22 | 222 | pt: {a, b, c, d} -> b |
|
||||
| pointsto | true | 22 | 223 | pt: {a, b, c, d} -> c |
|
||||
| pointsto | true | 22 | 224 | pt: {a, b, c, d} -> d |
|
||||
| pointsto | true | 23 | 194 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> & ... |
|
||||
| pointsto | true | 23 | 195 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> ... = ... |
|
||||
| pointsto | true | 23 | 208 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> & ... |
|
||||
| pointsto | true | 23 | 209 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> ... = ... |
|
||||
| pointsto | true | 23 | 227 | pt: {& ..., & ..., ... = ..., ... = ..., p3} -> p3 |
|
||||
| pointsto | true | 24 | 190 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 24 | 191 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 24 | 201 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 24 | 202 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> & ... |
|
||||
| pointsto | true | 24 | 203 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> ... = ... |
|
||||
| pointsto | true | 24 | 205 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 24 | 213 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> p3 |
|
||||
| pointsto | true | 24 | 214 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> & ... |
|
||||
| pointsto | true | 24 | 215 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> ... = ... |
|
||||
| pointsto | true | 24 | 228 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> pp1 |
|
||||
| pointsto | true | 24 | 229 | pt: {& ..., & ..., ... = ..., ... = ..., p3, p3, p3, p3, p3, pp1, pp2} -> pp2 |
|
||||
| pointsto | true | 25 | 8 | sf |
|
||||
| pointsto | true | 25 | 233 | pt: {v} -> v |
|
||||
| pointsto | true | 26 | 235 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 27 | 237 | pt: {p#0} -> p#0 |
|
||||
| pointsto | true | 28 | 242 | pt: {operator=} -> operator= |
|
||||
| pointsto | true | 29 | 243 | pt: {p#0} -> p#0 |
|
||||
| pointsto | true | 30 | 247 | pt: {data} -> data |
|
||||
| pointsto | true | 31 | 250 | pt: {(unsigned long)..., 10} -> 10 |
|
||||
| pointsto | true | 31 | 251 | pt: {(unsigned long)..., 10} -> (unsigned long)... |
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
| file://:0:0:0:0 | __va_list_tag | __va_list_tag |
|
||||
| file://:0:0:0:0 | fp_offset | __va_list_tag::fp_offset |
|
||||
| file://:0:0:0:0 | gp_offset | __va_list_tag::gp_offset |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag::operator= |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag::operator= |
|
||||
| file://:0:0:0:0 | operator= | operator= |
|
||||
| file://:0:0:0:0 | operator= | operator= |
|
||||
| file://:0:0:0:0 | overflow_arg_area | __va_list_tag::overflow_arg_area |
|
||||
| file://:0:0:0:0 | reg_save_area | __va_list_tag::reg_save_area |
|
||||
| test.cpp:2:7:2:7 | operator= | MyEnumClass::operator= |
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
| 0 | file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | __va_list_tag |
|
||||
| 0 | file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= |
|
||||
| 0 | file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= |
|
||||
| 0 | file://:0:0:0:0 | (global namespace) | parents.cpp:2:11:2:13 | foo |
|
||||
| 1 | file://:0:0:0:0 | __va_list_tag | file://:0:0:0:0 | fp_offset |
|
||||
| 1 | file://:0:0:0:0 | __va_list_tag | file://:0:0:0:0 | gp_offset |
|
||||
| 1 | file://:0:0:0:0 | __va_list_tag | file://:0:0:0:0 | operator= |
|
||||
| 1 | file://:0:0:0:0 | __va_list_tag | file://:0:0:0:0 | operator= |
|
||||
| 1 | file://:0:0:0:0 | __va_list_tag | file://:0:0:0:0 | overflow_arg_area |
|
||||
| 1 | file://:0:0:0:0 | __va_list_tag | file://:0:0:0:0 | reg_save_area |
|
||||
| 1 | file://:0:0:0:0 | operator= | file://:0:0:0:0 | p#0 |
|
||||
| 1 | file://:0:0:0:0 | operator= | file://:0:0:0:0 | p#0 |
|
||||
| 1 | parents.cpp:2:11:2:13 | foo | parents.cpp:3:13:3:15 | foo::bar |
|
||||
| 1 | parents.cpp:3:13:3:15 | foo::bar | parents.cpp:4:10:4:10 | f |
|
||||
| 1 | parents.cpp:4:10:4:10 | f | parents.cpp:4:16:4:16 | i |
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | file://:0:0:0:0 | operator delete[] | |
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | file://:0:0:0:0 | operator new[] | |
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | file://:0:0:0:0 | operator= | |
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | file://:0:0:0:0 | operator= | |
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | scopes.cpp:2:7:2:7 | A | Class |
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | scopes.cpp:7:7:7:7 | B | Class |
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | scopes.cpp:11:7:11:7 | C | Class |
|
||||
@@ -13,8 +15,6 @@
|
||||
| file://:0:0:0:0 | (global namespace) | GlobalNamespace | scopes.cpp:74:11:74:13 | One | Namespace |
|
||||
| file://:0:0:0:0 | __va_list_tag | Class | file://:0:0:0:0 | fp_offset | |
|
||||
| file://:0:0:0:0 | __va_list_tag | Class | file://:0:0:0:0 | gp_offset | |
|
||||
| file://:0:0:0:0 | __va_list_tag | Class | file://:0:0:0:0 | operator= | |
|
||||
| file://:0:0:0:0 | __va_list_tag | Class | file://:0:0:0:0 | operator= | |
|
||||
| file://:0:0:0:0 | __va_list_tag | Class | file://:0:0:0:0 | overflow_arg_area | |
|
||||
| file://:0:0:0:0 | __va_list_tag | Class | file://:0:0:0:0 | reg_save_area | |
|
||||
| scopes.cpp:2:7:2:7 | A | Class | scopes.cpp:2:7:2:7 | operator= | |
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
| file://:0:0:0:0 | operator= | | file://:0:0:0:0 | __va_list_tag | 6 |
|
||||
| file://:0:0:0:0 | operator= | | file://:0:0:0:0 | __va_list_tag | 6 |
|
||||
| scopes.cpp:2:7:2:7 | operator= | | scopes.cpp:2:7:2:7 | A | 2 |
|
||||
| scopes.cpp:2:7:2:7 | operator= | | scopes.cpp:2:7:2:7 | A | 2 |
|
||||
| scopes.cpp:7:7:7:7 | operator= | | scopes.cpp:7:7:7:7 | B | 2 |
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
| file://:0:0:0:0 | operator delete[] | isTopLevel() | 1 | 1 |
|
||||
| file://:0:0:0:0 | operator new[] | isTopLevel() | 1 | 1 |
|
||||
| file://:0:0:0:0 | operator= | | 1 | 1 |
|
||||
| file://:0:0:0:0 | operator= | | 1 | 1 |
|
||||
| file://:0:0:0:0 | operator= | isTopLevel() | 1 | 1 |
|
||||
| file://:0:0:0:0 | operator= | isTopLevel() | 1 | 1 |
|
||||
| scopes.cpp:2:7:2:7 | operator= | | 1 | 1 |
|
||||
| scopes.cpp:2:7:2:7 | operator= | | 1 | 1 |
|
||||
| scopes.cpp:7:7:7:7 | operator= | | 1 | 1 |
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
| cpp.cpp:87:5:87:26 | functionAccessesStatic | int | false |
|
||||
| cpp.cpp:93:6:93:14 | increment | int & -> void | false |
|
||||
| cpp.cpp:97:6:97:16 | doIncrement | void | false |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag & | false |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag & | false |
|
||||
| file://:0:0:0:0 | operator= | __va_list_tag && -> __va_list_tag & | false |
|
||||
| file://:0:0:0:0 | operator= | const __va_list_tag & -> __va_list_tag & | false |
|
||||
| sideEffects.c:4:5:4:6 | f1 | int | true |
|
||||
| sideEffects.c:12:5:12:6 | f2 | int | true |
|
||||
| sideEffects.c:20:5:20:6 | f3 | int | true |
|
||||
|
||||
@@ -28,4 +28,3 @@
|
||||
| 6 none of the above | C::operator=(volatile C & c_templated) |
|
||||
| 6 none of the above | C::operator=(volatile C && c_templated) |
|
||||
| 6 none of the above | C::operator==(const C & c) |
|
||||
| 6 none of the above | __va_list_tag::operator=() |
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
| c1_gnu.c:7:8:7:12 | Lemon | 1 members | 1 locations | 0 | lemon_x |
|
||||
| c2_gnu.c:2:8:2:11 | Kiwi | 1 members | 1 locations | 0 | kiwi_x |
|
||||
| c2_gnu.c:7:8:7:12 | Lemon | 1 members | 1 locations | 0 | lemon_x |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 0 | gp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 1 | fp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 2 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 3 | reg_save_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 0 | gp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 1 | fp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 2 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 3 | reg_save_area |
|
||||
|
||||
@@ -1,57 +1,40 @@
|
||||
| a1.cpp:4:8:4:12 | Empty | 2 members | 2 locations | 0 | operator= |
|
||||
| a1.cpp:4:8:4:12 | Empty | 2 members | 2 locations | 1 | operator= |
|
||||
| a1.cpp:4:8:4:12 | Empty | 2 members | 2 locations | 2 | operator= |
|
||||
| a1.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 0 | x |
|
||||
| a1.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 1 | operator= |
|
||||
| a1.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 2 | operator= |
|
||||
| a1.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 3 | operator= |
|
||||
| a1.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 0 | empty |
|
||||
| a1.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 1 | nonempty |
|
||||
| a1.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 2 | i |
|
||||
| a1.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 3 | operator= |
|
||||
| a1.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 4 | operator= |
|
||||
| a2.cpp:4:8:4:12 | Empty | 2 members | 2 locations | 0 | operator= |
|
||||
| a2.cpp:4:8:4:12 | Empty | 2 members | 2 locations | 1 | operator= |
|
||||
| a1.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 5 | operator= |
|
||||
| a2.cpp:4:8:4:12 | Empty | 2 members | 2 locations | 2 | operator= |
|
||||
| a2.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 0 | x |
|
||||
| a2.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 1 | operator= |
|
||||
| a2.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 2 | operator= |
|
||||
| a2.cpp:6:8:6:15 | NonEmpty | 3 members | 2 locations | 3 | operator= |
|
||||
| a2.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 0 | empty |
|
||||
| a2.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 1 | nonempty |
|
||||
| a2.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 2 | i |
|
||||
| a2.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 3 | operator= |
|
||||
| a2.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 4 | operator= |
|
||||
| a2.cpp:10:8:10:10 | Bar | 5 members | 2 locations | 5 | operator= |
|
||||
| b1.cpp:6:7:6:21 | AppleCompatible | 3 members | 2 locations | 0 | apple_x |
|
||||
| b1.cpp:6:7:6:21 | AppleCompatible | 3 members | 2 locations | 1 | operator= |
|
||||
| b1.cpp:6:7:6:21 | AppleCompatible | 3 members | 2 locations | 2 | operator= |
|
||||
| b1.cpp:6:7:6:21 | AppleCompatible | 3 members | 2 locations | 3 | operator= |
|
||||
| b1.cpp:11:7:11:22 | BananaCompatible | 3 members | 2 locations | 0 | banana_x |
|
||||
| b1.cpp:11:7:11:22 | BananaCompatible | 3 members | 2 locations | 1 | operator= |
|
||||
| b1.cpp:11:7:11:22 | BananaCompatible | 3 members | 2 locations | 2 | operator= |
|
||||
| b1.cpp:11:7:11:22 | BananaCompatible | 3 members | 2 locations | 3 | operator= |
|
||||
| b1.cpp:16:7:16:12 | Cherry | 3 members | 1 locations | 0 | cherry_x |
|
||||
| b1.cpp:16:7:16:12 | Cherry | 3 members | 1 locations | 1 | operator= |
|
||||
| b1.cpp:16:7:16:12 | Cherry | 3 members | 1 locations | 2 | operator= |
|
||||
| b1.cpp:16:7:16:12 | Cherry | 3 members | 1 locations | 3 | operator= |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 0 | damson_x |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 1 | bar |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 1 | foo |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 2 | operator= |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 3 | operator= |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 4 | bar |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 4 | foo |
|
||||
| b1.cpp:23:7:23:12 | Damson | 5 members | 2 locations | 4 | operator= |
|
||||
| b1.cpp:29:9:29:23 | AppleCompatible | 3 members | 1 locations | 0 | apple_x |
|
||||
| b1.cpp:29:9:29:23 | AppleCompatible | 3 members | 1 locations | 1 | operator= |
|
||||
| b1.cpp:29:9:29:23 | AppleCompatible | 3 members | 1 locations | 2 | operator= |
|
||||
| b1.cpp:29:9:29:23 | AppleCompatible | 3 members | 1 locations | 3 | operator= |
|
||||
| b2.cpp:2:7:2:21 | AppleCompatible | 3 members | 2 locations | 0 | apple_x |
|
||||
| b2.cpp:2:7:2:21 | AppleCompatible | 3 members | 2 locations | 1 | operator= |
|
||||
| b2.cpp:2:7:2:21 | AppleCompatible | 3 members | 2 locations | 2 | operator= |
|
||||
| b2.cpp:2:7:2:21 | AppleCompatible | 3 members | 2 locations | 3 | operator= |
|
||||
| b2.cpp:9:7:9:22 | BananaCompatible | 3 members | 2 locations | 0 | banana_x |
|
||||
| b2.cpp:9:7:9:22 | BananaCompatible | 3 members | 2 locations | 1 | operator= |
|
||||
| b2.cpp:9:7:9:22 | BananaCompatible | 3 members | 2 locations | 2 | operator= |
|
||||
| b2.cpp:9:7:9:22 | BananaCompatible | 3 members | 2 locations | 3 | operator= |
|
||||
| b2.cpp:14:7:14:12 | Cherry | 3 members | 1 locations | 0 | cherry_x |
|
||||
| b2.cpp:14:7:14:12 | Cherry | 3 members | 1 locations | 1 | operator= |
|
||||
| b2.cpp:14:7:14:12 | Cherry | 3 members | 1 locations | 2 | operator= |
|
||||
| b2.cpp:14:7:14:12 | Cherry | 3 members | 1 locations | 3 | operator= |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 0 | damson_x |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 1 | bar |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 1 | foo |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 2 | operator= |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 3 | operator= |
|
||||
| file://:0:0:0:0 | __va_list_tag | 6 members | 1 locations | 0 | gp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 6 members | 1 locations | 1 | fp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 6 members | 1 locations | 2 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 6 members | 1 locations | 3 | reg_save_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 6 members | 1 locations | 4 | operator= |
|
||||
| file://:0:0:0:0 | __va_list_tag | 6 members | 1 locations | 5 | operator= |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 4 | bar |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 4 | foo |
|
||||
| b2.cpp:21:7:21:12 | Damson | 5 members | 2 locations | 4 | operator= |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 0 | gp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 1 | fp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 2 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 3 | reg_save_area |
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
| b.c:44:8:44:20 | IncompatibleD | 1 members | 2 locations | 0 | a |
|
||||
| b.c:51:8:51:20 | NonRecursiveA | 1 members | 1 locations | 0 | val |
|
||||
| b.c:55:8:55:20 | NonRecursiveB | 1 members | 1 locations | 0 | a |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 0 | gp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 1 | fp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 2 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 1 locations | 3 | reg_save_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 0 | gp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 1 | fp_offset |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 2 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | __va_list_tag | 4 members | 0 locations | 3 | reg_save_area |
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
| test.cpp:2:16:2:16 | T |
|
||||
| test.cpp:3:8:3:8 | operator= |
|
||||
|
||||
@@ -3,10 +3,12 @@
|
||||
| file://:0:0:0:0 | (global namespace) |
|
||||
| file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | __va_list_tag & |
|
||||
| file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | const EC |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & |
|
||||
| file://:0:0:0:0 | const bool |
|
||||
| file://:0:0:0:0 | definition of __va_list_tag |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
| file://:0:0:0:0 | definition of overflow_arg_area |
|
||||
@@ -18,6 +20,8 @@
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
| file://:0:0:0:0 | void * |
|
||||
| test.cpp:0:0:0:0 | test.cpp |
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
| test.cpp:3:24:3:24 | b<a> |
|
||||
| test.cpp:4:26:4:26 | c<<expression>> |
|
||||
@@ -13,6 +15,7 @@
|
||||
| test.cpp:5:29:5:29 | e |
|
||||
| test.cpp:6:26:6:26 | p#0 |
|
||||
| test.cpp:6:29:6:31 | p#1 |
|
||||
| test.cpp:7:20:7:20 | f |
|
||||
| test.cpp:7:20:7:26 | f |
|
||||
| test.cpp:7:28:7:28 | p#0 |
|
||||
| test.cpp:7:31:7:33 | p#1 |
|
||||
|
||||
@@ -16,4 +16,6 @@
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | overflow_arg_area |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| destructors.cpp:3:3:3:3 | ~Parameterized | destructors.cpp:2:8:2:20 | Parameterized<int> |
|
||||
| destructors.cpp:3:3:3:16 | ~Parameterized | destructors.cpp:2:8:2:20 | Parameterized<T> |
|
||||
| destructors.cpp:3:3:3:16 | ~Parameterized | destructors.cpp:2:8:2:20 | Parameterized<int> |
|
||||
| destructors.cpp:6:8:6:8 | ~Concrete | destructors.cpp:6:8:6:15 | Concrete |
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
| extern.cpp:1:20:1:20 | definition of T |
|
||||
| extern.cpp:2:5:2:5 | declaration of f |
|
||||
| extern.cpp:2:5:2:5 | f |
|
||||
| extern.cpp:2:5:2:5 | f |
|
||||
| extern.cpp:2:7:2:7 | declaration of 1st parameter |
|
||||
| extern.cpp:2:7:2:7 | p#0 |
|
||||
| extern.cpp:2:7:2:7 | p#0 |
|
||||
| extern.cpp:4:1:4:58 | // Currently we don't have an element for this declaration |
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
| file://:0:0:0:0 | C<char>'s friend |
|
||||
| file://:0:0:0:0 | C<int>'s friend |
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | f |
|
||||
| file://:0:0:0:0 | fp_offset |
|
||||
| file://:0:0:0:0 | gp_offset |
|
||||
| file://:0:0:0:0 | operator= |
|
||||
@@ -12,6 +11,7 @@
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | reg_save_area |
|
||||
| friends.cpp:2:19:2:21 | TTT |
|
||||
| friends.cpp:4:19:4:21 | TTT |
|
||||
@@ -28,6 +28,8 @@
|
||||
| friends.cpp:7:9:7:9 | operator= |
|
||||
| friends.cpp:7:9:7:9 | operator= |
|
||||
| friends.cpp:7:9:7:9 | operator= |
|
||||
| friends.cpp:9:17:9:17 | f |
|
||||
| friends.cpp:9:17:9:19 | C<TTT>'s friend |
|
||||
| friends.cpp:9:21:9:26 | p#0 |
|
||||
| friends.cpp:12:17:12:17 | f |
|
||||
| friends.cpp:13:17:13:17 | f |
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
| template_functions.cpp:3:8:3:8 | X<T> | template_functions.cpp:6:5:6:15 | operator T * | template_functions.cpp:6:28:6:32 | (T *)... |
|
||||
| template_functions.cpp:3:8:3:8 | X<T> | template_functions.cpp:6:5:6:15 | operator T * | template_functions.cpp:6:32:6:32 | 1 |
|
||||
| template_functions.cpp:3:8:3:8 | X<int> | template_functions.cpp:6:5:6:15 | operator int * | template_functions.cpp:6:28:6:32 | (int *)... |
|
||||
| template_functions.cpp:3:8:3:8 | X<int> | template_functions.cpp:6:5:6:15 | operator int * | template_functions.cpp:6:32:6:32 | 1 |
|
||||
| template_functions.cpp:3:8:3:8 | X<int> | template_functions.cpp:6:5:6:5 | operator int * | template_functions.cpp:6:28:6:32 | (int *)... |
|
||||
| template_functions.cpp:3:8:3:8 | X<int> | template_functions.cpp:6:5:6:5 | operator int * | template_functions.cpp:6:32:6:32 | 1 |
|
||||
| template_functions.cpp:13:10:13:14 | S<Q *> | template_functions.cpp:16:5:16:15 | operator Q * | template_functions.cpp:16:28:16:32 | (Q *)... |
|
||||
| template_functions.cpp:13:10:13:14 | S<Q *> | template_functions.cpp:16:5:16:15 | operator Q * | template_functions.cpp:16:32:16:32 | 2 |
|
||||
| template_functions.cpp:13:10:13:14 | S<int *> | template_functions.cpp:16:5:16:15 | operator int * | template_functions.cpp:16:28:16:32 | (int *)... |
|
||||
| template_functions.cpp:13:10:13:14 | S<int *> | template_functions.cpp:16:5:16:15 | operator int * | template_functions.cpp:16:32:16:32 | 2 |
|
||||
| template_functions.cpp:13:10:13:14 | S<int *> | template_functions.cpp:16:5:16:5 | operator int * | template_functions.cpp:16:28:16:32 | (int *)... |
|
||||
| template_functions.cpp:13:10:13:14 | S<int *> | template_functions.cpp:16:5:16:5 | operator int * | template_functions.cpp:16:32:16:32 | 2 |
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
| h.h:3:7:3:7 | C<T> | h.h:4:10:4:12 | fun | 0 |
|
||||
| h.h:3:7:3:7 | C<char> | h.h:3:7:3:7 | operator= | 0 |
|
||||
| h.h:3:7:3:7 | C<char> | h.h:3:7:3:7 | operator= | 0 |
|
||||
| h.h:3:7:3:7 | C<char> | h.h:4:10:4:12 | fun | 0 |
|
||||
| h.h:3:7:3:7 | C<int> | h.h:3:7:3:7 | operator= | 0 |
|
||||
| h.h:3:7:3:7 | C<int> | h.h:3:7:3:7 | operator= | 0 |
|
||||
| h.h:3:7:3:7 | C<int> | h.h:4:10:4:12 | fun | 0 |
|
||||
| h.h:8:7:8:7 | D<T> | h.h:10:10:10:12 | fun | 2 |
|
||||
| h.h:8:7:8:7 | D<int> | h.h:8:7:8:7 | operator= | 0 |
|
||||
| h.h:8:7:8:7 | D<int> | h.h:8:7:8:7 | operator= | 0 |
|
||||
| h.h:8:7:8:7 | D<int> | h.h:10:10:10:12 | fun | 2 |
|
||||
| h.h:8:7:8:7 | D<int> | h.h:10:10:10:10 | fun | 2 |
|
||||
| h.h:14:7:14:7 | E<T> | h.h:16:10:16:12 | fun | 2 |
|
||||
| h.h:14:7:14:7 | E<int> | h.h:14:7:14:7 | operator= | 0 |
|
||||
| h.h:14:7:14:7 | E<int> | h.h:14:7:14:7 | operator= | 0 |
|
||||
| h.h:14:7:14:7 | E<int> | h.h:16:10:16:12 | fun | 2 |
|
||||
| h.h:14:7:14:7 | E<int> | h.h:16:10:16:10 | fun | 2 |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| test.cpp:2:6:2:8 | foo | file://:0:0:0:0 | float |
|
||||
| test.cpp:2:6:2:8 | foo | file://:0:0:0:0 | int |
|
||||
| file://:0:0:0:0 | operator= | file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | operator= | file://:0:0:0:0 | const __va_list_tag & |
|
||||
| test.cpp:2:6:2:8 | foo | test.cpp:1:19:1:19 | T |
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
| file://:0:0:0:0 | __uptr |
|
||||
| file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | __va_list_tag & |
|
||||
| file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | abstract |
|
||||
| file://:0:0:0:0 | action<ActionT> * |
|
||||
| file://:0:0:0:0 | action<ActionT> *const |
|
||||
@@ -59,6 +60,8 @@
|
||||
| file://:0:0:0:0 | composite<int> && |
|
||||
| file://:0:0:0:0 | composite<int> * |
|
||||
| file://:0:0:0:0 | const |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & |
|
||||
| file://:0:0:0:0 | const action<actor1<composite<int>>> |
|
||||
| file://:0:0:0:0 | const action<actor1<composite<int>>> & |
|
||||
| file://:0:0:0:0 | const actor1<composite<int>> |
|
||||
@@ -86,7 +89,6 @@
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter |
|
||||
| file://:0:0:0:0 | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | definition of __va_list_tag |
|
||||
| file://:0:0:0:0 | definition of fp_offset |
|
||||
| file://:0:0:0:0 | definition of gp_offset |
|
||||
| file://:0:0:0:0 | definition of overflow_arg_area |
|
||||
@@ -141,6 +143,8 @@
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | p#0 |
|
||||
| file://:0:0:0:0 | private |
|
||||
| file://:0:0:0:0 | protected |
|
||||
| file://:0:0:0:0 | public |
|
||||
@@ -198,19 +202,20 @@
|
||||
| header.h:4:5:4:10 | actor1 |
|
||||
| header.h:4:5:4:10 | actor1 |
|
||||
| header.h:4:5:4:10 | declaration of actor1 |
|
||||
| header.h:4:5:4:10 | declaration of actor1 |
|
||||
| header.h:6:24:6:24 | A |
|
||||
| header.h:6:24:6:24 | definition of A |
|
||||
| header.h:8:5:8:5 | definition of funx |
|
||||
| header.h:8:5:8:5 | funx |
|
||||
| header.h:8:5:8:8 | declaration of funx |
|
||||
| header.h:8:5:8:8 | definition of funx |
|
||||
| header.h:8:5:8:8 | funx |
|
||||
| header.h:8:5:8:8 | funx |
|
||||
| header.h:8:5:8:8 | funx |
|
||||
| header.h:8:13:8:14 | a_ |
|
||||
| header.h:8:13:8:14 | a_ |
|
||||
| header.h:8:13:8:14 | a_ |
|
||||
| header.h:8:13:8:14 | declaration of a_ |
|
||||
| header.h:8:13:8:14 | definition of a_ |
|
||||
| header.h:8:13:8:14 | definition of a_ |
|
||||
| header.h:8:17:11:5 | { ... } |
|
||||
| header.h:8:17:11:5 | { ... } |
|
||||
| header.h:9:9:9:14 | declaration |
|
||||
@@ -251,22 +256,25 @@
|
||||
| test.cpp:7:8:7:16 | definition of composite<B> |
|
||||
| test.cpp:8:24:8:29 | TupleT |
|
||||
| test.cpp:8:24:8:29 | definition of TupleT |
|
||||
| test.cpp:9:10:9:10 | definition of eval |
|
||||
| test.cpp:9:10:9:10 | eval |
|
||||
| test.cpp:9:10:9:13 | declaration of eval |
|
||||
| test.cpp:9:10:9:13 | definition of eval |
|
||||
| test.cpp:9:10:9:13 | eval |
|
||||
| test.cpp:9:10:9:13 | eval |
|
||||
| test.cpp:9:10:9:13 | eval |
|
||||
| test.cpp:9:22:9:25 | args |
|
||||
| test.cpp:9:22:9:25 | args |
|
||||
| test.cpp:9:22:9:25 | args |
|
||||
| test.cpp:9:22:9:25 | declaration of args |
|
||||
| test.cpp:9:22:9:25 | definition of args |
|
||||
| test.cpp:9:22:9:25 | definition of args |
|
||||
| test.cpp:9:28:9:30 | { ... } |
|
||||
| test.cpp:9:28:9:30 | { ... } |
|
||||
| test.cpp:9:30:9:30 | return ... |
|
||||
| test.cpp:9:30:9:30 | return ... |
|
||||
| test.cpp:12:1:12:19 | #include "header.h" |
|
||||
| test.cpp:14:20:14:26 | ActionT |
|
||||
| test.cpp:14:20:14:26 | ActionT |
|
||||
| test.cpp:14:20:14:26 | definition of ActionT |
|
||||
| test.cpp:15:7:15:7 | Unknown literal |
|
||||
| test.cpp:15:7:15:7 | action |
|
||||
@@ -289,9 +297,10 @@
|
||||
| test.cpp:15:7:15:12 | action<ActionT> |
|
||||
| test.cpp:15:7:15:12 | action<actor1<composite<int>>> |
|
||||
| test.cpp:15:7:15:12 | definition of action<ActionT> |
|
||||
| test.cpp:17:10:17:10 | definition of eparse |
|
||||
| test.cpp:17:10:17:10 | eparse |
|
||||
| test.cpp:17:10:17:15 | definition of eparse |
|
||||
| test.cpp:17:10:17:15 | eparse |
|
||||
| test.cpp:17:10:17:15 | eparse |
|
||||
| test.cpp:17:19:20:5 | { ... } |
|
||||
| test.cpp:17:19:20:5 | { ... } |
|
||||
| test.cpp:18:9:18:17 | declaration |
|
||||
@@ -327,10 +336,13 @@
|
||||
| test.cpp:26:7:26:10 | definition of rule |
|
||||
| test.cpp:26:7:26:10 | rule |
|
||||
| test.cpp:28:28:28:34 | ParserT |
|
||||
| test.cpp:28:28:28:34 | ParserT |
|
||||
| test.cpp:28:28:28:34 | definition of ParserT |
|
||||
| test.cpp:29:9:29:9 | definition of rule |
|
||||
| test.cpp:29:9:29:9 | rule |
|
||||
| test.cpp:29:9:29:12 | definition of rule |
|
||||
| test.cpp:29:9:29:12 | rule |
|
||||
| test.cpp:29:9:29:12 | rule |
|
||||
| test.cpp:29:22:29:22 | definition of p |
|
||||
| test.cpp:29:22:29:22 | definition of p |
|
||||
| test.cpp:29:22:29:22 | p |
|
||||
| test.cpp:29:22:29:22 | p |
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | long |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | short |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | long |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | short |
|
||||
| isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method | FunctionTemplateInstantiation | file://:0:0:0:0 | short |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | long |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | short |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | long |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function | FunctionTemplateInstantiation | file://:0:0:0:0 | short |
|
||||
| isfromtemplateinstantiation.cpp:38:26:38:26 | a_template_method | FunctionTemplateInstantiation | file://:0:0:0:0 | short |
|
||||
| isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> | ClassTemplateInstantiation | file://:0:0:0:0 | char |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | FunctionTemplateInstantiation | file://:0:0:0:0 | long |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:26 | b_template_method | FunctionTemplateInstantiation | file://:0:0:0:0 | long |
|
||||
| isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> | ClassTemplateInstantiation | file://:0:0:0:0 | int |
|
||||
| isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> | ClassTemplateInstantiation | file://:0:0:0:0 | long * |
|
||||
| isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<int> | ClassTemplateInstantiation | file://:0:0:0:0 | int |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> | ClassTemplateInstantiation | file://:0:0:0:0 | long |
|
||||
| load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> | ClassTemplateInstantiation | load.cpp:3:7:3:24 | std_istream_mockup |
|
||||
| load.cpp:22:10:22:13 | load | FunctionTemplateInstantiation | file://:0:0:0:0 | short |
|
||||
|
||||
@@ -1,67 +1,78 @@
|
||||
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:27 | call to inner_template_function | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:27 | call to inner_template_function | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:39:2:40:2 | { ... } | isfromtemplateinstantiation.cpp:38:26:38:42 | normal_class::a_template_method<short>() |
|
||||
| isfromtemplateinstantiation.cpp:40:2:40:2 | return ... | isfromtemplateinstantiation.cpp:38:26:38:42 | normal_class::a_template_method<short>() |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | definition of inner_template_function | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | definition of inner_template_function | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:14:2:14:5 | declaration | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | definition of t | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:14:4:14:4 | t | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:2 | t | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:4 | ... ++ | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:16:2:16:5 | ExprStmt | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | definition of outer_template_function | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | definition of outer_template_function | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:2:21:11 | declaration | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | definition of i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:6:21:6 | i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | 0 | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:21:9:21:10 | initializer for i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:9 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:27 | call to inner_template_function | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:27 | call to inner_template_function | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:25:2:25:30 | ExprStmt | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<long>() |
|
||||
| isfromtemplateinstantiation.cpp:26:1:26:1 | return ... | isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function<short>() |
|
||||
| isfromtemplateinstantiation.cpp:38:26:38:26 | definition of a_template_method | isfromtemplateinstantiation.cpp:38:26:38:26 | normal_class::a_template_method<short>() |
|
||||
| isfromtemplateinstantiation.cpp:39:2:40:2 | { ... } | isfromtemplateinstantiation.cpp:38:26:38:26 | normal_class::a_template_method<short>() |
|
||||
| isfromtemplateinstantiation.cpp:40:2:40:2 | return ... | isfromtemplateinstantiation.cpp:38:26:38:26 | normal_class::a_template_method<short>() |
|
||||
| isfromtemplateinstantiation.cpp:44:26:44:26 | declaration of operator= | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:44:26:44:26 | declaration of operator= | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:44:26:44:26 | template_class<char>::operator=(const template_class<char> &) | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:44:26:44:26 | template_class<char>::operator=(template_class<char> &&) | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:46:4:46:4 | definition of t | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:46:4:46:4 | t | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:49:7:49:14 | template_class<char>::b_method() | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:49:7:49:7 | definition of b_method | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:49:7:49:7 | definition of b_method | isfromtemplateinstantiation.cpp:49:7:49:7 | template_class<char>::b_method() |
|
||||
| isfromtemplateinstantiation.cpp:49:7:49:7 | template_class<char>::b_method() | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | isfromtemplateinstantiation.cpp:49:7:49:14 | template_class<char>::b_method() |
|
||||
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | isfromtemplateinstantiation.cpp:49:7:49:7 | template_class<char>::b_method() |
|
||||
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | isfromtemplateinstantiation.cpp:49:7:49:14 | template_class<char>::b_method() |
|
||||
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | isfromtemplateinstantiation.cpp:49:7:49:7 | template_class<char>::b_method() |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:26 | definition of b_template_method | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:26 | definition of b_template_method | isfromtemplateinstantiation.cpp:53:26:53:26 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:26 | template_class<char>::b_template_method<long>(long) | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:42 | declaration of b_template_method | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:42 | template_class<char>::b_template_method<U>(U) | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:42 | template_class<char>::b_template_method<long>(long) | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | U u | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | declaration of u | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | isfromtemplateinstantiation.cpp:53:26:53:26 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | long u | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | long u | isfromtemplateinstantiation.cpp:53:26:53:42 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | long u | isfromtemplateinstantiation.cpp:53:26:53:26 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:54:2:55:2 | { ... } | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:54:2:55:2 | { ... } | isfromtemplateinstantiation.cpp:53:26:53:42 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:54:2:55:2 | { ... } | isfromtemplateinstantiation.cpp:53:26:53:26 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:55:2:55:2 | return ... | isfromtemplateinstantiation.cpp:44:26:44:39 | template_class<char> |
|
||||
| isfromtemplateinstantiation.cpp:55:2:55:2 | return ... | isfromtemplateinstantiation.cpp:53:26:53:42 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:55:2:55:2 | return ... | isfromtemplateinstantiation.cpp:53:26:53:26 | template_class<char>::b_template_method<long>(long) |
|
||||
| isfromtemplateinstantiation.cpp:77:26:77:26 | AnotherTemplateClass<int>::operator=(AnotherTemplateClass<int> &&) | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:77:26:77:26 | AnotherTemplateClass<int>::operator=(const AnotherTemplateClass<int> &) | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:77:26:77:26 | AnotherTemplateClass<long *>::operator=(AnotherTemplateClass<long *> &&) | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> |
|
||||
@@ -86,32 +97,33 @@
|
||||
| isfromtemplateinstantiation.cpp:86:16:86:16 | definition of l | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:86:16:86:16 | l | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:90:3:90:18 | MyClassEnumConst | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:7:93:15 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:7:93:7 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:7:93:7 | definition of myMethod1 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:7:93:7 | definition of myMethod1 | isfromtemplateinstantiation.cpp:93:7:93:7 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | MyClassEnum mce1 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | MyClassEnum mce1 | isfromtemplateinstantiation.cpp:93:7:93:15 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | MyClassEnum mce1 | isfromtemplateinstantiation.cpp:93:7:93:7 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | isfromtemplateinstantiation.cpp:93:7:93:7 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:36:93:51 | MyClassEnumConst | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:36:93:51 | MyClassEnumConst | isfromtemplateinstantiation.cpp:93:7:93:15 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:36:93:51 | MyClassEnumConst | isfromtemplateinstantiation.cpp:93:7:93:7 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | isfromtemplateinstantiation.cpp:93:7:93:15 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | isfromtemplateinstantiation.cpp:93:7:93:7 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | isfromtemplateinstantiation.cpp:93:7:93:15 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | isfromtemplateinstantiation.cpp:93:7:93:7 | AnotherTemplateClass<int>::myMethod1(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:94:29:94:32 | definition of mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:94:29:94:32 | definition of mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:94:36:94:51 | MyClassEnumConst | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:94:36:94:51 | MyClassEnumConst | isfromtemplateinstantiation.cpp:97:25:97:60 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:94:36:94:51 | MyClassEnumConst | isfromtemplateinstantiation.cpp:97:52:97:52 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | MyClassEnum mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | MyClassEnum mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | MyClassEnum mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:97:25:97:60 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:97:52:97:52 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<int> |
|
||||
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:97:25:97:60 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:97:52:97:52 | AnotherTemplateClass<int>::myMethod2(MyClassEnum) |
|
||||
| isfromtemplateinstantiation.cpp:110:3:110:3 | definition of var_template | isfromtemplateinstantiation.cpp:110:3:110:3 | var_template |
|
||||
| isfromtemplateinstantiation.cpp:129:6:129:6 | AnotherTemplateClass<long *>::f() | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> |
|
||||
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> |
|
||||
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | isfromtemplateinstantiation.cpp:129:6:129:6 | AnotherTemplateClass<long *>::f() |
|
||||
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> |
|
||||
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | isfromtemplateinstantiation.cpp:129:6:129:6 | AnotherTemplateClass<long *>::f() |
|
||||
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> |
|
||||
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | isfromtemplateinstantiation.cpp:129:6:129:6 | AnotherTemplateClass<long *>::f() |
|
||||
| isfromtemplateinstantiation.cpp:134:29:134:29 | Outer<int>::operator=(Outer<int> &&) | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<int> |
|
||||
| isfromtemplateinstantiation.cpp:134:29:134:29 | Outer<int>::operator=(const Outer<int> &) | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<int> |
|
||||
| isfromtemplateinstantiation.cpp:134:29:134:29 | declaration of operator= | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<int> |
|
||||
@@ -120,6 +132,8 @@
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:31 | Outer<T>::Inner<long>::operator=(const Inner<long> &) | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:31 | declaration of operator= | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:31 | declaration of operator= | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<int> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | declaration of Inner<U> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<int> |
|
||||
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> |
|
||||
| isfromtemplateinstantiation.cpp:136:7:136:7 | x | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> |
|
||||
| isfromtemplateinstantiation.cpp:137:7:137:7 | definition of y | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> |
|
||||
@@ -132,78 +146,7 @@
|
||||
| load.cpp:13:7:13:7 | definition of operator= | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:15:14:15:15 | definition of is | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:15:14:15:15 | is | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:18:36:18:42 | std_istream_mockup & isParam | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:18:36:18:42 | std_istream_mockup & isParam | load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) |
|
||||
| load.cpp:19:11:19:21 | constructor init of field is | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:19:11:19:21 | constructor init of field is | load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) |
|
||||
| load.cpp:19:14:19:20 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:19:14:19:20 | (reference dereference) | load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) |
|
||||
| load.cpp:19:14:19:20 | (reference to) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:19:14:19:20 | (reference to) | load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) |
|
||||
| load.cpp:19:14:19:20 | isParam | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:19:14:19:20 | isParam | load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) |
|
||||
| load.cpp:19:23:19:24 | { ... } | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:19:23:19:24 | { ... } | load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) |
|
||||
| load.cpp:19:24:19:24 | return ... | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:19:24:19:24 | return ... | load.cpp:18:5:18:25 | basic_text_iprimitive<std_istream_mockup>::basic_text_iprimitive(std_istream_mockup &) |
|
||||
| load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<T>(T &) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:22:10:22:13 | declaration of load | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:22:19:22:19 | T & t | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:22:19:22:19 | declaration of t | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:22:19:22:19 | short & t | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:22:19:22:19 | short & t | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:23:5:25:5 | { ... } | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:23:5:25:5 | { ... } | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:9:24:10 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:9:24:10 | (reference dereference) | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:9:24:10 | is | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:9:24:10 | is | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:9:24:16 | ExprStmt | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:9:24:16 | ExprStmt | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:12:24:12 | call to operator>> | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:12:24:12 | call to operator>> | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:12:24:16 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:12:24:16 | (reference dereference) | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:15:24:15 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:15:24:15 | (reference dereference) | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:15:24:15 | (reference to) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:15:24:15 | (reference to) | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:24:15:24:15 | t | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:24:15:24:15 | t | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:25:5:25:5 | return ... | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:25:5:25:5 | return ... | load.cpp:22:10:22:13 | basic_text_iprimitive<std_istream_mockup>::load<short>(short &) |
|
||||
| load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:27:22:27:22 | char & t | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:27:22:27:22 | char & t | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:28:5:32:5 | { ... } | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:28:5:32:5 | { ... } | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:29:9:29:20 | declaration | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:29:9:29:20 | declaration | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:29:19:29:19 | definition of i | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:29:19:29:19 | definition of i | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:29:19:29:19 | i | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:29:19:29:19 | i | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:30:9:30:12 | call to load | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:30:9:30:12 | call to load | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:30:9:30:16 | ExprStmt | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:30:9:30:16 | ExprStmt | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:30:14:30:14 | (reference to) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:30:14:30:14 | (reference to) | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:30:14:30:14 | i | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:30:14:30:14 | i | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:31:9:31:9 | (reference dereference) | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:31:9:31:9 | (reference dereference) | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:31:9:31:9 | t | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:31:9:31:9 | t | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:31:9:31:13 | ... = ... | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:31:9:31:13 | ... = ... | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:31:9:31:14 | ExprStmt | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:31:9:31:14 | ExprStmt | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:31:13:31:13 | (char)... | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:31:13:31:13 | (char)... | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:31:13:31:13 | i | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:31:13:31:13 | i | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
| load.cpp:32:5:32:5 | return ... | load.cpp:13:7:13:27 | basic_text_iprimitive<std_istream_mockup> |
|
||||
| load.cpp:32:5:32:5 | return ... | load.cpp:27:10:27:13 | basic_text_iprimitive<std_istream_mockup>::load(char &) |
|
||||
|
||||
@@ -1,13 +1,9 @@
|
||||
isFromUninstantiatedTemplate
|
||||
| file://:0:0:0:0 | 0 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| file://:0:0:0:0 | 0 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| file://:0:0:0:0 | (int)... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| file://:0:0:0:0 | (int)... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| file://:0:0:0:0 | Inner<U> | file://:0:0:0:0 | Inner<U> |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| file://:0:0:0:0 | initializer for MyClassEnumConst | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| file://:0:0:0:0 | initializer for MyClassEnumConst | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| file://:0:0:0:0 | p#0 | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| file://:0:0:0:0 | p#0 | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| file://:0:0:0:0 | this | load.cpp:13:7:13:27 | basic_text_iprimitive<IStream> |
|
||||
@@ -100,20 +96,37 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 |
|
||||
| isfromtemplateinstantiation.cpp:94:7:94:15 | declaration of myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:94:7:94:15 | declaration of myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:94:7:94:15 | declaration of myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:94:29:94:32 | declaration of mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:94:29:94:32 | declaration of mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:94:29:94:32 | declaration of mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | definition of myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:77:26:77:45 | AnotherTemplateClass<T> |
|
||||
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:99:1:99:1 | return ... | isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 |
|
||||
| isfromtemplateinstantiation.cpp:110:15:110:15 | definition of var_template | isfromtemplateinstantiation.cpp:110:15:110:15 | var_template |
|
||||
| isfromtemplateinstantiation.cpp:110:15:110:15 | var_template | isfromtemplateinstantiation.cpp:110:15:110:15 | var_template |
|
||||
| isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> | isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> |
|
||||
@@ -136,7 +149,9 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:31 | operator= | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | declaration of Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | definition of Inner<U> | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | definition of Inner<U> | isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> |
|
||||
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | isfromtemplateinstantiation.cpp:134:29:134:33 | Outer<T> |
|
||||
@@ -257,9 +272,11 @@ isFromUninstantiatedTemplate
|
||||
| load.cpp:32:5:32:5 | return ... | load.cpp:27:10:27:13 | load |
|
||||
#select
|
||||
| isfromtemplateinstantiation.cpp:4:6:4:20 | normal_function | | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | definition of inner_template_function | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | definition of inner_template_function | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:24 | inner_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:12:24:12:46 | inner_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:13:1:17:1 | { ... } | I | | Stmt | |
|
||||
@@ -284,9 +301,11 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:17:1:17:1 | return ... | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | definition of outer_template_function | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | definition of outer_template_function | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:24 | outer_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:19:24:19:46 | outer_template_function | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:20:1:26:1 | { ... } | I | | Stmt | |
|
||||
@@ -308,6 +327,9 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | | T | Expr | |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | I | | Expr | |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | ... ++ | I | | Expr | |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | A_MACRO | | | other | |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | A_MACRO | | | other | |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | A_MACRO | | | other | |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | | T | Expr | Not ref |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | I | | Expr | Not ref |
|
||||
| isfromtemplateinstantiation.cpp:23:2:23:8 | i | I | | Expr | Not ref |
|
||||
@@ -329,8 +351,8 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:29:7:29:7 | operator= | | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:29:7:29:18 | normal_class | | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:34:7:34:14 | a_method | | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:38:26:38:26 | a_template_method | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:38:26:38:42 | a_template_method | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:39:2:40:2 | { ... } | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:39:2:40:2 | { ... } | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:40:2:40:2 | return ... | | T | Stmt | |
|
||||
@@ -345,15 +367,17 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:46:4:46:4 | definition of t | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:46:4:46:4 | t | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:46:4:46:4 | t | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:49:7:49:7 | b_method | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:49:7:49:14 | b_method | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:49:7:49:14 | b_method | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:50:2:51:2 | { ... } | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:51:2:51:2 | return ... | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:26 | b_template_method | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:53:26:53:42 | b_template_method | I | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | | T | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | definition of u | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:53:46:53:46 | u | I | T | Declaration | |
|
||||
@@ -390,8 +414,10 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:86:16:86:16 | l | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:90:3:90:18 | MyClassEnumConst | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:90:3:90:18 | MyClassEnumConst | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:93:7:93:7 | myMethod1 | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:93:7:93:15 | myMethod1 | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | | T | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | definition of mce1 | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | mce1 | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:93:29:93:32 | mce1 | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:93:54:93:55 | { ... } | | T | Stmt | |
|
||||
@@ -399,7 +425,12 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:93:55:93:55 | return ... | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:97:25:97:60 | myMethod2 | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | | T | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | definition of myMethod2 | I | | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:97:52:97:52 | myMethod2 | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | | T | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | definition of mce2 | | T | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:97:74:97:77 | mce2 | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:98:1:99:1 | { ... } | | T | Stmt | |
|
||||
@@ -417,13 +448,6 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<T *> | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:128:7:128:30 | AnotherTemplateClass<long *> | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:129:6:129:6 | f | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:129:6:129:6 | f | I | | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:129:10:129:22 | { ... } | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | | T | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:129:12:129:20 | return ... | I | | Stmt | |
|
||||
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | | T | Expr | |
|
||||
| isfromtemplateinstantiation.cpp:129:19:129:19 | 1 | I | | Expr | |
|
||||
| isfromtemplateinstantiation.cpp:134:29:134:29 | declaration of operator= | I | | DeclarationEntry | |
|
||||
| isfromtemplateinstantiation.cpp:134:29:134:29 | declaration of operator= | I | | DeclarationEntry | |
|
||||
| isfromtemplateinstantiation.cpp:134:29:134:29 | operator= | I | | Declaration | |
|
||||
@@ -435,6 +459,7 @@ isFromUninstantiatedTemplate
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:31 | operator= | I | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:31 | operator= | I | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<U> | I | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:135:31:135:35 | Inner<long> | I | T | Declaration | |
|
||||
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | | T | Definition | |
|
||||
| isfromtemplateinstantiation.cpp:136:7:136:7 | definition of x | I | T | Definition | |
|
||||
@@ -472,72 +497,19 @@ isFromUninstantiatedTemplate
|
||||
| load.cpp:15:14:15:15 | is | | T | Declaration | |
|
||||
| load.cpp:15:14:15:15 | is | I | | Declaration | |
|
||||
| load.cpp:18:5:18:25 | basic_text_iprimitive | | T | Declaration | |
|
||||
| load.cpp:18:5:18:25 | basic_text_iprimitive | I | | Declaration | |
|
||||
| load.cpp:18:36:18:42 | isParam | | T | Declaration | |
|
||||
| load.cpp:18:36:18:42 | isParam | I | | Declaration | |
|
||||
| load.cpp:19:11:19:21 | constructor init of field is | | T | Expr | |
|
||||
| load.cpp:19:11:19:21 | constructor init of field is | I | | Expr | |
|
||||
| load.cpp:19:14:19:20 | (reference dereference) | | T | Expr | |
|
||||
| load.cpp:19:14:19:20 | (reference dereference) | I | | Expr | |
|
||||
| load.cpp:19:14:19:20 | (reference to) | | T | Expr | |
|
||||
| load.cpp:19:14:19:20 | (reference to) | I | | Expr | |
|
||||
| load.cpp:19:14:19:20 | isParam | | T | Expr | Ref |
|
||||
| load.cpp:19:14:19:20 | isParam | I | | Expr | Ref |
|
||||
| load.cpp:19:23:19:24 | { ... } | | T | Stmt | |
|
||||
| load.cpp:19:23:19:24 | { ... } | I | | Stmt | |
|
||||
| load.cpp:19:24:19:24 | return ... | | T | Stmt | |
|
||||
| load.cpp:19:24:19:24 | return ... | I | | Stmt | |
|
||||
| load.cpp:22:10:22:13 | load | | T | Declaration | |
|
||||
| load.cpp:22:10:22:13 | load | I | | Declaration | |
|
||||
| load.cpp:22:10:22:13 | load | I | T | Declaration | |
|
||||
| load.cpp:22:19:22:19 | t | | T | Declaration | |
|
||||
| load.cpp:22:19:22:19 | t | I | | Declaration | |
|
||||
| load.cpp:22:19:22:19 | t | I | T | Declaration | |
|
||||
| load.cpp:23:5:25:5 | { ... } | | T | Stmt | |
|
||||
| load.cpp:23:5:25:5 | { ... } | I | | Stmt | |
|
||||
| load.cpp:24:9:24:10 | (reference dereference) | | T | Expr | |
|
||||
| load.cpp:24:9:24:10 | (reference dereference) | I | | Expr | |
|
||||
| load.cpp:24:9:24:10 | is | | T | Expr | Not ref |
|
||||
| load.cpp:24:9:24:10 | is | I | | Expr | Not ref |
|
||||
| load.cpp:24:9:24:16 | ExprStmt | | T | Stmt | |
|
||||
| load.cpp:24:9:24:16 | ExprStmt | I | | Stmt | |
|
||||
| load.cpp:24:15:24:15 | (reference dereference) | | T | Expr | |
|
||||
| load.cpp:24:15:24:15 | (reference dereference) | I | | Expr | |
|
||||
| load.cpp:24:15:24:15 | (reference to) | I | | Expr | |
|
||||
| load.cpp:24:15:24:15 | t | | T | Expr | Not ref |
|
||||
| load.cpp:24:15:24:15 | t | I | | Expr | Ref |
|
||||
| load.cpp:25:5:25:5 | return ... | | T | Stmt | |
|
||||
| load.cpp:25:5:25:5 | return ... | I | | Stmt | |
|
||||
| load.cpp:27:10:27:13 | load | | T | Declaration | |
|
||||
| load.cpp:27:10:27:13 | load | I | | Declaration | |
|
||||
| load.cpp:27:22:27:22 | t | | T | Declaration | |
|
||||
| load.cpp:27:22:27:22 | t | I | | Declaration | |
|
||||
| load.cpp:28:5:32:5 | { ... } | | T | Stmt | |
|
||||
| load.cpp:28:5:32:5 | { ... } | I | | Stmt | |
|
||||
| load.cpp:29:9:29:20 | declaration | | T | Stmt | |
|
||||
| load.cpp:29:9:29:20 | declaration | I | | Stmt | |
|
||||
| load.cpp:29:19:29:19 | definition of i | | T | Definition | |
|
||||
| load.cpp:29:19:29:19 | definition of i | I | | Definition | |
|
||||
| load.cpp:29:19:29:19 | i | | T | Declaration | |
|
||||
| load.cpp:29:19:29:19 | i | I | | Declaration | |
|
||||
| load.cpp:30:9:30:12 | Unknown literal | | T | Expr | |
|
||||
| load.cpp:30:9:30:12 | call to load | I | | Expr | |
|
||||
| load.cpp:30:9:30:16 | ExprStmt | | T | Stmt | |
|
||||
| load.cpp:30:9:30:16 | ExprStmt | I | | Stmt | |
|
||||
| load.cpp:30:14:30:14 | (reference to) | I | | Expr | |
|
||||
| load.cpp:30:14:30:14 | i | | T | Expr | Not ref |
|
||||
| load.cpp:30:14:30:14 | i | I | | Expr | Ref |
|
||||
| load.cpp:31:9:31:9 | (reference dereference) | | T | Expr | |
|
||||
| load.cpp:31:9:31:9 | (reference dereference) | I | | Expr | |
|
||||
| load.cpp:31:9:31:9 | t | | T | Expr | Not ref |
|
||||
| load.cpp:31:9:31:9 | t | I | | Expr | Not ref |
|
||||
| load.cpp:31:9:31:13 | ... = ... | | T | Expr | |
|
||||
| load.cpp:31:9:31:13 | ... = ... | I | | Expr | |
|
||||
| load.cpp:31:9:31:14 | ExprStmt | | T | Stmt | |
|
||||
| load.cpp:31:9:31:14 | ExprStmt | I | | Stmt | |
|
||||
| load.cpp:31:13:31:13 | (char)... | | T | Expr | |
|
||||
| load.cpp:31:13:31:13 | (char)... | I | | Expr | |
|
||||
| load.cpp:31:13:31:13 | i | | T | Expr | Not ref |
|
||||
| load.cpp:31:13:31:13 | i | I | | Expr | Not ref |
|
||||
| load.cpp:32:5:32:5 | return ... | | T | Stmt | |
|
||||
| load.cpp:32:5:32:5 | return ... | I | | Stmt | |
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
| test.cpp:13:3:20:3 | switch (...) ... | 3 |
|
||||
| test.cpp:13:3:20:3 | switch (...) ... | 3 |
|
||||
|
||||
@@ -19,11 +19,14 @@
|
||||
| file://:0:0:0:0 | __int128 |
|
||||
| file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | __va_list_tag & |
|
||||
| file://:0:0:0:0 | __va_list_tag && |
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | bool |
|
||||
| file://:0:0:0:0 | char |
|
||||
| file://:0:0:0:0 | char16_t |
|
||||
| file://:0:0:0:0 | char32_t |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & |
|
||||
| file://:0:0:0:0 | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | double |
|
||||
| file://:0:0:0:0 | error |
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
| file://:0:0:0:0 | __int128 | 16 |
|
||||
| file://:0:0:0:0 | __va_list_tag | 24 |
|
||||
| file://:0:0:0:0 | __va_list_tag & | 8 |
|
||||
| file://:0:0:0:0 | __va_list_tag && | 8 |
|
||||
| file://:0:0:0:0 | auto | <none> |
|
||||
| file://:0:0:0:0 | bool | 1 |
|
||||
| file://:0:0:0:0 | char | 1 |
|
||||
@@ -54,6 +55,8 @@
|
||||
| file://:0:0:0:0 | const StructWithDef & | 8 |
|
||||
| file://:0:0:0:0 | const UnionWithDef | 4 |
|
||||
| file://:0:0:0:0 | const UnionWithDef & | 8 |
|
||||
| file://:0:0:0:0 | const __va_list_tag | 24 |
|
||||
| file://:0:0:0:0 | const __va_list_tag & | 8 |
|
||||
| file://:0:0:0:0 | const char | 1 |
|
||||
| file://:0:0:0:0 | const char * | 8 |
|
||||
| file://:0:0:0:0 | const char *const | 8 |
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
| file://:0:0:0:0 | (global namespace) | ODASA-6095-B.hpp:4:8:4:18 | MyTemplate2<X> |
|
||||
| file://:0:0:0:0 | (global namespace) | ODASA-6095-B.hpp:4:8:4:18 | MyTemplate2<char> |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | __va_list_tag |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | (global namespace) | file://:0:0:0:0 | operator= |
|
||||
| file://:0:0:0:0 | (global namespace) | typedefs.cpp:6:6:6:7 | f1 |
|
||||
| file://:0:0:0:0 | (global namespace) | typedefs.cpp:12:7:12:7 | A |
|
||||
| file://:0:0:0:0 | (global namespace) | typedefs.cpp:26:7:26:7 | B |
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
| file://:0:0:0:0 | fp_offset | | file://:0:0:0:0 | unsigned int | IntType |
|
||||
| file://:0:0:0:0 | gp_offset | | file://:0:0:0:0 | unsigned int | IntType |
|
||||
| file://:0:0:0:0 | overflow_arg_area | | file://:0:0:0:0 | void * | PointerType, VoidPointerType, base: void |
|
||||
| file://:0:0:0:0 | p#0 | Parameter | file://:0:0:0:0 | __va_list_tag && | ReferenceType, base: __va_list_tag |
|
||||
| file://:0:0:0:0 | p#0 | Parameter | file://:0:0:0:0 | const __va_list_tag & | ReferenceType, base: const __va_list_tag |
|
||||
| file://:0:0:0:0 | reg_save_area | | file://:0:0:0:0 | void * | PointerType, VoidPointerType, base: void |
|
||||
| types.cpp:1:12:1:12 | i | | file://:0:0:0:0 | int | IntType |
|
||||
| types.cpp:3:11:3:11 | c | isConst | file://:0:0:0:0 | const int | base: int, isConst |
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
| file://:0:0:0:0 | char32_t | Other |
|
||||
| file://:0:0:0:0 | const | Other |
|
||||
| file://:0:0:0:0 | decltype(nullptr) | Other |
|
||||
| file://:0:0:0:0 | definition of __va_list_tag | Other |
|
||||
| file://:0:0:0:0 | definition of fp_offset | Other |
|
||||
| file://:0:0:0:0 | definition of gp_offset | Other |
|
||||
| file://:0:0:0:0 | definition of overflow_arg_area | Other |
|
||||
|
||||
@@ -20,11 +20,14 @@
|
||||
| file://:0:0:0:0 | __float128 | __float128 |
|
||||
| file://:0:0:0:0 | __int128 | __int128 |
|
||||
| file://:0:0:0:0 | __va_list_tag & | __va_list_tag & |
|
||||
| file://:0:0:0:0 | __va_list_tag && | __va_list_tag && |
|
||||
| file://:0:0:0:0 | auto | auto |
|
||||
| file://:0:0:0:0 | bool | bool |
|
||||
| file://:0:0:0:0 | char | char |
|
||||
| file://:0:0:0:0 | char16_t | char16_t |
|
||||
| file://:0:0:0:0 | char32_t | char32_t |
|
||||
| file://:0:0:0:0 | const __va_list_tag | __va_list_tag |
|
||||
| file://:0:0:0:0 | const __va_list_tag & | __va_list_tag & |
|
||||
| file://:0:0:0:0 | decltype(nullptr) | decltype(nullptr) |
|
||||
| file://:0:0:0:0 | double | double |
|
||||
| file://:0:0:0:0 | error | error |
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
| file://:0:0:0:0 | fp_offset | unsigned int | unsigned int |
|
||||
| file://:0:0:0:0 | gp_offset | unsigned int | unsigned int |
|
||||
| file://:0:0:0:0 | overflow_arg_area | pointer to {void} | pointer to {void} |
|
||||
| file://:0:0:0:0 | p#0 | reference to {const {struct __va_list_tag}} | reference to {const {struct __va_list_tag}} |
|
||||
| file://:0:0:0:0 | p#0 | rvalue reference to {struct __va_list_tag} | rvalue reference to {struct __va_list_tag} |
|
||||
| file://:0:0:0:0 | reg_save_area | pointer to {void} | pointer to {void} |
|
||||
| unspecified_type.cpp:2:5:2:7 | vv1 | int | int |
|
||||
| unspecified_type.cpp:3:11:3:13 | vv2 | const {int} | int |
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
| file://:0:0:0:0 | fp_offset | unsigned int | unsigned int |
|
||||
| file://:0:0:0:0 | gp_offset | unsigned int | unsigned int |
|
||||
| file://:0:0:0:0 | overflow_arg_area | pointer to {void} | pointer to {void} |
|
||||
| file://:0:0:0:0 | p#0 | reference to {const {struct __va_list_tag}} | reference to {struct __va_list_tag} |
|
||||
| file://:0:0:0:0 | p#0 | rvalue reference to {struct __va_list_tag} | rvalue reference to {struct __va_list_tag} |
|
||||
| file://:0:0:0:0 | reg_save_area | pointer to {void} | pointer to {void} |
|
||||
| unspecified_type.cpp:2:5:2:7 | vv1 | int | int |
|
||||
| unspecified_type.cpp:3:11:3:13 | vv2 | const {int} | int |
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
| __int128 | Int128Type | | | | |
|
||||
| __va_list_tag | DirectAccessHolder, MetricClass, Struct, StructLikeClass | | | | |
|
||||
| __va_list_tag & | LValueReferenceType | | __va_list_tag | | |
|
||||
| __va_list_tag && | RValueReferenceType | | __va_list_tag | | |
|
||||
| address | DirectAccessHolder, MetricClass, Struct, StructLikeClass | | | | |
|
||||
| address & | LValueReferenceType | | address | | |
|
||||
| address && | RValueReferenceType | | address | | |
|
||||
@@ -41,6 +42,8 @@
|
||||
| char[10] | ArrayType | char | char | | |
|
||||
| char[53] | ArrayType | char | char | | |
|
||||
| char[] | ArrayType | char | char | | |
|
||||
| const __va_list_tag | SpecifiedType | | __va_list_tag | | |
|
||||
| const __va_list_tag & | LValueReferenceType | | const __va_list_tag | | |
|
||||
| const address | SpecifiedType | | address | | |
|
||||
| const address & | LValueReferenceType | | const address | | |
|
||||
| const char | SpecifiedType | | char | | |
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
| file://:0:0:0:0 | fp_offset | file://:0:0:0:0 | unsigned int | Field | | |
|
||||
| file://:0:0:0:0 | gp_offset | file://:0:0:0:0 | unsigned int | Field | | |
|
||||
| file://:0:0:0:0 | overflow_arg_area | file://:0:0:0:0 | void * | Field | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | __va_list_tag && | SemanticStackVariable | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | __va_list_tag && | StackVariable | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | address && | SemanticStackVariable | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | address && | StackVariable | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const __va_list_tag & | SemanticStackVariable | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const __va_list_tag & | StackVariable | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const address & | SemanticStackVariable | | |
|
||||
| file://:0:0:0:0 | p#0 | file://:0:0:0:0 | const address & | StackVariable | | |
|
||||
| file://:0:0:0:0 | reg_save_area | file://:0:0:0:0 | void * | Field | | |
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
| file://:0:0:0:0 | fp_offset | fp_offset | file://:0:0:0:0 | unsigned int | 4 |
|
||||
| file://:0:0:0:0 | gp_offset | gp_offset | file://:0:0:0:0 | unsigned int | 4 |
|
||||
| file://:0:0:0:0 | overflow_arg_area | overflow_arg_area | file://:0:0:0:0 | void * | 8 |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | file://:0:0:0:0 | __attribute((vector_size(16))) double | 16 |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | file://:0:0:0:0 | __attribute((vector_size(16))) float | 16 |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | file://:0:0:0:0 | __va_list_tag && | 8 |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | file://:0:0:0:0 | const __va_list_tag & | 8 |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | file://:0:0:0:0 | double * | 8 |
|
||||
| file://:0:0:0:0 | p#0 | p#0 | file://:0:0:0:0 | float * | 8 |
|
||||
| file://:0:0:0:0 | p#1 | p#1 | file://:0:0:0:0 | __attribute((vector_size(16))) double | 16 |
|
||||
| file://:0:0:0:0 | p#1 | p#1 | file://:0:0:0:0 | __attribute((vector_size(16))) double | 16 |
|
||||
| file://:0:0:0:0 | p#1 | p#1 | file://:0:0:0:0 | __attribute((vector_size(16))) float | 16 |
|
||||
| file://:0:0:0:0 | p#1 | p#1 | file://:0:0:0:0 | __attribute((vector_size(16))) float | 16 |
|
||||
| file://:0:0:0:0 | p#2 | p#2 | file://:0:0:0:0 | char | 1 |
|
||||
| file://:0:0:0:0 | reg_save_area | reg_save_area | file://:0:0:0:0 | void * | 8 |
|
||||
| vector_types.cpp:9:21:9:21 | x | x | vector_types.cpp:6:15:6:17 | v4f | 16 |
|
||||
| vector_types.cpp:14:18:14:20 | lhs | lhs | vector_types.cpp:6:15:6:17 | v4f | 16 |
|
||||
|
||||
@@ -1,149 +1,149 @@
|
||||
| Base::Base | false | 137 | 137 | Base |
|
||||
| Base::Base | false | 140 | 140 | return ... |
|
||||
| Base::Base | false | 142 | 142 | { ... } |
|
||||
| Base::Base | false | 156 | 156 | Base |
|
||||
| Base::Base | false | 158 | 158 | Base |
|
||||
| Base::Base | true | 140 | 137 | |
|
||||
| Base::Base | true | 142 | 140 | |
|
||||
| Base::Base_f | false | 80 | 80 | Base_f |
|
||||
| Base::Base_f | false | 86 | 86 | call to f |
|
||||
| Base::Base_f | false | 89 | 89 | this |
|
||||
| Base::Base_f | false | 90 | 90 | initializer for i |
|
||||
| Base::Base_f | false | 93 | 93 | declaration |
|
||||
| Base::Base_f | false | 97 | 97 | 1 |
|
||||
| Base::Base_f | false | 98 | 98 | return ... |
|
||||
| Base::Base_f | false | 100 | 100 | { ... } |
|
||||
| Base::Base_f | true | 89 | 86 | |
|
||||
| Base::Base_f | true | 90 | 89 | |
|
||||
| Base::Base_f | true | 93 | 90 | |
|
||||
| Base::Base_f | true | 97 | 80 | |
|
||||
| Base::Base_f | true | 98 | 97 | |
|
||||
| Base::Base_f | true | 100 | 93 | |
|
||||
| Base::Base_g | false | 114 | 114 | Base_g |
|
||||
| Base::Base_g | false | 120 | 120 | call to g |
|
||||
| Base::Base_g | false | 123 | 123 | this |
|
||||
| Base::Base_g | false | 124 | 124 | initializer for i |
|
||||
| Base::Base_g | false | 127 | 127 | declaration |
|
||||
| Base::Base_g | false | 131 | 131 | 4 |
|
||||
| Base::Base_g | false | 132 | 132 | return ... |
|
||||
| Base::Base_g | false | 134 | 134 | { ... } |
|
||||
| Base::Base_g | true | 120 | 132 | |
|
||||
| Base::Base_g | true | 123 | 120 | |
|
||||
| Base::Base_g | true | 124 | 123 | |
|
||||
| Base::Base_g | true | 127 | 124 | |
|
||||
| Base::Base_g | true | 131 | 114 | |
|
||||
| Base::Base_g | true | 132 | 131 | |
|
||||
| Base::Base_g | true | 134 | 127 | |
|
||||
| Base::f | false | 68 | 68 | f |
|
||||
| Base::f | false | 71 | 71 | call to abort |
|
||||
| Base::f | false | 73 | 73 | ExprStmt |
|
||||
| Base::f | false | 75 | 75 | return ... |
|
||||
| Base::f | false | 77 | 77 | { ... } |
|
||||
| Base::f | true | 73 | 71 | |
|
||||
| Base::f | true | 75 | 68 | |
|
||||
| Base::f | true | 77 | 73 | |
|
||||
| Base::g | false | 103 | 103 | g |
|
||||
| Base::g | false | 108 | 108 | 3 |
|
||||
| Base::g | false | 109 | 109 | return ... |
|
||||
| Base::g | false | 111 | 111 | { ... } |
|
||||
| Base::g | true | 108 | 103 | |
|
||||
| Base::g | true | 109 | 108 | |
|
||||
| Base::g | true | 111 | 109 | |
|
||||
| Base::operator= | false | 148 | 148 | operator= |
|
||||
| Base::operator= | false | 154 | 154 | operator= |
|
||||
| __va_list_tag::operator= | false | 54 | 54 | operator= |
|
||||
| __va_list_tag::operator= | false | 60 | 60 | operator= |
|
||||
| abort | false | 64 | 64 | abort |
|
||||
| fun_f1 | false | 170 | 170 | fun_f1 |
|
||||
| fun_f1 | false | 179 | 179 | call to Base |
|
||||
| fun_f1 | false | 180 | 180 | new |
|
||||
| fun_f1 | false | 182 | 182 | initializer for p1 |
|
||||
| fun_f1 | false | 186 | 186 | declaration |
|
||||
| fun_f1 | false | 189 | 189 | call to f |
|
||||
| fun_f1 | false | 191 | 191 | p1 |
|
||||
| fun_f1 | false | 193 | 193 | initializer for i |
|
||||
| fun_f1 | false | 197 | 197 | declaration |
|
||||
| fun_f1 | false | 201 | 201 | 2 |
|
||||
| fun_f1 | false | 202 | 202 | return ... |
|
||||
| fun_f1 | false | 204 | 204 | { ... } |
|
||||
| fun_f1 | true | 179 | 180 | |
|
||||
| fun_f1 | true | 180 | 197 | |
|
||||
| fun_f1 | true | 182 | 179 | |
|
||||
| fun_f1 | true | 186 | 182 | |
|
||||
| fun_f1 | true | 189 | 202 | |
|
||||
| fun_f1 | true | 191 | 189 | |
|
||||
| fun_f1 | true | 193 | 191 | |
|
||||
| fun_f1 | true | 197 | 193 | |
|
||||
| fun_f1 | true | 201 | 170 | |
|
||||
| fun_f1 | true | 202 | 201 | |
|
||||
| fun_f1 | true | 204 | 186 | |
|
||||
| fun_f2 | false | 207 | 207 | fun_f2 |
|
||||
| fun_f2 | false | 211 | 211 | call to Base |
|
||||
| fun_f2 | false | 212 | 212 | new |
|
||||
| fun_f2 | false | 214 | 214 | initializer for p1 |
|
||||
| fun_f2 | false | 218 | 218 | declaration |
|
||||
| fun_f2 | false | 223 | 223 | call to f |
|
||||
| fun_f2 | false | 225 | 225 | p1 |
|
||||
| fun_f2 | false | 227 | 227 | initializer for i |
|
||||
| fun_f2 | false | 231 | 231 | declaration |
|
||||
| fun_f2 | false | 235 | 235 | 2 |
|
||||
| fun_f2 | false | 236 | 236 | return ... |
|
||||
| fun_f2 | false | 238 | 238 | { ... } |
|
||||
| fun_f2 | true | 211 | 212 | |
|
||||
| fun_f2 | true | 212 | 231 | |
|
||||
| fun_f2 | true | 214 | 211 | |
|
||||
| fun_f2 | true | 218 | 214 | |
|
||||
| fun_f2 | true | 225 | 223 | |
|
||||
| fun_f2 | true | 227 | 225 | |
|
||||
| fun_f2 | true | 231 | 227 | |
|
||||
| fun_f2 | true | 235 | 207 | |
|
||||
| fun_f2 | true | 236 | 235 | |
|
||||
| fun_f2 | true | 238 | 218 | |
|
||||
| fun_g1 | false | 241 | 241 | fun_g1 |
|
||||
| fun_g1 | false | 245 | 245 | call to Base |
|
||||
| fun_g1 | false | 246 | 246 | new |
|
||||
| fun_g1 | false | 248 | 248 | initializer for p1 |
|
||||
| fun_g1 | false | 252 | 252 | declaration |
|
||||
| fun_g1 | false | 255 | 255 | call to g |
|
||||
| fun_g1 | false | 257 | 257 | p1 |
|
||||
| fun_g1 | false | 259 | 259 | initializer for i |
|
||||
| fun_g1 | false | 263 | 263 | declaration |
|
||||
| fun_g1 | false | 267 | 267 | 2 |
|
||||
| fun_g1 | false | 268 | 268 | return ... |
|
||||
| fun_g1 | false | 270 | 270 | { ... } |
|
||||
| fun_g1 | true | 245 | 246 | |
|
||||
| fun_g1 | true | 246 | 263 | |
|
||||
| fun_g1 | true | 248 | 245 | |
|
||||
| fun_g1 | true | 252 | 248 | |
|
||||
| fun_g1 | true | 255 | 268 | |
|
||||
| fun_g1 | true | 257 | 255 | |
|
||||
| fun_g1 | true | 259 | 257 | |
|
||||
| fun_g1 | true | 263 | 259 | |
|
||||
| fun_g1 | true | 267 | 241 | |
|
||||
| fun_g1 | true | 268 | 267 | |
|
||||
| fun_g1 | true | 270 | 252 | |
|
||||
| fun_g2 | false | 273 | 273 | fun_g2 |
|
||||
| fun_g2 | false | 277 | 277 | call to Base |
|
||||
| fun_g2 | false | 278 | 278 | new |
|
||||
| fun_g2 | false | 280 | 280 | initializer for p1 |
|
||||
| fun_g2 | false | 284 | 284 | declaration |
|
||||
| fun_g2 | false | 289 | 289 | call to g |
|
||||
| fun_g2 | false | 291 | 291 | p1 |
|
||||
| fun_g2 | false | 293 | 293 | initializer for i |
|
||||
| fun_g2 | false | 297 | 297 | declaration |
|
||||
| fun_g2 | false | 301 | 301 | 2 |
|
||||
| fun_g2 | false | 302 | 302 | return ... |
|
||||
| fun_g2 | false | 304 | 304 | { ... } |
|
||||
| fun_g2 | true | 277 | 278 | |
|
||||
| fun_g2 | true | 278 | 297 | |
|
||||
| fun_g2 | true | 280 | 277 | |
|
||||
| fun_g2 | true | 284 | 280 | |
|
||||
| fun_g2 | true | 289 | 302 | |
|
||||
| fun_g2 | true | 291 | 289 | |
|
||||
| fun_g2 | true | 293 | 291 | |
|
||||
| fun_g2 | true | 297 | 293 | |
|
||||
| fun_g2 | true | 301 | 273 | |
|
||||
| fun_g2 | true | 302 | 301 | |
|
||||
| fun_g2 | true | 304 | 284 | |
|
||||
| operator delete | false | 177 | 177 | operator delete |
|
||||
| operator new | false | 174 | 174 | operator new |
|
||||
| Base::Base | false | 216 | 216 | Base |
|
||||
| Base::Base | false | 221 | 221 | return ... |
|
||||
| Base::Base | false | 223 | 223 | { ... } |
|
||||
| Base::Base | false | 364 | 364 | Base |
|
||||
| Base::Base | false | 368 | 368 | Base |
|
||||
| Base::Base | true | 221 | 216 | |
|
||||
| Base::Base | true | 223 | 221 | |
|
||||
| Base::Base_f | false | 408 | 408 | Base_f |
|
||||
| Base::Base_f | false | 413 | 413 | declaration |
|
||||
| Base::Base_f | false | 417 | 417 | 1 |
|
||||
| Base::Base_f | false | 418 | 418 | return ... |
|
||||
| Base::Base_f | false | 420 | 420 | { ... } |
|
||||
| Base::Base_f | false | 425 | 425 | call to f |
|
||||
| Base::Base_f | false | 427 | 427 | this |
|
||||
| Base::Base_f | false | 428 | 428 | initializer for i |
|
||||
| Base::Base_f | true | 413 | 428 | |
|
||||
| Base::Base_f | true | 417 | 408 | |
|
||||
| Base::Base_f | true | 418 | 417 | |
|
||||
| Base::Base_f | true | 420 | 413 | |
|
||||
| Base::Base_f | true | 427 | 425 | |
|
||||
| Base::Base_f | true | 428 | 427 | |
|
||||
| Base::Base_g | false | 372 | 372 | Base_g |
|
||||
| Base::Base_g | false | 377 | 377 | declaration |
|
||||
| Base::Base_g | false | 381 | 381 | 4 |
|
||||
| Base::Base_g | false | 382 | 382 | return ... |
|
||||
| Base::Base_g | false | 384 | 384 | { ... } |
|
||||
| Base::Base_g | false | 389 | 389 | call to g |
|
||||
| Base::Base_g | false | 392 | 392 | this |
|
||||
| Base::Base_g | false | 393 | 393 | initializer for i |
|
||||
| Base::Base_g | true | 377 | 393 | |
|
||||
| Base::Base_g | true | 381 | 372 | |
|
||||
| Base::Base_g | true | 382 | 381 | |
|
||||
| Base::Base_g | true | 384 | 377 | |
|
||||
| Base::Base_g | true | 389 | 382 | |
|
||||
| Base::Base_g | true | 392 | 389 | |
|
||||
| Base::Base_g | true | 393 | 392 | |
|
||||
| Base::f | false | 302 | 302 | f |
|
||||
| Base::f | false | 438 | 438 | call to abort |
|
||||
| Base::f | false | 440 | 440 | ExprStmt |
|
||||
| Base::f | false | 442 | 442 | return ... |
|
||||
| Base::f | false | 444 | 444 | { ... } |
|
||||
| Base::f | true | 440 | 438 | |
|
||||
| Base::f | true | 442 | 302 | |
|
||||
| Base::f | true | 444 | 440 | |
|
||||
| Base::g | false | 231 | 231 | g |
|
||||
| Base::g | false | 403 | 403 | 3 |
|
||||
| Base::g | false | 404 | 404 | return ... |
|
||||
| Base::g | false | 406 | 406 | { ... } |
|
||||
| Base::g | true | 403 | 231 | |
|
||||
| Base::g | true | 404 | 403 | |
|
||||
| Base::g | true | 406 | 404 | |
|
||||
| Base::operator= | false | 350 | 350 | operator= |
|
||||
| Base::operator= | false | 360 | 360 | operator= |
|
||||
| abort | false | 346 | 346 | abort |
|
||||
| fun_f1 | false | 313 | 313 | fun_f1 |
|
||||
| fun_f1 | false | 318 | 318 | declaration |
|
||||
| fun_f1 | false | 320 | 320 | declaration |
|
||||
| fun_f1 | false | 324 | 324 | 2 |
|
||||
| fun_f1 | false | 325 | 325 | return ... |
|
||||
| fun_f1 | false | 327 | 327 | { ... } |
|
||||
| fun_f1 | false | 330 | 330 | call to Base |
|
||||
| fun_f1 | false | 331 | 331 | new |
|
||||
| fun_f1 | false | 333 | 333 | initializer for p1 |
|
||||
| fun_f1 | false | 338 | 338 | call to f |
|
||||
| fun_f1 | false | 340 | 340 | p1 |
|
||||
| fun_f1 | false | 342 | 342 | initializer for i |
|
||||
| fun_f1 | true | 318 | 333 | |
|
||||
| fun_f1 | true | 320 | 342 | |
|
||||
| fun_f1 | true | 324 | 313 | |
|
||||
| fun_f1 | true | 325 | 324 | |
|
||||
| fun_f1 | true | 327 | 318 | |
|
||||
| fun_f1 | true | 330 | 331 | |
|
||||
| fun_f1 | true | 331 | 320 | |
|
||||
| fun_f1 | true | 333 | 330 | |
|
||||
| fun_f1 | true | 338 | 325 | |
|
||||
| fun_f1 | true | 340 | 338 | |
|
||||
| fun_f1 | true | 342 | 340 | |
|
||||
| fun_f2 | false | 277 | 277 | fun_f2 |
|
||||
| fun_f2 | false | 282 | 282 | declaration |
|
||||
| fun_f2 | false | 284 | 284 | declaration |
|
||||
| fun_f2 | false | 288 | 288 | 2 |
|
||||
| fun_f2 | false | 289 | 289 | return ... |
|
||||
| fun_f2 | false | 291 | 291 | { ... } |
|
||||
| fun_f2 | false | 294 | 294 | call to Base |
|
||||
| fun_f2 | false | 295 | 295 | new |
|
||||
| fun_f2 | false | 297 | 297 | initializer for p1 |
|
||||
| fun_f2 | false | 305 | 305 | call to f |
|
||||
| fun_f2 | false | 307 | 307 | p1 |
|
||||
| fun_f2 | false | 309 | 309 | initializer for i |
|
||||
| fun_f2 | true | 282 | 297 | |
|
||||
| fun_f2 | true | 284 | 309 | |
|
||||
| fun_f2 | true | 288 | 277 | |
|
||||
| fun_f2 | true | 289 | 288 | |
|
||||
| fun_f2 | true | 291 | 282 | |
|
||||
| fun_f2 | true | 294 | 295 | |
|
||||
| fun_f2 | true | 295 | 284 | |
|
||||
| fun_f2 | true | 297 | 294 | |
|
||||
| fun_f2 | true | 307 | 305 | |
|
||||
| fun_f2 | true | 309 | 307 | |
|
||||
| fun_g1 | false | 244 | 244 | fun_g1 |
|
||||
| fun_g1 | false | 249 | 249 | declaration |
|
||||
| fun_g1 | false | 251 | 251 | declaration |
|
||||
| fun_g1 | false | 255 | 255 | 2 |
|
||||
| fun_g1 | false | 256 | 256 | return ... |
|
||||
| fun_g1 | false | 258 | 258 | { ... } |
|
||||
| fun_g1 | false | 261 | 261 | call to Base |
|
||||
| fun_g1 | false | 262 | 262 | new |
|
||||
| fun_g1 | false | 264 | 264 | initializer for p1 |
|
||||
| fun_g1 | false | 269 | 269 | call to g |
|
||||
| fun_g1 | false | 271 | 271 | p1 |
|
||||
| fun_g1 | false | 273 | 273 | initializer for i |
|
||||
| fun_g1 | true | 249 | 264 | |
|
||||
| fun_g1 | true | 251 | 273 | |
|
||||
| fun_g1 | true | 255 | 244 | |
|
||||
| fun_g1 | true | 256 | 255 | |
|
||||
| fun_g1 | true | 258 | 249 | |
|
||||
| fun_g1 | true | 261 | 262 | |
|
||||
| fun_g1 | true | 262 | 251 | |
|
||||
| fun_g1 | true | 264 | 261 | |
|
||||
| fun_g1 | true | 269 | 256 | |
|
||||
| fun_g1 | true | 271 | 269 | |
|
||||
| fun_g1 | true | 273 | 271 | |
|
||||
| fun_g2 | false | 193 | 193 | fun_g2 |
|
||||
| fun_g2 | false | 198 | 198 | declaration |
|
||||
| fun_g2 | false | 200 | 200 | declaration |
|
||||
| fun_g2 | false | 204 | 204 | 2 |
|
||||
| fun_g2 | false | 205 | 205 | return ... |
|
||||
| fun_g2 | false | 207 | 207 | { ... } |
|
||||
| fun_g2 | false | 215 | 215 | call to Base |
|
||||
| fun_g2 | false | 224 | 224 | new |
|
||||
| fun_g2 | false | 226 | 226 | initializer for p1 |
|
||||
| fun_g2 | false | 236 | 236 | call to g |
|
||||
| fun_g2 | false | 238 | 238 | p1 |
|
||||
| fun_g2 | false | 240 | 240 | initializer for i |
|
||||
| fun_g2 | true | 198 | 226 | |
|
||||
| fun_g2 | true | 200 | 240 | |
|
||||
| fun_g2 | true | 204 | 193 | |
|
||||
| fun_g2 | true | 205 | 204 | |
|
||||
| fun_g2 | true | 207 | 198 | |
|
||||
| fun_g2 | true | 215 | 224 | |
|
||||
| fun_g2 | true | 224 | 200 | |
|
||||
| fun_g2 | true | 226 | 215 | |
|
||||
| fun_g2 | true | 236 | 205 | |
|
||||
| fun_g2 | true | 238 | 236 | |
|
||||
| fun_g2 | true | 240 | 238 | |
|
||||
| operator delete | false | 213 | 213 | operator delete |
|
||||
| operator new | false | 211 | 211 | operator new |
|
||||
| operator= | false | 92 | 92 | operator= |
|
||||
| operator= | false | 99 | 99 | operator= |
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
| constants.h:153:10:153:12 | 129 | Magic constant: literal '129' is repeated 31 times and should be encapsulated in a constant. |
|
||||
| constants.h:153:10:153:12 | 129 | Magic constant: literal '129' is repeated 31 times and should be encapsulated in a constant. |
|
||||
| functions.h:3:2:3:4 | 102 | Magic constant: literal '102' is repeated 21 times and should be encapsulated in a constant. |
|
||||
| functions.h:3:2:3:4 | 102 | Magic constant: literal '102' is repeated 21 times and should be encapsulated in a constant. |
|
||||
| functions.h:3:8:3:10 | 102 | Magic constant: literal '102' is repeated 21 times and should be encapsulated in a constant. |
|
||||
| functions.h:3:8:3:10 | 102 | Magic constant: literal '102' is repeated 21 times and should be encapsulated in a constant. |
|
||||
| functions.h:3:14:3:16 | 102 | Magic constant: literal '102' is repeated 21 times and should be encapsulated in a constant. |
|
||||
| functions.h:3:14:3:16 | 102 | Magic constant: literal '102' is repeated 21 times and should be encapsulated in a constant. |
|
||||
| functions.h:12:11:12:13 | 103 | Magic constant: literal '103' is repeated 21 times and should be encapsulated in a constant. |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
| templates.cpp:13:7:13:9 | fun | The 'const' modifier has no effect on return types. The 'const' modifying the return type can be removed. |
|
||||
| templates.cpp:13:7:13:7 | fun | The 'const' modifier has no effect on return types. The 'const' modifying the return type can be removed. |
|
||||
| test.cpp:5:12:5:23 | getAConstInt | The 'const' modifier has no effect on return types. For a const function, the 'const' should go after the parameter list. |
|
||||
| test.cpp:11:12:11:28 | getAConstIntConst | The 'const' modifier has no effect on return types. The 'const' modifying the return type can be removed. |
|
||||
| test.cpp:19:19:19:36 | getAStaticConstInt | The 'const' modifier has no effect on return types. The 'const' modifying the return type can be removed. |
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
| file://:0:0:0:0 | declaration of 1st parameter | LibB/libb_internal.h:5:8:5:12 | thing |
|
||||
| file://:0:0:0:0 | declaration of 1st parameter | LibB/libb_internal.h:5:8:5:12 | thing |
|
||||
| include.h:3:25:3:33 | num | LibD/libd.h:5:12:5:14 | num |
|
||||
| main.cpp:8:31:8:31 | call to container | LibC/libc.h:9:3:9:11 | container |
|
||||
| main.cpp:8:31:8:31 | call to container | LibC/libc.h:9:3:9:3 | container |
|
||||
| main.cpp:8:31:8:31 | definition of x | LibB/libb_internal.h:5:8:5:12 | thing |
|
||||
| main.cpp:8:31:8:31 | definition of x | LibC/libc.h:5:18:5:18 | T |
|
||||
| main.cpp:8:31:8:31 | definition of x | LibC/libc.h:6:8:6:16 | container<T> |
|
||||
| main.cpp:8:31:8:31 | definition of x | LibC/libc.h:6:8:6:16 | container<thing> |
|
||||
| main.cpp:10:2:10:10 | call to fun | LibA/liba.h:5:7:5:9 | fun |
|
||||
| main.cpp:12:9:12:19 | include_num | include.h:3:11:3:21 | include_num |
|
||||
| main.cpp:13:1:13:1 | call to ~container | LibC/libc.h:10:3:10:12 | ~container |
|
||||
| main.cpp:13:1:13:1 | call to ~container | LibC/libc.h:10:3:10:3 | ~container |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
| AV Rule 82.cpp:18:9:18:17 | operator= | Assignment operator in class Bad1 does not return a reference to *this. |
|
||||
| AV Rule 82.cpp:24:8:24:16 | operator= | Assignment operator in class Bad2 should have return type Bad2&. Otherwise a copy is created at each call. |
|
||||
| AV Rule 82.cpp:63:29:63:29 | operator= | Assignment operator in class TemplateReturnAssignment<int> does not return a reference to *this. |
|
||||
| AV Rule 82.cpp:63:29:63:37 | operator= | Assignment operator in class TemplateReturnAssignment<T> does not return a reference to *this. |
|
||||
| AV Rule 82.cpp:63:29:63:37 | operator= | Assignment operator in class TemplateReturnAssignment<int> does not return a reference to *this. |
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
| AV Rule 85.cpp:49:7:49:14 | MyClass6<T> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator<= is declared on line 56, but it is not defined in terms of its opposite operator operator>. |
|
||||
| AV Rule 85.cpp:49:7:49:14 | MyClass6<T> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator> is declared on line 55, but it is not defined in terms of its opposite operator operator<=. |
|
||||
| AV Rule 85.cpp:49:7:49:14 | MyClass6<T> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator>= is declared on line 53, but it is not defined in terms of its opposite operator operator<. |
|
||||
| AV Rule 85.cpp:49:7:49:14 | MyClass6<int> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator< is declared on line 52, but it is not defined in terms of its opposite operator operator>=. |
|
||||
| AV Rule 85.cpp:49:7:49:14 | MyClass6<int> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator<= is declared on line 56, but it is not defined in terms of its opposite operator operator>. |
|
||||
| AV Rule 85.cpp:49:7:49:14 | MyClass6<int> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator> is declared on line 55, but it is not defined in terms of its opposite operator operator<=. |
|
||||
| AV Rule 85.cpp:49:7:49:14 | MyClass6<int> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator>= is declared on line 53, but it is not defined in terms of its opposite operator operator<. |
|
||||
| AV Rule 85.cpp:62:7:62:14 | MyClass7<T> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator< is declared on line 66, but it is not defined in terms of its opposite operator operator>=. |
|
||||
| AV Rule 85.cpp:62:7:62:14 | MyClass7<T> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator<= is declared on line 73, but it is not defined in terms of its opposite operator operator>. |
|
||||
| AV Rule 85.cpp:62:7:62:14 | MyClass7<T> | When two operators are opposites, both should be defined and one should be defined in terms of the other. Operator operator> is declared on line 71, but it is not defined in terms of its opposite operator operator<=. |
|
||||
|
||||
@@ -1,167 +1,167 @@
|
||||
| C1::C1 | false | 131 | 131 | C1 |
|
||||
| C1::C1 | false | 136 | 136 | this |
|
||||
| C1::C1 | false | 137 | 137 | val |
|
||||
| C1::C1 | false | 139 | 139 | x |
|
||||
| C1::C1 | false | 141 | 141 | ... = ... |
|
||||
| C1::C1 | false | 143 | 143 | ExprStmt |
|
||||
| C1::C1 | false | 145 | 145 | return ... |
|
||||
| C1::C1 | false | 147 | 147 | { ... } |
|
||||
| C1::C1 | false | 178 | 178 | C1 |
|
||||
| C1::C1 | false | 180 | 180 | C1 |
|
||||
| C1::C1 | true | 136 | 137 | |
|
||||
| C1::C1 | true | 137 | 141 | |
|
||||
| C1::C1 | true | 139 | 136 | |
|
||||
| C1::C1 | true | 141 | 145 | |
|
||||
| C1::C1 | true | 143 | 139 | |
|
||||
| C1::C1 | true | 145 | 131 | |
|
||||
| C1::C1 | true | 147 | 143 | |
|
||||
| C1::operator= | false | 174 | 174 | operator= |
|
||||
| C1::operator= | false | 176 | 176 | operator= |
|
||||
| C1::operator== | false | 153 | 153 | operator== |
|
||||
| C1::operator== | false | 158 | 158 | this |
|
||||
| C1::operator== | false | 159 | 159 | val |
|
||||
| C1::operator== | false | 161 | 161 | other |
|
||||
| C1::operator== | false | 163 | 163 | (reference dereference) |
|
||||
| C1::operator== | false | 165 | 165 | val |
|
||||
| C1::operator== | false | 167 | 167 | ... == ... |
|
||||
| C1::operator== | false | 169 | 169 | return ... |
|
||||
| C1::operator== | false | 171 | 171 | { ... } |
|
||||
| C1::operator== | true | 158 | 159 | |
|
||||
| C1::operator== | true | 159 | 161 | |
|
||||
| C1::operator== | true | 161 | 165 | |
|
||||
| C1::operator== | true | 165 | 167 | |
|
||||
| C1::operator== | true | 167 | 153 | |
|
||||
| C1::operator== | true | 169 | 158 | |
|
||||
| C1::operator== | true | 171 | 169 | |
|
||||
| C2::C2 | false | 195 | 195 | C2 |
|
||||
| C2::C2 | false | 200 | 200 | this |
|
||||
| C2::C2 | false | 201 | 201 | val |
|
||||
| C2::C2 | false | 203 | 203 | x |
|
||||
| C2::C2 | false | 205 | 205 | ... = ... |
|
||||
| C2::C2 | false | 207 | 207 | ExprStmt |
|
||||
| C2::C2 | false | 209 | 209 | return ... |
|
||||
| C2::C2 | false | 211 | 211 | { ... } |
|
||||
| C2::C2 | false | 250 | 250 | C2 |
|
||||
| C2::C2 | true | 200 | 201 | |
|
||||
| C2::C2 | true | 201 | 205 | |
|
||||
| C2::C2 | true | 203 | 200 | |
|
||||
| C2::C2 | true | 205 | 209 | |
|
||||
| C2::C2 | true | 207 | 203 | |
|
||||
| C2::C2 | true | 209 | 195 | |
|
||||
| C2::C2 | true | 211 | 207 | |
|
||||
| C2::operator= | false | 248 | 248 | operator= |
|
||||
| C2::operator== | false | 228 | 228 | operator== |
|
||||
| C2::operator== | false | 233 | 233 | this |
|
||||
| C2::operator== | false | 234 | 234 | val |
|
||||
| C2::operator== | false | 236 | 236 | other |
|
||||
| C2::operator== | false | 238 | 238 | (reference dereference) |
|
||||
| C2::operator== | false | 240 | 240 | val |
|
||||
| C2::operator== | false | 242 | 242 | ... == ... |
|
||||
| C2::operator== | false | 244 | 244 | return ... |
|
||||
| C2::operator== | false | 246 | 246 | { ... } |
|
||||
| C2::operator== | true | 233 | 234 | |
|
||||
| C2::operator== | true | 234 | 236 | |
|
||||
| C2::operator== | true | 236 | 240 | |
|
||||
| C2::operator== | true | 240 | 242 | |
|
||||
| C2::operator== | true | 242 | 228 | |
|
||||
| C2::operator== | true | 244 | 233 | |
|
||||
| C2::operator== | true | 246 | 244 | |
|
||||
| C2::~C2 | false | 214 | 214 | ~C2 |
|
||||
| C2::~C2 | false | 218 | 218 | ; |
|
||||
| C2::~C2 | false | 220 | 220 | return ... |
|
||||
| C2::~C2 | false | 222 | 222 | { ... } |
|
||||
| C2::~C2 | true | 218 | 220 | |
|
||||
| C2::~C2 | true | 220 | 214 | |
|
||||
| C2::~C2 | true | 222 | 218 | |
|
||||
| __va_list_tag::operator= | false | 61 | 61 | operator= |
|
||||
| __va_list_tag::operator= | false | 65 | 65 | operator= |
|
||||
| f1 | false | 260 | 260 | f1 |
|
||||
| f1 | false | 268 | 268 | call to operator== |
|
||||
| f1 | false | 269 | 269 | call to C1 |
|
||||
| f1 | false | 273 | 273 | 1 |
|
||||
| f1 | false | 274 | 274 | (const C1)... |
|
||||
| f1 | false | 276 | 276 | call to C1 |
|
||||
| f1 | false | 280 | 280 | 2 |
|
||||
| f1 | false | 281 | 281 | (const C1)... |
|
||||
| f1 | false | 283 | 283 | (reference to) |
|
||||
| f1 | false | 285 | 285 | ; |
|
||||
| f1 | false | 287 | 287 | { ... } |
|
||||
| f1 | false | 289 | 289 | if (...) ... |
|
||||
| f1 | false | 292 | 292 | call to operator== |
|
||||
| f1 | false | 293 | 293 | call to C1 |
|
||||
| f1 | false | 297 | 297 | 3 |
|
||||
| f1 | false | 298 | 298 | (const C1)... |
|
||||
| f1 | false | 300 | 300 | call to C1 |
|
||||
| f1 | false | 304 | 304 | 3 |
|
||||
| f1 | false | 305 | 305 | (const C1)... |
|
||||
| f1 | false | 307 | 307 | (reference to) |
|
||||
| f1 | false | 309 | 309 | ; |
|
||||
| f1 | false | 311 | 311 | { ... } |
|
||||
| f1 | false | 313 | 313 | if (...) ... |
|
||||
| f1 | false | 315 | 315 | return ... |
|
||||
| f1 | false | 317 | 317 | { ... } |
|
||||
| f1 | true | 268 | 287 | T |
|
||||
| f1 | true | 268 | 313 | F |
|
||||
| f1 | true | 269 | 268 | |
|
||||
| f1 | true | 273 | 269 | |
|
||||
| f1 | true | 276 | 273 | |
|
||||
| f1 | true | 280 | 276 | |
|
||||
| f1 | true | 285 | 313 | |
|
||||
| f1 | true | 287 | 285 | |
|
||||
| f1 | true | 289 | 280 | |
|
||||
| f1 | true | 292 | 311 | T |
|
||||
| f1 | true | 292 | 315 | F |
|
||||
| f1 | true | 293 | 292 | |
|
||||
| f1 | true | 297 | 293 | |
|
||||
| f1 | true | 300 | 297 | |
|
||||
| f1 | true | 304 | 300 | |
|
||||
| f1 | true | 309 | 315 | |
|
||||
| f1 | true | 311 | 309 | |
|
||||
| f1 | true | 313 | 304 | |
|
||||
| f1 | true | 315 | 260 | |
|
||||
| f1 | true | 317 | 289 | |
|
||||
| f2 | false | 320 | 320 | f2 |
|
||||
| f2 | false | 328 | 328 | call to operator== |
|
||||
| f2 | false | 329 | 329 | call to C2 |
|
||||
| f2 | false | 333 | 333 | 1 |
|
||||
| f2 | false | 334 | 334 | (const C2)... |
|
||||
| f2 | false | 336 | 336 | call to C2 |
|
||||
| f2 | false | 340 | 340 | 2 |
|
||||
| f2 | false | 341 | 341 | (const C2)... |
|
||||
| f2 | false | 343 | 343 | (reference to) |
|
||||
| f2 | false | 345 | 345 | ; |
|
||||
| f2 | false | 347 | 347 | { ... } |
|
||||
| f2 | false | 349 | 349 | if (...) ... |
|
||||
| f2 | false | 352 | 352 | call to operator== |
|
||||
| f2 | false | 353 | 353 | call to C2 |
|
||||
| f2 | false | 357 | 357 | 3 |
|
||||
| f2 | false | 358 | 358 | (const C2)... |
|
||||
| f2 | false | 360 | 360 | call to C2 |
|
||||
| f2 | false | 364 | 364 | 3 |
|
||||
| f2 | false | 365 | 365 | (const C2)... |
|
||||
| f2 | false | 367 | 367 | (reference to) |
|
||||
| f2 | false | 369 | 369 | ; |
|
||||
| f2 | false | 371 | 371 | { ... } |
|
||||
| f2 | false | 373 | 373 | if (...) ... |
|
||||
| f2 | false | 375 | 375 | return ... |
|
||||
| f2 | false | 377 | 377 | { ... } |
|
||||
| f2 | true | 328 | 347 | T |
|
||||
| f2 | true | 328 | 373 | F |
|
||||
| f2 | true | 329 | 328 | |
|
||||
| f2 | true | 333 | 329 | |
|
||||
| f2 | true | 336 | 333 | |
|
||||
| f2 | true | 340 | 336 | |
|
||||
| f2 | true | 345 | 373 | |
|
||||
| f2 | true | 347 | 345 | |
|
||||
| f2 | true | 349 | 340 | |
|
||||
| f2 | true | 352 | 371 | T |
|
||||
| f2 | true | 352 | 375 | F |
|
||||
| f2 | true | 353 | 352 | |
|
||||
| f2 | true | 357 | 353 | |
|
||||
| f2 | true | 360 | 357 | |
|
||||
| f2 | true | 364 | 360 | |
|
||||
| f2 | true | 369 | 375 | |
|
||||
| f2 | true | 371 | 369 | |
|
||||
| f2 | true | 373 | 364 | |
|
||||
| f2 | true | 375 | 320 | |
|
||||
| f2 | true | 377 | 349 | |
|
||||
| C1::C1 | false | 266 | 266 | C1 |
|
||||
| C1::C1 | false | 388 | 388 | C1 |
|
||||
| C1::C1 | false | 392 | 392 | C1 |
|
||||
| C1::C1 | false | 429 | 429 | this |
|
||||
| C1::C1 | false | 430 | 430 | val |
|
||||
| C1::C1 | false | 432 | 432 | x |
|
||||
| C1::C1 | false | 434 | 434 | ... = ... |
|
||||
| C1::C1 | false | 436 | 436 | ExprStmt |
|
||||
| C1::C1 | false | 438 | 438 | return ... |
|
||||
| C1::C1 | false | 440 | 440 | { ... } |
|
||||
| C1::C1 | true | 429 | 430 | |
|
||||
| C1::C1 | true | 430 | 434 | |
|
||||
| C1::C1 | true | 432 | 429 | |
|
||||
| C1::C1 | true | 434 | 438 | |
|
||||
| C1::C1 | true | 436 | 432 | |
|
||||
| C1::C1 | true | 438 | 266 | |
|
||||
| C1::C1 | true | 440 | 436 | |
|
||||
| C1::operator= | false | 378 | 378 | operator= |
|
||||
| C1::operator= | false | 384 | 384 | operator= |
|
||||
| C1::operator== | false | 256 | 256 | operator== |
|
||||
| C1::operator== | false | 406 | 406 | this |
|
||||
| C1::operator== | false | 408 | 408 | val |
|
||||
| C1::operator== | false | 410 | 410 | other |
|
||||
| C1::operator== | false | 412 | 412 | (reference dereference) |
|
||||
| C1::operator== | false | 413 | 413 | val |
|
||||
| C1::operator== | false | 415 | 415 | ... == ... |
|
||||
| C1::operator== | false | 417 | 417 | return ... |
|
||||
| C1::operator== | false | 419 | 419 | { ... } |
|
||||
| C1::operator== | true | 406 | 408 | |
|
||||
| C1::operator== | true | 408 | 410 | |
|
||||
| C1::operator== | true | 410 | 413 | |
|
||||
| C1::operator== | true | 413 | 415 | |
|
||||
| C1::operator== | true | 415 | 256 | |
|
||||
| C1::operator== | true | 417 | 406 | |
|
||||
| C1::operator== | true | 419 | 417 | |
|
||||
| C2::C2 | false | 203 | 203 | C2 |
|
||||
| C2::C2 | false | 315 | 315 | C2 |
|
||||
| C2::C2 | false | 363 | 363 | this |
|
||||
| C2::C2 | false | 364 | 364 | val |
|
||||
| C2::C2 | false | 366 | 366 | x |
|
||||
| C2::C2 | false | 368 | 368 | ... = ... |
|
||||
| C2::C2 | false | 370 | 370 | ExprStmt |
|
||||
| C2::C2 | false | 372 | 372 | return ... |
|
||||
| C2::C2 | false | 374 | 374 | { ... } |
|
||||
| C2::C2 | true | 363 | 364 | |
|
||||
| C2::C2 | true | 364 | 368 | |
|
||||
| C2::C2 | true | 366 | 363 | |
|
||||
| C2::C2 | true | 368 | 372 | |
|
||||
| C2::C2 | true | 370 | 366 | |
|
||||
| C2::C2 | true | 372 | 203 | |
|
||||
| C2::C2 | true | 374 | 370 | |
|
||||
| C2::operator= | false | 309 | 309 | operator= |
|
||||
| C2::operator== | false | 193 | 193 | operator== |
|
||||
| C2::operator== | false | 329 | 329 | this |
|
||||
| C2::operator== | false | 331 | 331 | val |
|
||||
| C2::operator== | false | 333 | 333 | other |
|
||||
| C2::operator== | false | 335 | 335 | (reference dereference) |
|
||||
| C2::operator== | false | 336 | 336 | val |
|
||||
| C2::operator== | false | 338 | 338 | ... == ... |
|
||||
| C2::operator== | false | 340 | 340 | return ... |
|
||||
| C2::operator== | false | 342 | 342 | { ... } |
|
||||
| C2::operator== | true | 329 | 331 | |
|
||||
| C2::operator== | true | 331 | 333 | |
|
||||
| C2::operator== | true | 333 | 336 | |
|
||||
| C2::operator== | true | 336 | 338 | |
|
||||
| C2::operator== | true | 338 | 193 | |
|
||||
| C2::operator== | true | 340 | 329 | |
|
||||
| C2::operator== | true | 342 | 340 | |
|
||||
| C2::~C2 | false | 344 | 344 | ~C2 |
|
||||
| C2::~C2 | false | 349 | 349 | ; |
|
||||
| C2::~C2 | false | 351 | 351 | return ... |
|
||||
| C2::~C2 | false | 353 | 353 | { ... } |
|
||||
| C2::~C2 | true | 349 | 351 | |
|
||||
| C2::~C2 | true | 351 | 344 | |
|
||||
| C2::~C2 | true | 353 | 349 | |
|
||||
| f1 | false | 246 | 246 | f1 |
|
||||
| f1 | false | 263 | 263 | call to operator== |
|
||||
| f1 | false | 264 | 264 | call to C1 |
|
||||
| f1 | false | 269 | 269 | 1 |
|
||||
| f1 | false | 270 | 270 | (const C1)... |
|
||||
| f1 | false | 271 | 271 | call to C1 |
|
||||
| f1 | false | 275 | 275 | 2 |
|
||||
| f1 | false | 276 | 276 | (const C1)... |
|
||||
| f1 | false | 277 | 277 | (reference to) |
|
||||
| f1 | false | 278 | 278 | ; |
|
||||
| f1 | false | 280 | 280 | { ... } |
|
||||
| f1 | false | 282 | 282 | if (...) ... |
|
||||
| f1 | false | 285 | 285 | call to operator== |
|
||||
| f1 | false | 286 | 286 | call to C1 |
|
||||
| f1 | false | 290 | 290 | 3 |
|
||||
| f1 | false | 291 | 291 | (const C1)... |
|
||||
| f1 | false | 292 | 292 | call to C1 |
|
||||
| f1 | false | 296 | 296 | 3 |
|
||||
| f1 | false | 297 | 297 | (const C1)... |
|
||||
| f1 | false | 298 | 298 | (reference to) |
|
||||
| f1 | false | 299 | 299 | ; |
|
||||
| f1 | false | 301 | 301 | { ... } |
|
||||
| f1 | false | 303 | 303 | if (...) ... |
|
||||
| f1 | false | 305 | 305 | return ... |
|
||||
| f1 | false | 307 | 307 | { ... } |
|
||||
| f1 | true | 263 | 280 | T |
|
||||
| f1 | true | 263 | 303 | F |
|
||||
| f1 | true | 264 | 263 | |
|
||||
| f1 | true | 269 | 264 | |
|
||||
| f1 | true | 271 | 269 | |
|
||||
| f1 | true | 275 | 271 | |
|
||||
| f1 | true | 278 | 303 | |
|
||||
| f1 | true | 280 | 278 | |
|
||||
| f1 | true | 282 | 275 | |
|
||||
| f1 | true | 285 | 301 | T |
|
||||
| f1 | true | 285 | 305 | F |
|
||||
| f1 | true | 286 | 285 | |
|
||||
| f1 | true | 290 | 286 | |
|
||||
| f1 | true | 292 | 290 | |
|
||||
| f1 | true | 296 | 292 | |
|
||||
| f1 | true | 299 | 305 | |
|
||||
| f1 | true | 301 | 299 | |
|
||||
| f1 | true | 303 | 296 | |
|
||||
| f1 | true | 305 | 246 | |
|
||||
| f1 | true | 307 | 282 | |
|
||||
| f2 | false | 183 | 183 | f2 |
|
||||
| f2 | false | 200 | 200 | call to operator== |
|
||||
| f2 | false | 201 | 201 | call to C2 |
|
||||
| f2 | false | 206 | 206 | 1 |
|
||||
| f2 | false | 207 | 207 | (const C2)... |
|
||||
| f2 | false | 208 | 208 | call to C2 |
|
||||
| f2 | false | 212 | 212 | 2 |
|
||||
| f2 | false | 213 | 213 | (const C2)... |
|
||||
| f2 | false | 214 | 214 | (reference to) |
|
||||
| f2 | false | 215 | 215 | ; |
|
||||
| f2 | false | 217 | 217 | { ... } |
|
||||
| f2 | false | 219 | 219 | if (...) ... |
|
||||
| f2 | false | 222 | 222 | call to operator== |
|
||||
| f2 | false | 223 | 223 | call to C2 |
|
||||
| f2 | false | 227 | 227 | 3 |
|
||||
| f2 | false | 228 | 228 | (const C2)... |
|
||||
| f2 | false | 229 | 229 | call to C2 |
|
||||
| f2 | false | 233 | 233 | 3 |
|
||||
| f2 | false | 234 | 234 | (const C2)... |
|
||||
| f2 | false | 235 | 235 | (reference to) |
|
||||
| f2 | false | 236 | 236 | ; |
|
||||
| f2 | false | 238 | 238 | { ... } |
|
||||
| f2 | false | 240 | 240 | if (...) ... |
|
||||
| f2 | false | 242 | 242 | return ... |
|
||||
| f2 | false | 244 | 244 | { ... } |
|
||||
| f2 | true | 200 | 217 | T |
|
||||
| f2 | true | 200 | 240 | F |
|
||||
| f2 | true | 201 | 200 | |
|
||||
| f2 | true | 206 | 201 | |
|
||||
| f2 | true | 208 | 206 | |
|
||||
| f2 | true | 212 | 208 | |
|
||||
| f2 | true | 215 | 240 | |
|
||||
| f2 | true | 217 | 215 | |
|
||||
| f2 | true | 219 | 212 | |
|
||||
| f2 | true | 222 | 238 | T |
|
||||
| f2 | true | 222 | 242 | F |
|
||||
| f2 | true | 223 | 222 | |
|
||||
| f2 | true | 227 | 223 | |
|
||||
| f2 | true | 229 | 227 | |
|
||||
| f2 | true | 233 | 229 | |
|
||||
| f2 | true | 236 | 242 | |
|
||||
| f2 | true | 238 | 236 | |
|
||||
| f2 | true | 240 | 233 | |
|
||||
| f2 | true | 242 | 183 | |
|
||||
| f2 | true | 244 | 219 | |
|
||||
| operator= | false | 90 | 90 | operator= |
|
||||
| operator= | false | 97 | 97 | operator= |
|
||||
|
||||
@@ -1,59 +1,59 @@
|
||||
| __va_list_tag::operator= | false | 61 | 61 | operator= |
|
||||
| __va_list_tag::operator= | false | 65 | 65 | operator= |
|
||||
| f | false | 128 | 128 | f |
|
||||
| f | false | 139 | 139 | 1 |
|
||||
| f | false | 140 | 140 | throw ... |
|
||||
| f | false | 142 | 142 | ExprStmt |
|
||||
| f | false | 144 | 144 | { ... } |
|
||||
| f | false | 146 | 146 | { ... } |
|
||||
| f | false | 148 | 148 | { ... } |
|
||||
| f | false | 150 | 150 | <handler> |
|
||||
| f | false | 151 | 151 | <handler> |
|
||||
| f | false | 152 | 152 | try { ... } |
|
||||
| f | false | 154 | 154 | { ... } |
|
||||
| f | false | 156 | 156 | { ... } |
|
||||
| f | false | 158 | 158 | <handler> |
|
||||
| f | false | 159 | 159 | try { ... } |
|
||||
| f | false | 161 | 161 | return ... |
|
||||
| f | false | 163 | 163 | { ... } |
|
||||
| f | true | 139 | 140 | |
|
||||
| f | true | 140 | 150 | |
|
||||
| f | true | 142 | 139 | |
|
||||
| f | true | 144 | 142 | |
|
||||
| f | true | 146 | 161 | |
|
||||
| f | true | 148 | 161 | |
|
||||
| f | true | 150 | 146 | |
|
||||
| f | true | 150 | 151 | |
|
||||
| f | true | 151 | 148 | |
|
||||
| f | true | 152 | 144 | |
|
||||
| f | true | 154 | 152 | |
|
||||
| f | true | 156 | 161 | |
|
||||
| f | true | 158 | 128 | |
|
||||
| f | true | 158 | 156 | |
|
||||
| f | true | 159 | 154 | |
|
||||
| f | true | 161 | 128 | |
|
||||
| f | true | 163 | 159 | |
|
||||
| g | false | 167 | 167 | g |
|
||||
| g | false | 171 | 171 | condition |
|
||||
| g | false | 175 | 175 | 1 |
|
||||
| g | false | 176 | 176 | throw ... |
|
||||
| g | false | 178 | 178 | ExprStmt |
|
||||
| g | false | 180 | 180 | if (...) ... |
|
||||
| g | false | 182 | 182 | { ... } |
|
||||
| g | false | 184 | 184 | { ... } |
|
||||
| g | false | 186 | 186 | <handler> |
|
||||
| g | false | 187 | 187 | try { ... } |
|
||||
| g | false | 189 | 189 | return ... |
|
||||
| g | false | 191 | 191 | { ... } |
|
||||
| g | true | 171 | 178 | T |
|
||||
| g | true | 171 | 189 | F |
|
||||
| g | true | 175 | 176 | |
|
||||
| g | true | 176 | 186 | |
|
||||
| g | true | 178 | 175 | |
|
||||
| g | true | 180 | 171 | |
|
||||
| g | true | 182 | 180 | |
|
||||
| g | true | 184 | 189 | |
|
||||
| g | true | 186 | 184 | |
|
||||
| g | true | 187 | 182 | |
|
||||
| g | true | 189 | 167 | |
|
||||
| g | true | 191 | 187 | |
|
||||
| f | false | 175 | 175 | f |
|
||||
| f | false | 182 | 182 | 1 |
|
||||
| f | false | 183 | 183 | throw ... |
|
||||
| f | false | 185 | 185 | ExprStmt |
|
||||
| f | false | 187 | 187 | { ... } |
|
||||
| f | false | 192 | 192 | { ... } |
|
||||
| f | false | 194 | 194 | { ... } |
|
||||
| f | false | 196 | 196 | <handler> |
|
||||
| f | false | 197 | 197 | <handler> |
|
||||
| f | false | 198 | 198 | try { ... } |
|
||||
| f | false | 200 | 200 | { ... } |
|
||||
| f | false | 205 | 205 | { ... } |
|
||||
| f | false | 207 | 207 | <handler> |
|
||||
| f | false | 208 | 208 | try { ... } |
|
||||
| f | false | 210 | 210 | return ... |
|
||||
| f | false | 212 | 212 | { ... } |
|
||||
| f | true | 182 | 183 | |
|
||||
| f | true | 183 | 196 | |
|
||||
| f | true | 185 | 182 | |
|
||||
| f | true | 187 | 185 | |
|
||||
| f | true | 192 | 210 | |
|
||||
| f | true | 194 | 210 | |
|
||||
| f | true | 196 | 192 | |
|
||||
| f | true | 196 | 197 | |
|
||||
| f | true | 197 | 194 | |
|
||||
| f | true | 198 | 187 | |
|
||||
| f | true | 200 | 198 | |
|
||||
| f | true | 205 | 210 | |
|
||||
| f | true | 207 | 175 | |
|
||||
| f | true | 207 | 205 | |
|
||||
| f | true | 208 | 200 | |
|
||||
| f | true | 210 | 175 | |
|
||||
| f | true | 212 | 208 | |
|
||||
| g | false | 145 | 145 | g |
|
||||
| g | false | 153 | 153 | condition |
|
||||
| g | false | 157 | 157 | 1 |
|
||||
| g | false | 158 | 158 | throw ... |
|
||||
| g | false | 160 | 160 | ExprStmt |
|
||||
| g | false | 162 | 162 | if (...) ... |
|
||||
| g | false | 164 | 164 | { ... } |
|
||||
| g | false | 166 | 166 | { ... } |
|
||||
| g | false | 168 | 168 | <handler> |
|
||||
| g | false | 169 | 169 | try { ... } |
|
||||
| g | false | 171 | 171 | return ... |
|
||||
| g | false | 173 | 173 | { ... } |
|
||||
| g | true | 153 | 160 | T |
|
||||
| g | true | 153 | 171 | F |
|
||||
| g | true | 157 | 158 | |
|
||||
| g | true | 158 | 168 | |
|
||||
| g | true | 160 | 157 | |
|
||||
| g | true | 162 | 153 | |
|
||||
| g | true | 164 | 162 | |
|
||||
| g | true | 166 | 171 | |
|
||||
| g | true | 168 | 166 | |
|
||||
| g | true | 169 | 164 | |
|
||||
| g | true | 171 | 145 | |
|
||||
| g | true | 173 | 169 | |
|
||||
| operator= | false | 92 | 92 | operator= |
|
||||
| operator= | false | 99 | 99 | operator= |
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
| C::operator= | false | 129 | 129 | operator= |
|
||||
| C::operator= | false | 133 | 133 | operator= |
|
||||
| D::operator= | false | 140 | 140 | operator= |
|
||||
| D::operator= | false | 144 | 144 | operator= |
|
||||
| __va_list_tag::operator= | false | 61 | 61 | operator= |
|
||||
| __va_list_tag::operator= | false | 65 | 65 | operator= |
|
||||
| f | false | 163 | 163 | f |
|
||||
| f | false | 180 | 180 | call to g |
|
||||
| f | false | 182 | 182 | ExprStmt |
|
||||
| f | false | 186 | 186 | 2 |
|
||||
| f | false | 187 | 187 | throw ... |
|
||||
| f | false | 189 | 189 | ExprStmt |
|
||||
| f | false | 191 | 191 | label ...: |
|
||||
| f | false | 193 | 193 | { ... } |
|
||||
| f | false | 197 | 197 | 4 |
|
||||
| f | false | 198 | 198 | ExprStmt |
|
||||
| f | false | 200 | 200 | { ... } |
|
||||
| f | false | 202 | 202 | <handler> |
|
||||
| f | false | 203 | 203 | try { ... } |
|
||||
| f | false | 205 | 205 | { ... } |
|
||||
| f | false | 209 | 209 | 5 |
|
||||
| f | false | 210 | 210 | ExprStmt |
|
||||
| f | false | 212 | 212 | { ... } |
|
||||
| f | false | 216 | 216 | 6 |
|
||||
| f | false | 217 | 217 | ExprStmt |
|
||||
| f | false | 219 | 219 | { ... } |
|
||||
| f | false | 221 | 221 | <handler> |
|
||||
| f | false | 222 | 222 | <handler> |
|
||||
| f | false | 223 | 223 | try { ... } |
|
||||
| f | false | 225 | 225 | return ... |
|
||||
| f | false | 227 | 227 | { ... } |
|
||||
| f | true | 180 | 189 | |
|
||||
| f | true | 182 | 180 | |
|
||||
| f | true | 186 | 187 | |
|
||||
| f | true | 187 | 202 | |
|
||||
| f | true | 189 | 186 | |
|
||||
| f | true | 191 | 225 | |
|
||||
| f | true | 193 | 182 | |
|
||||
| f | true | 197 | 225 | |
|
||||
| f | true | 198 | 197 | |
|
||||
| f | true | 200 | 198 | |
|
||||
| f | true | 202 | 200 | |
|
||||
| f | true | 202 | 221 | |
|
||||
| f | true | 203 | 193 | |
|
||||
| f | true | 205 | 203 | |
|
||||
| f | true | 209 | 225 | |
|
||||
| f | true | 210 | 209 | |
|
||||
| f | true | 212 | 210 | |
|
||||
| f | true | 216 | 225 | |
|
||||
| f | true | 217 | 216 | |
|
||||
| f | true | 219 | 217 | |
|
||||
| f | true | 221 | 212 | |
|
||||
| f | true | 221 | 222 | |
|
||||
| f | true | 222 | 163 | |
|
||||
| f | true | 222 | 219 | |
|
||||
| f | true | 223 | 205 | |
|
||||
| f | true | 225 | 163 | |
|
||||
| f | true | 227 | 223 | |
|
||||
| g | false | 150 | 150 | g |
|
||||
| g | false | 155 | 155 | 1 |
|
||||
| g | false | 156 | 156 | throw ... |
|
||||
| g | false | 158 | 158 | ExprStmt |
|
||||
| g | false | 160 | 160 | { ... } |
|
||||
| g | true | 155 | 156 | |
|
||||
| g | true | 156 | 150 | |
|
||||
| g | true | 158 | 155 | |
|
||||
| g | true | 160 | 158 | |
|
||||
| C::operator= | false | 252 | 252 | operator= |
|
||||
| C::operator= | false | 263 | 263 | operator= |
|
||||
| D::operator= | false | 234 | 234 | operator= |
|
||||
| D::operator= | false | 245 | 245 | operator= |
|
||||
| f | false | 151 | 151 | f |
|
||||
| f | false | 159 | 159 | call to g |
|
||||
| f | false | 161 | 161 | ExprStmt |
|
||||
| f | false | 165 | 165 | 2 |
|
||||
| f | false | 166 | 166 | throw ... |
|
||||
| f | false | 168 | 168 | ExprStmt |
|
||||
| f | false | 170 | 170 | label ...: |
|
||||
| f | false | 172 | 172 | { ... } |
|
||||
| f | false | 180 | 180 | 4 |
|
||||
| f | false | 181 | 181 | ExprStmt |
|
||||
| f | false | 183 | 183 | { ... } |
|
||||
| f | false | 185 | 185 | <handler> |
|
||||
| f | false | 186 | 186 | try { ... } |
|
||||
| f | false | 188 | 188 | { ... } |
|
||||
| f | false | 195 | 195 | 5 |
|
||||
| f | false | 196 | 196 | ExprStmt |
|
||||
| f | false | 198 | 198 | { ... } |
|
||||
| f | false | 205 | 205 | 6 |
|
||||
| f | false | 206 | 206 | ExprStmt |
|
||||
| f | false | 208 | 208 | { ... } |
|
||||
| f | false | 210 | 210 | <handler> |
|
||||
| f | false | 211 | 211 | <handler> |
|
||||
| f | false | 212 | 212 | try { ... } |
|
||||
| f | false | 214 | 214 | return ... |
|
||||
| f | false | 216 | 216 | { ... } |
|
||||
| f | true | 159 | 168 | |
|
||||
| f | true | 161 | 159 | |
|
||||
| f | true | 165 | 166 | |
|
||||
| f | true | 166 | 185 | |
|
||||
| f | true | 168 | 165 | |
|
||||
| f | true | 170 | 214 | |
|
||||
| f | true | 172 | 161 | |
|
||||
| f | true | 180 | 214 | |
|
||||
| f | true | 181 | 180 | |
|
||||
| f | true | 183 | 181 | |
|
||||
| f | true | 185 | 183 | |
|
||||
| f | true | 185 | 210 | |
|
||||
| f | true | 186 | 172 | |
|
||||
| f | true | 188 | 186 | |
|
||||
| f | true | 195 | 214 | |
|
||||
| f | true | 196 | 195 | |
|
||||
| f | true | 198 | 196 | |
|
||||
| f | true | 205 | 214 | |
|
||||
| f | true | 206 | 205 | |
|
||||
| f | true | 208 | 206 | |
|
||||
| f | true | 210 | 198 | |
|
||||
| f | true | 210 | 211 | |
|
||||
| f | true | 211 | 151 | |
|
||||
| f | true | 211 | 208 | |
|
||||
| f | true | 212 | 188 | |
|
||||
| f | true | 214 | 151 | |
|
||||
| f | true | 216 | 212 | |
|
||||
| g | false | 156 | 156 | g |
|
||||
| g | false | 224 | 224 | 1 |
|
||||
| g | false | 225 | 225 | throw ... |
|
||||
| g | false | 227 | 227 | ExprStmt |
|
||||
| g | false | 229 | 229 | { ... } |
|
||||
| g | true | 224 | 225 | |
|
||||
| g | true | 225 | 156 | |
|
||||
| g | true | 227 | 224 | |
|
||||
| g | true | 229 | 227 | |
|
||||
| operator= | false | 92 | 92 | operator= |
|
||||
| operator= | false | 99 | 99 | operator= |
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user