This file is indexed.

/usr/lib/x86_64-linux-gnu/ada/adalib/asis/a4g-mapping.ali is in libasis2014-dev 2014-4.

This file is owned by root:root, with mode 0o444.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
V "GNAT Lib v4.9"
A -O2
A -O2
A -fstack-protector-strong
A -fPIC
A -gnatf
A -gnatws
A -g
A -gnatf
A -gnatn
A -gnato
A -gnatwa
A -gnatVa
A -gnatA
P SS ZX

RN
RV NO_ACCESS_SUBPROGRAMS
RV NO_ENUMERATION_MAPS
RV NO_EXCEPTIONS
RV NO_IMPLICIT_LOOPS
RV NO_SECONDARY_STACK
RV NO_STANDARD_STORAGE_POOLS
RV NO_DEFAULT_INITIALIZATION
RV NO_IMPLEMENTATION_PRAGMAS
RV NO_ELABORATION_CODE
RV SPARK_05

U a4g.mapping%b		a4g-mapping.adb		9227b4a4 OO PK IU
W a4g%s			a4g.ads			a4g.ali
W a4g.a_debug%s		a4g-a_debug.adb		a4g-a_debug.ali
W a4g.a_output%s	a4g-a_output.adb	a4g-a_output.ali
W a4g.a_sem%s		a4g-a_sem.adb		a4g-a_sem.ali
W a4g.a_sinput%s	a4g-a_sinput.adb	a4g-a_sinput.ali
W a4g.asis_tables%s	a4g-asis_tables.adb	a4g-asis_tables.ali
W a4g.contt%s		a4g-contt.adb		a4g-contt.ali
W a4g.norm%s		a4g-norm.adb		a4g-norm.ali
W a4g.vcheck%s		a4g-vcheck.adb		a4g-vcheck.ali
W ada%s			ada.ads			ada.ali
W ada.characters%s	a-charac.ads		a-charac.ali
W ada.characters.handling%s  a-chahan.adb	a-chahan.ali
W ada.exceptions%s	a-except.adb		a-except.ali
W ada.tags%s		a-tags.adb		a-tags.ali
W asis%s		asis.ads		asis.ali
W asis.compilation_units%s  asis-compilation_units.adb  asis-compilation_units.ali
W asis.elements%s	asis-elements.adb	asis-elements.ali
W asis.set_get%s	asis-set_get.adb	asis-set_get.ali
W atree%s		atree.adb		atree.ali
W einfo%s		einfo.adb		einfo.ali
W elists%s		elists.adb		elists.ali
W interfaces%s		interfac.ads		interfac.ali
W namet%s		namet.adb		namet.ali
W nlists%s		nlists.adb		nlists.ali
W output%s		output.adb		output.ali
W snames%s		snames.adb		snames.ali
W stand%s		stand.adb		stand.ali
W system%s		system.ads		system.ali
W system.img_bool%s	s-imgboo.adb		s-imgboo.ali
W system.img_enum_new%s	s-imenne.adb		s-imenne.ali
W system.secondary_stack%s  s-secsta.adb	s-secsta.ali
W uintp%s		uintp.adb		uintp.ali
W urealp%s		urealp.adb		urealp.ali

U a4g.mapping%s		a4g-mapping.ads		4663ba9d EE NE OO PK IU
W a4g%s			a4g.ads			a4g.ali
W a4g.a_types%s		a4g-a_types.adb		a4g-a_types.ali
W a4g.int_knds%s	a4g-int_knds.ads	a4g-int_knds.ali
W asis%s		asis.ads		asis.ali
W sinfo%s		sinfo.adb		sinfo.ali
W types%s		types.adb		types.ali

D a4g.ads		20140410133835 21a63bd9
D a4g-a_alloc.ads	20140410133835 1d117c27
D a4g-a_debug.ads	20140410133835 8f990da0
D a4g-a_elists.ads	20140410133835 eac82b15
D a4g-a_opt.ads		20141024101800 863c0b46
D a4g-a_output.ads	20140410133835 02cc0c2f
D a4g-a_sem.ads		20140410133835 1756220b
D a4g-a_sinput.ads	20140410133835 c33101f2
D a4g-a_types.ads	20140410133835 34c03c06
D a4g-asis_tables.ads	20140410133835 136e6f22
D a4g-asis_tables.adb	20140410133835 5ecba8ed
D a4g-contt.ads		20140410133835 70e8045f
D a4g-contt-tt.ads	20140410133835 1e68ebc9
D a4g-contt-ut.ads	20140410133835 4d7a9718
D a4g-gnat_int.ads	20140410133835 dbf8bbdf
D a4g-int_knds.ads	20140410133835 c647fd46
D a4g-knd_conv.ads	20140410133835 d5df1822
D a4g-mapping.ads	20140410133835 b1ae3a22
D a4g-mapping.adb	20140410133835 ef244817
D a4g-norm.ads		20140410133835 253d5c13
D a4g-tree_rec.ads	20140410133835 c4076b88
D a4g-unit_rec.ads	20140410133835 6a123706
D a4g-vcheck.ads	20140410133835 2fb2e9ee
D ada.ads		20070406091342 3ffc8e18
D a-calend.ads		20120515092648 d86d6c8c
D a-charac.ads		20070912115821 2d3ec45b
D a-chahan.ads		20131010125231 1c00991d
D a-chahan.adb		20131010125231 0b9287e4
D a-chlat1.ads		20140225151544 66457d31
D a-contai.ads		20101025135029 61e5e089
D a-cohata.ads		20110804151834 04abccc5
D a-chtgke.ads		20140219145932 a7b0f3a2
D a-chtgke.adb		20140220134615 ee7af212
D a-chtgop.ads		20140219145932 b47ea0e7
D a-chtgop.adb		20140220134615 c00683b2
D a-cohase.ads		20130411133353 1483927e
D a-cohase.adb		20140220134615 0e3e14a8
D a-coprnu.ads		20090409150019 0cdf1864
D a-except.ads		20140129161953 f86a4103
D a-finali.ads		20111121113555 52ecdc1b
D a-iteint.ads		20110906092602 7c7305e9
D a-stream.ads		20140122164720 1a984740
D a-string.ads		20070406091342 90ac6797
D a-strmap.ads		20090409150019 9cb836fb
D a-stmaco.ads		20090409150019 cef4434b
D a-tags.ads		20111212115430 6c0509d0
D a-unccon.ads		20070406091342 f9eb8f06
D a-uncdea.ads		20070406091342 f15a5ed1
D alloc.ads		20140730124209 daf1344a
D asis.ads		20140410133835 676e99c0
D asis-ada_environments.ads  20140410133835 8cbd2bec
D asis-ada_environments-containers.ads  20140410133835 3aa8eb77
D asis-compilation_units.ads  20140410133835 79aaddf9
D asis-elements.ads	20140410133835 008fb726
D asis-errors.ads	20140410133835 1078c674
D asis-extensions.ads	20140410133835 862f7371
D asis-set_get.ads	20140410133835 f9bf55d3
D asis-set_get.adb	20140410133835 75a38846
D asis-text.ads		20140410133835 76594576
D aspects.ads		20140730124209 132f69b1
D atree.ads		20140730124209 15f9fb8a
D atree.adb		20140730124209 4c3369fa
D casing.ads		20140730124209 5c2a7161
D debug.ads		20140730124209 3ea59655
D einfo.ads		20140730124209 b22949de
D einfo.adb		20140730124209 fd9a49c7
D elists.ads		20140730124209 4c493074
D elists.adb		20140730124209 aa321d16
D gnat.ads		20110801150502 fd2ad2f1
D g-os_lib.ads		20090409150019 0db74523
D hostparm.ads		20140730124209 c164ed60
D interfac.ads		20140225151838 69adb1b9
D namet.ads		20140730124209 0b5fbeae
D nlists.ads		20140730124209 783bf08e
D nlists.adb		20140730124209 55317a56
D opt.ads		20140730124209 0424f3ab
D output.ads		20140730124209 2d9479ad
D sinfo.ads		20140730124209 4a23565b
D sinfo.adb		20140730124209 ab5b6dfc
D sinput.ads		20140730124209 c46c1677
D snames.ads		20140730124209 383b4c02
D stand.ads		20140730124209 4852f602
D system.ads		20140730121111 90249111
D s-conca2.ads		20140225151544 02a0d7d0
D s-exctab.ads		20140225151139 54135002
D s-finmas.ads		20140225151139 814daec4
D s-finroo.ads		20120426095924 4ff27390
D s-imgboo.ads		20090409150019 f5d971eb
D s-imenne.ads		20140225151139 614c06c0
D s-memory.ads		20140225151139 597d6634
D s-os_lib.ads		20140225151139 73b554c6
D s-parame.ads		20140225151139 ab8cb46a
D s-secsta.ads		20140225151139 86a2856d
D s-soflin.ads		20140225151139 aa763b52
D s-stache.ads		20140225151139 a37c21ec
D s-stalib.ads		20140225151139 a891183f
D s-stoele.ads		20140225151139 2dc34a04
D s-stoele.adb		20140225151139 ed88f8fb
D s-stopoo.ads		20131010103753 b16154c2
D s-stposu.ads		20121005142121 ffeba1c5
D s-stratt.ads		20131014135145 aedef97e
D s-string.ads		20140225151139 8fe54fb7
D s-traent.ads		20140225151139 b5116092
D s-unstyp.ads		20140225151139 510692af
D s-wchcon.ads		20140225151139 1b7d22d2
D table.ads		20140730124209 e3a9ec16
D table.adb		20140730124209 d2a5ae47
D tree_io.ads		20140730124209 92caaa96
D types.ads		20140730124209 09a1b5bd
D uintp.ads		20140730124209 2762e44a
D unchconv.ads		20070406091342 ca2f9e18
D unchdeal.ads		20070406091342 214516a4
D urealp.ads		20140730124209 e500ee51
D urealp.adb		20140730124209 a99724cd
X 1 a4g.ads
50K9*A4G 52e8 18|64r6 64r24 65r6 65r24 70r9 431r5 19|47r6 47r35 48r6 48r35
. 49r6 49r35 50r6 50r35 51r6 51r35 52r6 52r35 53r6 53r35 54r6 54r35 67r14
. 4846r5
X 3 a4g-a_debug.ads
40K13*A_Debug 130e16 19|47w10 47r39
70b4*Debug_Flag_L{boolean} 19|4405r13
X 6 a4g-a_output.ads
50K13*A_Output 118e17 19|48w10 48r39
96U14*Write_Node 19|4406s13
96i26 N{109|384I9} 19|4406r25
96s39 Prefix{string} 19|4407r25
X 7 a4g-a_sem.ads
49K13*A_Sem 274e14 19|49w10 49r39
108V13*Entity_Present{boolean} 19|2424s17 2889s16
161V13*Is_From_Instance{boolean} 19|1237s26 1239s26 1241s26 3775s13
169V13*Is_Name_Of_Expanded_Subprogram{boolean} 19|3776s13 3796s18
242V13*Pass_Generic_Actual{boolean} 19|2028s13 4117s18
248V13*Part_Of_Pass_Generic_Actual{boolean} 19|3777s13 3792s18
X 8 a4g-a_sinput.ads
63K13*A_Sinput 294e17 19|50w10 50r39
92V13*Get_Character{character} 19|2024s10
X 9 a4g-a_types.ads
42K13*A_Types 461e16 18|64w10 64r28
147I9*Tree_Id<integer>
174E9*Special_Cases 280e5 18|166r34 250r26 314r26 19|3550r26 3614r34 3633r34
. 4257r26
177n7*Not_A_Special_Case{174E9} 18|166r60 250r52 314r52 19|3550r52 3614r60
. 3767r30 3814r23 3899r26 4257r52
188n7*Explicit_From_Standard{174E9} 19|3906r30 3911r26
206n7*Stand_Char_Literal{174E9} 19|3904r30 3912r26
214n7*Expanded_Package_Instantiation{174E9} 19|3779r25 3805r22
219n7*Expanded_Subprogram_Instantiation{174E9} 19|3780r25 3806r22
224n7*Configuration_File_Pragma{174E9} 19|3699r25
229n7*Rewritten_Named_Number{174E9} 19|3884r40
270n7*From_Limited_View{174E9} 19|3948r26
282E12*Expanded_Spec{174E9} 19|3761r30 3770r30
297E9*Normalization_Cases 313e46 18|167r34 251r26 315r26 19|3551r26 3615r34
. 4258r26
300n7*Is_Not_Normalized{297E9} 18|167r60 251r52 315r52 19|3551r52 3615r60
. 4258r52
308n7*Is_Normalized_Defaulted_For_Box{297E9} 19|3794r26
434X4*Internal_Implementation_Error 19|1686r19 2974r28 3601r13 3713r16
X 10 a4g-asis_tables.ads
49K13*Asis_Tables 125e20 19|51w10 51r39
51K12*Internal_Asis_Element_Table[106|55] 19|3568r17 3569r25 4394r10 4420r13
66K12*Asis_Element_Table[106|55] 19|4166r7 4177r16 4183r19 4183r45 4216r13
. 4230r16 4459r10 4466r13 4511r7 4535r16 4541r19 4541r45 4544r20 4544r46
. 4546r20 4546r46 4567r7 4580r13 4587r17 4587r43 4591r17 4591r43 4593r17
. 4593r43
X 12 a4g-contt.ads
60K13*Contt 556e14 19|52w10 52r39
176V13*Get_Current_Tree{9|147I9} 19|3740s28 3747s28
X 16 a4g-int_knds.ads
46K13*Int_Knds 1195e17 18|65w10 65r28
122E9*Internal_Element_Kinds 1035e18 18|90r14 111r14 132r14 165r34 249r26
. 313r26 19|192r14 203r54 207r14 211r14 215r14 219r14 223r14 227r14 229r53
. 231r57 233r57 238r14 243r14 248r14 252r14 256r14 261r14 265r14 269r14 273r14
. 277r14 281r14 285r14 289r14 293r14 297r14 301r14 305r14 309r14 313r14 318r14
. 323r14 327r14 331r14 335r14 339r14 343r14 347r14 351r14 355r14 359r14 363r14
. 367r14 371r14 375r14 404r37 646r17 768r14 770r23 871r34 1267r14 1288r14
. 1309r14 1346r14 1380r14 1382r25 1426r14 1469r14 1525r14 1546r14 1950r14
. 1982r14 2003r14 2076r14 2211r14 2237r14 2239r16 2285r14 2446r14 2464r14
. 2485r14 2506r14 2527r14 2531r25 2574r14 2595r14 2597r16 2613r14 2690r14
. 2692r16 2707r14 2738r14 2759r14 2761r16 2796r14 3003r14 3190r14 3193r18
. 3225r14 3227r16 3242r14 3261r53 3303r14 3305r19 3389r14 3410r14 3430r14
. 3450r14 3475r14 3494r14 3530r14 3549r26 3579r14 3613r34 3628r34 4020r14
. 4256r26 4661r14
124n7*Not_An_Element{122E9} 18|165r60 249r52 313r52 19|891r28 1382r51 3549r52
. 3613r60 3821r30 4026r14 4256r52
137n7*An_All_Calls_Remote_Pragma{122E9} 19|3012r17
138n7*An_Asynchronous_Pragma{122E9} 19|3015r17
139n7*An_Atomic_Pragma{122E9} 19|3018r17
140n7*An_Atomic_Components_Pragma{122E9} 19|3021r17
141n7*An_Attach_Handler_Pragma{122E9} 19|3024r17
142n7*A_Controlled_Pragma{122E9} 19|3027r17
143n7*A_Convention_Pragma{122E9} 19|3030r17
144n7*A_Discard_Names_Pragma{122E9} 19|3033r17
145n7*An_Elaborate_Pragma{122E9} 19|3036r17
146n7*An_Elaborate_All_Pragma{122E9} 19|3039r17
147n7*An_Elaborate_Body_Pragma{122E9} 19|3042r17
148n7*An_Export_Pragma{122E9} 19|3045r17
149n7*An_Import_Pragma{122E9} 19|3048r17
150n7*An_Inline_Pragma{122E9} 19|3051r17
151n7*An_Inspection_Point_Pragma{122E9} 19|3054r17
152n7*An_Interrupt_Handler_Pragma{122E9} 19|3057r17
153n7*An_Interrupt_Priority_Pragma{122E9} 19|3060r17
154n7*A_Linker_Options_Pragma{122E9} 19|3063r17
155n7*A_List_Pragma{122E9} 19|3066r17
156n7*A_Locking_Policy_Pragma{122E9} 19|3069r17
157n7*A_Normalize_Scalars_Pragma{122E9} 19|3072r17
158n7*An_Optimize_Pragma{122E9} 19|3075r17
159n7*A_Pack_Pragma{122E9} 19|3078r17
160n7*A_Page_Pragma{122E9} 19|3081r17
161n7*A_Preelaborate_Pragma{122E9} 19|3084r17
162n7*A_Priority_Pragma{122E9} 19|3087r17
163n7*A_Pure_Pragma{122E9} 19|3090r17
164n7*A_Queuing_Policy_Pragma{122E9} 19|3093r17
165n7*A_Remote_Call_Interface_Pragma{122E9} 19|3096r17
166n7*A_Remote_Types_Pragma{122E9} 19|3099r17
167n7*A_Restrictions_Pragma{122E9} 19|3102r17
168n7*A_Reviewable_Pragma{122E9} 19|3105r17
169n7*A_Shared_Passive_Pragma{122E9} 19|3108r17
170n7*A_Storage_Size_Pragma{122E9} 19|3112r17
171n7*A_Suppress_Pragma{122E9} 19|3115r17
172n7*A_Task_Dispatching_Policy_Pragma{122E9} 19|3118r17
173n7*A_Volatile_Pragma{122E9} 19|3121r17
174n7*A_Volatile_Components_Pragma{122E9} 19|3124r17
178n7*An_Assert_Pragma{122E9} 19|3129r17
179n7*An_Assertion_Policy_Pragma{122E9} 19|3131r17
180n7*A_Detect_Blocking_Pragma{122E9} 19|3133r17
181n7*A_No_Return_Pragma{122E9} 19|3135r17
183n7*A_Preelaborable_Initialization_Pragma{122E9} 19|3139r17
184n7*A_Priority_Specific_Dispatching_Pragma{122E9} 19|3141r17
185n7*A_Profile_Pragma{122E9} 19|3143r17
186n7*A_Relative_Deadline_Pragma{122E9} 19|3145r17
187n7*An_Unchecked_Union_Pragma{122E9} 19|3147r17
188n7*An_Unsuppress_Pragma{122E9} 19|3149r17
196n7*A_Default_Storage_Pool_Pragma{122E9} 19|3156r17
197n7*A_Dispatching_Domain_Pragma{122E9} 19|3158r17
198n7*A_CPU_Pragma{122E9} 19|3160r17
199n7*An_Independent_Pragma{122E9} 19|3162r17
200n7*A_Independent_Components_Pragma{122E9} 19|3164r17
204n7*An_Implementation_Defined_Pragma{122E9} 19|3177r17
206n7*An_Unknown_Pragma{122E9} 19|3179r17
216n7*A_Defining_Identifier{122E9} 19|831r51 848r54 2064r20
217n7*A_Defining_Character_Literal{122E9} 19|417r43 3752r29
218n7*A_Defining_Enumeration_Literal{122E9} 19|2062r20
226n7*A_Defining_And_Operator{122E9} 19|2114r20
227n7*A_Defining_Or_Operator{122E9} 19|2117r20
228n7*A_Defining_Xor_Operator{122E9} 19|2120r20
229n7*A_Defining_Equal_Operator{122E9} 19|2123r20
230n7*A_Defining_Not_Equal_Operator{122E9} 19|2126r20
231n7*A_Defining_Less_Than_Operator{122E9} 19|2129r20
232n7*A_Defining_Less_Than_Or_Equal_Operator{122E9} 19|2132r20
233n7*A_Defining_Greater_Than_Operator{122E9} 19|2135r20
234n7*A_Defining_Greater_Than_Or_Equal_Operator{122E9} 19|2138r20
235n7*A_Defining_Plus_Operator{122E9} 19|2188r26
236n7*A_Defining_Minus_Operator{122E9} 19|2196r26
237n7*A_Defining_Concatenate_Operator{122E9} 19|2141r20
238n7*A_Defining_Unary_Plus_Operator{122E9} 19|2186r26
239n7*A_Defining_Unary_Minus_Operator{122E9} 19|2194r26
240n7*A_Defining_Multiply_Operator{122E9} 19|2144r20
241n7*A_Defining_Divide_Operator{122E9} 19|2147r20
242n7*A_Defining_Mod_Operator{122E9} 19|2150r20
243n7*A_Defining_Rem_Operator{122E9} 19|2153r20
244n7*A_Defining_Exponentiate_Operator{122E9} 19|2156r20
245n7*A_Defining_Abs_Operator{122E9} 19|2159r20
246n7*A_Defining_Not_Operator{122E9} 19|2162r20
248n7*A_Defining_Expanded_Name{122E9} 19|578r43
259n7*An_Ordinary_Type_Declaration{122E9} 19|482r43
260n7*A_Task_Type_Declaration{122E9} 19|503r43
261n7*A_Protected_Type_Declaration{122E9} 19|497r43
262n7*An_Incomplete_Type_Declaration{122E9} 19|2597r42
264n7*A_Tagged_Incomplete_Type_Declaration{122E9} 19|2600r20
266n7*A_Private_Type_Declaration{122E9} 19|495r43
267n7*A_Private_Extension_Declaration{122E9} 19|494r43
269n7*A_Subtype_Declaration{122E9} 19|496r43
271n7*A_Variable_Declaration{122E9} 19|2779r20
272n7*A_Constant_Declaration{122E9} 19|2781r20
273n7*A_Deferred_Constant_Declaration{122E9} 19|2783r20
274n7*A_Single_Task_Declaration{122E9} 19|515r43
275n7*A_Single_Protected_Declaration{122E9} 19|627r43
277n7*An_Integer_Number_Declaration{122E9} 19|2746r20
278n7*A_Real_Number_Declaration{122E9} 19|2748r20
280n7*An_Enumeration_Literal_Specification{122E9} 19|3753r29 4583r39
282n7*A_Discriminant_Specification{122E9} 19|584r43 4469r39
284n7*A_Component_Declaration{122E9} 19|474r43
286n7*A_Loop_Parameter_Specification{122E9} 19|492r43
287n7*A_Generalized_Iterator_Specification{122E9} 19|2692r42
288n7*An_Element_Iterator_Specification{122E9} 19|2695r20
290n7*A_Procedure_Declaration{122E9} 19|1277r20 3464r20
291n7*A_Function_Declaration{122E9} 19|1275r20 3458r20
293n7*A_Parameter_Specification{122E9} 19|619r43
296n7*A_Procedure_Body_Declaration{122E9} 19|3419r20
297n7*A_Function_Body_Declaration{122E9} 19|3417r20
300n7*A_Return_Variable_Specification{122E9} 19|2774r23
301n7*A_Return_Constant_Specification{122E9} 19|2776r23
302n7*A_Null_Procedure_Declaration{122E9} 19|3461r20
305n7*An_Expression_Function_Declaration{122E9} 19|477r43
307n7*A_Package_Declaration{122E9} 19|514r43
308n7*A_Package_Body_Declaration{122E9} 19|511r43
310n7*An_Object_Renaming_Declaration{122E9} 19|524r43
311n7*An_Exception_Renaming_Declaration{122E9} 19|523r43
312n7*A_Package_Renaming_Declaration{122E9} 19|525r43
313n7*A_Procedure_Renaming_Declaration{122E9} 19|3484r17
314n7*A_Function_Renaming_Declaration{122E9} 19|3482r17
315n7*A_Generic_Package_Renaming_Declaration{122E9} 19|532r7
316n7*A_Generic_Procedure_Renaming_Declaration{122E9} 19|535r7
317n7*A_Generic_Function_Renaming_Declaration{122E9} 19|529r7
319n7*A_Task_Body_Declaration{122E9} 19|517r43
320n7*A_Protected_Body_Declaration{122E9} 19|620r43
322n7*An_Entry_Declaration{122E9} 19|476r43
323n7*An_Entry_Body_Declaration{122E9} 19|475r43
324n7*An_Entry_Index_Specification{122E9} 19|478r43
326n7*A_Procedure_Body_Stub{122E9} 19|3439r20
327n7*A_Function_Body_Stub{122E9} 19|3437r20
328n7*A_Package_Body_Stub{122E9} 19|504r43
329n7*A_Task_Body_Stub{122E9} 19|507r43
330n7*A_Protected_Body_Stub{122E9} 19|505r43
332n7*An_Exception_Declaration{122E9} 19|588r43
335n7*A_Generic_Procedure_Declaration{122E9} 19|2583r20
336n7*A_Generic_Function_Declaration{122E9} 19|2581r20
337n7*A_Generic_Package_Declaration{122E9} 19|519r43
339n7*A_Package_Instantiation{122E9} 19|509r43
340n7*A_Procedure_Instantiation{122E9} 19|510r43
341n7*A_Function_Instantiation{122E9} 19|508r43
343n7*A_Formal_Object_Declaration{122E9} 19|479r43
344n7*A_Formal_Type_Declaration{122E9} 19|2454r17
346n7*A_Formal_Incomplete_Type_Declaration{122E9} 19|2452r17
348n7*A_Formal_Procedure_Declaration{122E9} 19|2516r20
349n7*A_Formal_Function_Declaration{122E9} 19|2514r20
350n7*A_Formal_Package_Declaration{122E9} 19|2474r20
351n7*A_Formal_Package_Declaration_With_Box{122E9} 19|2472r20
366n7*A_Derived_Type_Definition{122E9} 19|2239r42
367n7*A_Derived_Record_Extension_Definition{122E9} 19|2271r20
369n7*An_Enumeration_Type_Definition{122E9} 19|586r43
371n7*A_Signed_Integer_Type_Definition{122E9} 19|626r43
372n7*A_Modular_Type_Definition{122E9} 19|613r43
386n7*A_Floating_Point_Definition{122E9} 19|590r43
388n7*An_Ordinary_Fixed_Point_Definition{122E9} 19|615r43
389n7*A_Decimal_Fixed_Point_Definition{122E9} 19|577r43
391n7*An_Unconstrained_Array_Definition{122E9} 19|3589r17
392n7*A_Constrained_Array_Definition{122E9} 19|1992r17
394n7*A_Record_Type_Definition{122E9} 19|3305r45
395n7*A_Tagged_Record_Type_Definition{122E9} 19|3376r20
408n7*An_Ordinary_Interface{122E9} 19|2267r23 3370r26
409n7*A_Limited_Interface{122E9} 19|2259r23 3338r26
410n7*A_Task_Interface{122E9} 19|2261r23 3346r26
411n7*A_Protected_Interface{122E9} 19|2263r23 3354r26
412n7*A_Synchronized_Interface{122E9} 19|2265r23 3362r26
421n7*A_Pool_Specific_Access_To_Variable{122E9} 19|1456r20
422n7*An_Access_To_Variable{122E9} 19|1452r20
423n7*An_Access_To_Constant{122E9} 19|1454r20
425n7*An_Access_To_Procedure{122E9} 19|1367r23
426n7*An_Access_To_Protected_Procedure{122E9} 19|1365r23
427n7*An_Access_To_Function{122E9} 19|1333r23
428n7*An_Access_To_Protected_Function{122E9} 19|1331r23
430n7*A_Subtype_Indication{122E9} 19|2308r26 2328r26 3521r14
437n7*A_Range_Attribute_Reference{122E9} 19|1677r20 1683r20 3252r20
438n7*A_Simple_Expression_Range{122E9} 19|623r43 3250r20 3288r20
439n7*A_Digits_Constraint{122E9} 19|582r43
440n7*A_Delta_Constraint{122E9} 19|580r43
441n7*An_Index_Constraint{122E9} 19|2358r19 2644r17 2650r20 2679r17
442n7*A_Discriminant_Constraint{122E9} 19|2639r17 2652r20 2661r17 2677r17
444n7*A_Component_Definition{122E9} 19|574r43 2352r26
452n7*A_Discrete_Subtype_Indication_As_Subtype_Definition{122E9} 19|2335r23
. 3507r23 3511r20
453n7*A_Discrete_Range_Attribute_Reference_As_Subtype_Definition{122E9} 19|1673r20
454n7*A_Discrete_Simple_Expression_Range_As_Subtype_Definition{122E9} 19|3276r20
470n7*A_Discrete_Subtype_Indication{122E9} 19|916r31 936r37 951r34 2360r26
. 2370r26 3516r20
471n7*A_Discrete_Range_Attribute_Reference{122E9} 19|980r34 1664r20
472n7*A_Discrete_Simple_Expression_Range{122E9} 19|967r31 3284r20
481n7*A_Variant_Part{122E9} 19|635r43
482n7*A_Variant{122E9} 19|634r43
484n7*An_Others_Choice{122E9} 19|616r43 901r31
503n7*An_Anonymous_Access_To_Variable{122E9} 19|1392r26
504n7*An_Anonymous_Access_To_Constant{122E9} 19|1390r26
505n7*An_Anonymous_Access_To_Procedure{122E9} 19|1408r26
506n7*An_Anonymous_Access_To_Protected_Procedure{122E9} 19|1406r26
507n7*An_Anonymous_Access_To_Function{122E9} 19|1400r26
508n7*An_Anonymous_Access_To_Protected_Function{122E9} 19|1398r26
515n7*A_Task_Definition{122E9} 19|629r43
516n7*A_Protected_Definition{122E9} 19|621r43
524n7*A_Formal_Private_Type_Definition{122E9} 19|2495r20
525n7*A_Formal_Tagged_Private_Type_Definition{122E9} 19|2493r20
527n7*A_Formal_Derived_Type_Definition{122E9} 19|595r43
529n7*A_Formal_Discrete_Type_Definition{122E9} 19|596r43
531n7*A_Formal_Signed_Integer_Type_Definition{122E9} 19|607r7
532n7*A_Formal_Modular_Type_Definition{122E9} 19|598r43
534n7*A_Formal_Floating_Point_Definition{122E9} 19|597r43
536n7*A_Formal_Ordinary_Fixed_Point_Definition{122E9} 19|601r7
537n7*A_Formal_Decimal_Fixed_Point_Definition{122E9} 19|593r7
546n7*A_Formal_Ordinary_Interface{122E9} 19|3368r26
547n7*A_Formal_Limited_Interface{122E9} 19|3336r26
548n7*A_Formal_Task_Interface{122E9} 19|3344r26
549n7*A_Formal_Protected_Interface{122E9} 19|3352r26
550n7*A_Formal_Synchronized_Interface{122E9} 19|3360r26
554n7*A_Formal_Unconstrained_Array_Definition{122E9} 19|3587r17
555n7*A_Formal_Constrained_Array_Definition{122E9} 19|1990r17
564n7*A_Formal_Pool_Specific_Access_To_Variable{122E9} 19|1446r20
565n7*A_Formal_Access_To_Variable{122E9} 19|1442r20
566n7*A_Formal_Access_To_Constant{122E9} 19|1444r20
568n7*A_Formal_Access_To_Procedure{122E9} 19|1361r23
569n7*A_Formal_Access_To_Protected_Procedure{122E9} 19|1359r23
570n7*A_Formal_Access_To_Function{122E9} 19|1325r23
571n7*A_Formal_Access_To_Protected_Function{122E9} 19|1323r23
574n7*An_Aspect_Specification{122E9} 19|566r43
586n7*An_Integer_Literal{122E9} 19|456r43
587n7*A_Real_Literal{122E9} 19|463r43
588n7*A_String_Literal{122E9} 19|472r43
590n7*An_Identifier{122E9} 19|943r37 2324r29 2348r29 2430r23 2435r20 3885r40
598n7*An_And_Operator{122E9} 19|2833r20
599n7*An_Or_Operator{122E9} 19|2836r20
600n7*An_Xor_Operator{122E9} 19|2839r20
601n7*An_Equal_Operator{122E9} 19|2842r20
602n7*A_Not_Equal_Operator{122E9} 19|2845r20
603n7*A_Less_Than_Operator{122E9} 19|2848r20
604n7*A_Less_Than_Or_Equal_Operator{122E9} 19|2851r20
605n7*A_Greater_Than_Operator{122E9} 19|2854r20
606n7*A_Greater_Than_Or_Equal_Operator{122E9} 19|2857r20
607n7*A_Plus_Operator{122E9} 19|2983r26
608n7*A_Minus_Operator{122E9} 19|2989r26
609n7*A_Concatenate_Operator{122E9} 19|2860r20
610n7*A_Unary_Plus_Operator{122E9} 19|2981r26
611n7*A_Unary_Minus_Operator{122E9} 19|2987r26
612n7*A_Multiply_Operator{122E9} 19|2863r20
613n7*A_Divide_Operator{122E9} 19|2866r20
614n7*A_Mod_Operator{122E9} 19|2869r20
615n7*A_Rem_Operator{122E9} 19|2872r20
616n7*An_Exponentiate_Operator{122E9} 19|2875r20
617n7*An_Abs_Operator{122E9} 19|2878r20
618n7*A_Not_Operator{122E9} 19|2881r20
620n7*A_Character_Literal{122E9} 19|422r43
621n7*An_Enumeration_Literal{122E9} 19|927r40 941r37 2428r23 2557r26 3919r31
622n7*An_Explicit_Dereference{122E9} 19|453r43
623n7*A_Function_Call{122E9} 19|424r43 425r43 427r43 428r43 429r43 430r43
. 431r43 432r43 435r43 436r43 437r43 438r43 439r43 442r43 444r43 445r43 446r43
. 447r43 448r43 449r43 450r43 1744r17 2385r26 2531r51 3211r23 3864r40
625n7*An_Indexed_Component{122E9} 19|455r43
626n7*A_Slice{122E9} 19|471r43
627n7*A_Selected_Component{122E9} 19|464r43 581r43 954r34 2322r29 2346r29
. 2416r20 2555r26 3918r31
635n7*An_Access_Attribute{122E9} 19|1759r18
636n7*An_Address_Attribute{122E9} 19|1761r18
637n7*An_Adjacent_Attribute{122E9} 19|4671r17
638n7*An_Aft_Attribute{122E9} 19|1763r18
639n7*An_Alignment_Attribute{122E9} 19|1765r18
640n7*A_Base_Attribute{122E9} 19|1767r18
641n7*A_Bit_Order_Attribute{122E9} 19|1769r18
642n7*A_Body_Version_Attribute{122E9} 19|1771r18
643n7*A_Callable_Attribute{122E9} 19|1773r18
644n7*A_Caller_Attribute{122E9} 19|1775r18
645n7*A_Ceiling_Attribute{122E9} 19|4673r17
646n7*A_Class_Attribute{122E9} 19|1777r18 2401r26
647n7*A_Component_Size_Attribute{122E9} 19|1779r18
648n7*A_Compose_Attribute{122E9} 19|4675r17
649n7*A_Constrained_Attribute{122E9} 19|1781r18
650n7*A_Copy_Sign_Attribute{122E9} 19|4677r17
651n7*A_Count_Attribute{122E9} 19|1783r18
652n7*A_Definite_Attribute{122E9} 19|1785r18
653n7*A_Delta_Attribute{122E9} 19|1787r18
654n7*A_Denorm_Attribute{122E9} 19|1789r18
655n7*A_Digits_Attribute{122E9} 19|1791r18
656n7*An_Exponent_Attribute{122E9} 19|4679r17
657n7*An_External_Tag_Attribute{122E9} 19|1793r18
658n7*A_First_Attribute{122E9} 19|1795r18
659n7*A_First_Bit_Attribute{122E9} 19|1797r18
660n7*A_Floor_Attribute{122E9} 19|4681r17
661n7*A_Fore_Attribute{122E9} 19|1799r18
662n7*A_Fraction_Attribute{122E9} 19|4683r17
663n7*An_Identity_Attribute{122E9} 19|1801r18
664n7*An_Image_Attribute{122E9} 19|4685r17
665n7*An_Input_Attribute{122E9} 19|4687r17
666n7*A_Last_Attribute{122E9} 19|1803r18
667n7*A_Last_Bit_Attribute{122E9} 19|1805r18
668n7*A_Leading_Part_Attribute{122E9} 19|4689r17
669n7*A_Length_Attribute{122E9} 19|1807r18
670n7*A_Machine_Attribute{122E9} 19|4691r17
671n7*A_Machine_Emax_Attribute{122E9} 19|1809r18
672n7*A_Machine_Emin_Attribute{122E9} 19|1811r18
673n7*A_Machine_Mantissa_Attribute{122E9} 19|1813r18
674n7*A_Machine_Overflows_Attribute{122E9} 19|1815r18
675n7*A_Machine_Radix_Attribute{122E9} 19|1817r18
676n7*A_Machine_Rounds_Attribute{122E9} 19|1819r18
677n7*A_Max_Attribute{122E9} 19|4693r17
678n7*A_Max_Size_In_Storage_Elements_Attribute{122E9} 19|1821r18
679n7*A_Min_Attribute{122E9} 19|4695r17
680n7*A_Model_Attribute{122E9} 19|4697r17
681n7*A_Model_Emin_Attribute{122E9} 19|1823r18
682n7*A_Model_Epsilon_Attribute{122E9} 19|1825r18
683n7*A_Model_Mantissa_Attribute{122E9} 19|1827r18
684n7*A_Model_Small_Attribute{122E9} 19|1829r18
685n7*A_Modulus_Attribute{122E9} 19|1831r18
686n7*An_Output_Attribute{122E9} 19|4747r17
687n7*A_Partition_ID_Attribute{122E9} 19|1833r18
688n7*A_Pos_Attribute{122E9} 19|4699r17
689n7*A_Position_Attribute{122E9} 19|1835r18
690n7*A_Pred_Attribute{122E9} 19|4701r17
691n7*A_Range_Attribute{122E9} 19|1837r18
692n7*A_Read_Attribute{122E9} 19|4749r17
693n7*A_Remainder_Attribute{122E9} 19|4703r17
694n7*A_Round_Attribute{122E9} 19|4705r17
695n7*A_Rounding_Attribute{122E9} 19|4707r17
696n7*A_Safe_First_Attribute{122E9} 19|1839r18
697n7*A_Safe_Last_Attribute{122E9} 19|1841r18
698n7*A_Scale_Attribute{122E9} 19|1843r18
699n7*A_Scaling_Attribute{122E9} 19|4709r17
700n7*A_Signed_Zeros_Attribute{122E9} 19|1845r18
701n7*A_Size_Attribute{122E9} 19|1847r18
702n7*A_Small_Attribute{122E9} 19|1849r18
703n7*A_Storage_Pool_Attribute{122E9} 19|1851r18
704n7*A_Storage_Size_Attribute{122E9} 19|1853r18
706n7*A_Succ_Attribute{122E9} 19|4711r17
707n7*A_Tag_Attribute{122E9} 19|1855r18
708n7*A_Terminated_Attribute{122E9} 19|1857r18
709n7*A_Truncation_Attribute{122E9} 19|4713r17
710n7*An_Unbiased_Rounding_Attribute{122E9} 19|4715r17
711n7*An_Unchecked_Access_Attribute{122E9} 19|1859r18
712n7*A_Val_Attribute{122E9} 19|4717r17
713n7*A_Valid_Attribute{122E9} 19|1861r18
714n7*A_Value_Attribute{122E9} 19|4719r17
715n7*A_Version_Attribute{122E9} 19|1863r18
716n7*A_Wide_Image_Attribute{122E9} 19|4721r17
717n7*A_Wide_Value_Attribute{122E9} 19|4723r17
718n7*A_Wide_Width_Attribute{122E9} 19|1865r18
719n7*A_Width_Attribute{122E9} 19|1867r18
720n7*A_Write_Attribute{122E9} 19|4751r17
724n7*A_Machine_Rounding_Attribute{122E9} 19|4729r17
725n7*A_Mod_Attribute{122E9} 19|4731r17
726n7*A_Priority_Attribute{122E9} 19|1871r18
727n7*A_Stream_Size_Attribute{122E9} 19|1873r18
728n7*A_Wide_Wide_Image_Attribute{122E9} 19|4733r17
729n7*A_Wide_Wide_Value_Attribute{122E9} 19|4735r17
730n7*A_Wide_Wide_Width_Attribute{122E9} 19|1875r18
735n7*A_Max_Alignment_For_Allocation_Attribute{122E9} 19|1877r18
736n7*An_Overlaps_Storage_Attribute{122E9} 19|4741r17
739n7*An_Implementation_Defined_Attribute{122E9} 19|1937r17 4763r17
740n7*An_Unknown_Attribute{122E9} 19|1939r17 4765r17
742n7*A_Record_Aggregate{122E9} 19|1500r20 1506r20
743n7*An_Extension_Aggregate{122E9} 19|469r43
744n7*A_Positional_Array_Aggregate{122E9} 19|1510r23
745n7*A_Named_Array_Aggregate{122E9} 19|1512r23
747n7*An_And_Then_Short_Circuit{122E9} 19|426r43
748n7*An_Or_Else_Short_Circuit{122E9} 19|443r43
750n7*An_In_Membership_Test{122E9} 19|434r43
751n7*A_Not_In_Membership_Test{122E9} 19|441r43
753n7*A_Null_Literal{122E9} 19|457r43
754n7*A_Parenthesized_Expression{122E9} 19|3830r34
755n7*A_Raise_Expression{122E9} 19|470r43
757n7*A_Type_Conversion{122E9} 19|465r43
758n7*A_Qualified_Expression{122E9} 19|459r43
760n7*An_Allocation_From_Subtype{122E9} 19|1535r20
761n7*An_Allocation_From_Qualified_Expression{122E9} 19|1533r20
762n7*A_Case_Expression{122E9} 19|467r43
763n7*An_If_Expression{122E9} 19|452r43
764n7*A_For_All_Quantified_Expression{122E9} 19|3230r20
765n7*A_For_Some_Quantified_Expression{122E9} 19|3227r42
775n7*A_Pragma_Argument_Association{122E9} 19|416r43
776n7*A_Discriminant_Association{122E9} 19|583r43
777n7*A_Record_Component_Association{122E9} 19|1960r20 1972r17
778n7*An_Array_Component_Association{122E9} 19|1957r20 1970r17
779n7*A_Parameter_Association{122E9} 19|618r43
780n7*A_Generic_Association{122E9} 19|610r43
790n7*A_Null_Statement{122E9} 19|550r43
791n7*An_Assignment_Statement{122E9} 19|538r43
792n7*An_If_Statement{122E9} 19|548r43
793n7*A_Case_Statement{122E9} 19|540r43
795n7*A_Loop_Statement{122E9} 19|2727r17
796n7*A_While_Loop_Statement{122E9} 19|2721r20
797n7*A_For_Loop_Statement{122E9} 19|2723r20
799n7*A_Block_Statement{122E9} 19|539r43
800n7*An_Exit_Statement{122E9} 19|545r43
801n7*A_Goto_Statement{122E9} 19|547r43
803n7*A_Procedure_Call_Statement{122E9} 19|1754r17 3193r44
804n7*A_Return_Statement{122E9} 19|553r43
807n7*An_Extended_Return_Statement{122E9} 19|554r43
810n7*An_Accept_Statement{122E9} 19|498r43
811n7*An_Entry_Call_Statement{122E9} 19|544r43 3862r40
813n7*A_Requeue_Statement{122E9} 19|3399r17
814n7*A_Requeue_Statement_With_Abort{122E9} 19|3397r17
816n7*A_Delay_Until_Statement{122E9} 19|543r43
817n7*A_Delay_Relative_Statement{122E9} 19|542r43
821n7*A_Selective_Accept_Statement{122E9} 19|625r43
822n7*A_Timed_Entry_Call_Statement{122E9} 19|631r43
823n7*A_Conditional_Entry_Call_Statement{122E9} 19|575r43
824n7*An_Asynchronous_Select_Statement{122E9} 19|570r43
826n7*An_Abort_Statement{122E9} 19|537r43
827n7*A_Raise_Statement{122E9} 19|551r43
828n7*A_Code_Statement{122E9} 19|541r43
842n7*An_Elsif_Path{122E9} 19|585r43
849n7*A_Case_Path{122E9} 19|571r43
853n7*A_Select_Path{122E9} 19|587r43 632r43 1296r17
860n7*An_Or_Path{122E9} 19|1298r17 2227r17
865n7*A_Then_Abort_Path{122E9} 19|555r43
869n7*A_Case_Expression_Path{122E9} 19|567r43
889n7*A_Use_Package_Clause{122E9} 19|518r43
890n7*A_Use_Type_Clause{122E9} 19|3536r17
891n7*A_Use_All_Type_Clause{122E9} 19|3534r17
892n7*A_With_Clause{122E9} 19|636r43
900n7*An_Attribute_Definition_Clause{122E9} 19|412r43
901n7*An_Enumeration_Representation_Clause{122E9} 19|409r43
902n7*A_Record_Representation_Clause{122E9} 19|411r43
903n7*An_At_Clause{122E9} 19|407r43
905n7*A_Component_Clause{122E9} 19|408r43
909n7*An_Exception_Handler{122E9} 19|589r43
1032n7*Non_Trivial_Mapping{122E9} 19|415r43 418r43 419r43 420r43 421r43 423r43
. 451r43 454r43 458r43 460r43 462r43 466r43 468r43 473r43 480r43 485r43 489r43
. 493r43 501r43 502r43 506r43 512r43 516r43 520r43 521r43 522r43 526r43 549r43
. 552r43 556r43 557r43 560r43 563r43 573r43 576r43 579r43 603r43 604r43 609r43
. 611r43 614r43 622r43 624r43 630r43 633r43 781r12
1033n7*Not_Implemented_Mapping{122E9} 19|639r39 786r12
1035n7*No_Mapping{122E9} 19|406r26 410r43 413r43 414r43 461r43 481r43 499r43
. 500r43 513r43 546r43 572r43 612r43 617r43 628r43 637r43 790r12
X 18 a4g-mapping.ads
70K13*Mapping 1|50k9 18|431l9 431e16 19|67b18 4846l9 4846t16
72i4*Parent_Node{109|384I9} 19|1550r32 2168r23 2172m16 2172r59 2174r26 2175m19
. 2175r42 2181r54 2287r44 2900m16 2902r26 2903r26 2907m19 2907r49 2920r29
. 2921m19 2921r42 2923r29 2924r29 2929m22 2929r52 2934r28 2945r61 2951r42
. 2955r44 2970r52 3262r66 3502r19 3686m7
88V13*Asis_Internal_Element_Kind{16|122E9} 89>7 19|766b13 800l8 800t34 2357s19
. 3887s40
89i7 Node{109|384I9} 19|767b7 775r34 784r37 792r22
109V13*N_Operator_Symbol_Mapping{16|122E9} 110>7 19|656r37 2794b13 2995l8
. 2995t33
110i7 Node{109|384I9} 19|2795b7 2799r53 2889r32 2890r31 2900r39 2962r53
117V13*Is_Not_Duplicated_Decl{boolean} 117>37 19|1138b13 1179l8 1179t30 1257s14
117i37 Node{109|384I9} 19|1138b37 1150r22 1151r22 1152r22 1159r42 1169r41
130V13*Subprogram_Attribute_Kind{16|122E9} 131>7 19|4659b13 4768l8 4768t33
131i7 Node{109|384I9} 19|4660b7 4666r42
140V13*Is_GNAT_Attribute_Routine{boolean} 140>40 19|1041b13 1061l8 1061t33
140i40 N{109|384I9} 19|1041b40 1046r42
144V13*Is_Rewritten_Function_Prefix_Notation{boolean} 145>7 19|1067b13 1090l8
. 1090t45 3658s10 3667s14 4115s18
145i7 N{109|384I9} 19|1068b7 1074r17 1076r35 1078r32 1080r43 1082r53 1084r47
. 1084r72
152V13*Is_Rewritten_Impl_Deref_Function_Prefix_Notation{boolean} 153>7 19|1096b13
. 1115l8 1115t56
153i7 N{109|384I9} 19|1097b7 1103r17 1105r43 1107r53 1109r47 1109r72
160V13*Node_To_Element_New{50|286R9} 161>7 162>7 163>7 164>7 165>7 166>7
. 167>7 168>7 169>7 170>7 171>7 19|829s10 846s13 984s38 999s35 1010s32 3608b13
. 3967l8 3967t27 4178s19 4217s16 4231s19 4421s16 4467s16 4536s19 4581s16
161i7 Node{109|384I9} 19|829r31 846r34 985r25 1000r22 1011r19 3609b7 3623r60
. 4179r22 4218r19 4232r22 4423r19 4468r19 4537r22 4582r19
162i7 Node_Field_1{109|384I9} 19|3610b7 3940r19 3941r30
163i7 Node_Field_2{109|384I9} 19|3611b7 3944r19 3945r30
164r7 Starting_Element{50|286R9} 19|830r31 847r34 986r25 1001r22 1013r19
. 3612b7 3688r22 3690r41 3705r25 3709r44 3718r22 3731r60 3734r57 3735r57
. 3738r42 3739r53 3740r58 3745r42 3746r53 3747r58 3758r46 4180r22 4219r19
. 4233r22 4422r19 4470r19 4538r22 4584r19
165e7 Internal_Kind{16|122E9} 19|831r31 848r34 1012r19 3613b7 3628r60 3752r13
. 3753r13 4424r19 4469r19 4583r19
166e7 Spec_Case{9|174E9} 19|3614b7 3633r60 3699r13 3779r13 3780r13 3805r10
. 3806r10 3814r10 3815r27 4425r19
167e7 Norm_Case{9|297E9} 19|3615b7 3794r14 3963r29 4426r19
168b7 Considering_Parent_Count{boolean} 19|3616b7 3826r13
169b7 Using_Original_Node{boolean} 19|3617b7 3663r10
170b7 Inherited{boolean} 19|3618b7 3785r13
171r7 In_Unit{50|1596R9} 19|3619b7 3694r18 3700r57 3702r35 4427r19
244V13*N_To_E_List_New{50|296A9} 245>7 246>7 247>7 248>7 249>7 250>7 251>7
. 252>7 19|3544b13 3571l8 3571t23
245i7 List{109|433I9} 19|3545b7 3558r10
246b7 Include_Pragmas{boolean} 19|3546b7 3559r10
247r7 Starting_Element{50|286R9} 19|3547b7 3560r10
248e7 Node_Knd{78|7921E9} 19|3548b7 3561r10
249e7 Internal_Kind{16|122E9} 19|3549b7 3562r10
250e7 Special_Case{9|174E9} 19|3550b7 3563r10
251e7 Norm_Case{9|297E9} 19|3551b7 3564r10
252r7 In_Unit{50|1596R9} 19|3552b7 3565r10
308U14*Set_Element_List 309>7 310>7 311>7 312>7 313>7 314>7 315>7 316>7 317>7
. 19|3557s7 4251b14 4446l8 4446t24
309i7 List{109|433I9} 19|4252b7 4397r14 4397r43 4401r38
310b7 Include_Pragmas{boolean} 19|4253b7 4378r17
311r7 Starting_Element{50|286R9} 19|4254b7 4422r39
312e7 Node_Knd{78|7921E9} 19|4255b7 4417r19 4417r66
313e7 Internal_Kind{16|122E9} 19|4256b7 4424r39
314e7 Special_Case{9|174E9} 19|4257b7 4425r39
315e7 Norm_Case{9|297E9} 19|4258b7 4426r39
316r7 In_Unit{50|1596R9} 19|4259b7 4427r39
317b7 Append{boolean} 19|4260b7 4393r14
331U14*Set_Inherited_Discriminants 331>43 19|4452b14 4477l8 4477t35
331r43 Type_Def{50|286R9} 19|4452b43 4456r62 4470r39
340U14*Set_Inherited_Components 341>7 342>7 19|4483b14 4555l8 4555t32
341r7 Type_Def{50|286R9} 19|4484b7 4513r33 4538r42
342b7 Include_Discs{boolean} 19|4485b7 4502r52
354U14*Set_Concurrent_Inherited_Components 355>7 356>7 19|4158b14 4242l8
. 4242t43
355r7 Type_Def{50|286R9} 19|4159b7 4168r59 4180r42 4219r39 4233r42
356b7 Include_Discs{boolean} 19|4160b7 4172r13
360U14*Set_Inherited_Literals 360>38 19|4561b14 4607l8 4607t30
360r38 Type_Def{50|286R9} 19|4561b38 4564r63 4569r65 4584r39
366V13*Discrete_Choice_Node_To_Element_List{50|296A9} 367>7 368>7 19|859b13
. 1023l8 1023t44
367i7 Choice_List{109|433I9} 19|860b7 865r55 874r31 879r48
368r7 Starting_Element{50|286R9} 19|861b7 986r45 1001r42 1013r39
380V13*Defining_Id_List_From_Normalized{50|328A12} 381>7 382>7 19|806b13
. 853l8 853t40
381i7 N{109|384I9} 19|807b7 812r48 822r32
382r7 From_Declaration{50|286R9} 19|808b7 830r51 847r54
398V13*Normalized_Namet_String{string} 398>38 19|3996b13 4012l8 4012t31
398i38 Node{109|384I9} 19|3996b38 3999r37 4001r10 4002r10 4003r10 4004r10
408V13*Ureal_Image{string} 408>26 19|4774b13 4844l8 4844t19
408i26 N{109|384I9} 19|4774b26 4778r42
412V13*Is_Statement{boolean} 412>27 19|1212b13 1217l8 1217t20
412i27 N{109|384I9} 19|1212b27 1213r47
415V13*Parenth_Count{109|62I12} 416>7 417>7 19|3827s13 3832s16 3833s37 4136b13
. 4152l8 4152t21
416i7 N{109|384I9} 19|4137b7 4141r36
417i7 Original_N{109|384I9} 19|4138b7 4145r40
424V13*Get_Next_Configuration_Pragma{109|384I9} 424>44 19|1121b13 1132l8
. 1132t37
424i44 N{109|384I9} 19|1121b44 1122r27
X 19 a4g-mapping.adb
159U14 Normalize_Name 159>30 3973b14 3990l8 3990t22 4009s7
159b30 Capitalized{boolean} 3973b30 3983r13
166V13 Is_Protected_Procedure_Call{boolean} 166>42 1185b13 1206l8 1206t35
. 3852s23
166i42 N{109|384I9} 1185b42 1189r31
172V13 Is_Stub_To_Body_Instanse_Replacement{boolean} 173>7 1223b13 1247l8
. 1247t44 3778s13
173i7 N{109|384I9} 1224b7 1227r47 1232r31 1237r65 1239r70 1241r71
181V13 Is_Config_Pragma{boolean} 181>31 1029b13 1035l8 1035t24 1125s18
181i31 N{109|384I9} 1029b31 1032r25 1033r31
188U14 No_Mapping 188>26 792s10 3598b14 3602l8 3602t18
188i26 Node{109|384I9} 3598b26
190V13 Not_Implemented_Mapping{16|122E9} 191>7 741r37 4018b13 4027l8 4027t31
191i7 Node{109|384I9} 4019b7 4024r51
194U14 Not_Implemented_Mapping 194>39 788s10 3291s13 4029b14 4035l8 4035t31
194e39 Source_Node_Kind{78|7921E9} 4029b39 4033r44
203V13 N_Pragma_Mapping{16|122E9} 203>31 651r37 3001b13 3182l8 3182t24
203i31 Node{109|384I9} 3002b7 3005r55
205V13 N_Defining_Identifier_Mapping{16|122E9} 206>7 652r37 2001b13 2068l8
. 2068t37
206i7 Node{109|384I9} 2002b7 2023r16 2024r31 2026r43 2061r28
209V13 N_Defining_Operator_Symbol_Mapping{16|122E9} 210>7 653r37 2058s17
. 2074b13 2203l8 2203t42
210i7 Node{109|384I9} 2075b7 2079r53
213V13 N_Expanded_Name_Mapping{16|122E9} 214>7 219r45 654r37 2283b13 2438l8
. 2438t31
214i7 Node{109|384I9} 2284b7 2307r19 2318r35 2321r29 2339r35 2345r29 2369r19
. 2383r47 2395r26 2397r41 2399r33 2415r20 2420r24 2422r24 2424r33 2426r31
217V13 N_Identifier_Mapping=219:45{16|122E9} 655r37
218i7 Node{109|384I9}
221V13 N_Attribute_Reference_Mapping{16|122E9} 222>7 657r37 1544b13 1942l8
. 1942t37
222i7 Node{109|384I9} 1545b7 1548r63
225V13 N_Function_Call_Mapping{16|122E9} 226>7 658r37 2525b13 2566l8 2566t31
226i7 Node{109|384I9} 2526b7 2540r38 2542r37
229V13 N_Range_Mapping{16|122E9} 229>30 660r37 3261b13 3295l8 3295t23
229i30 Node{109|384I9} 3261b30 3291r45
231V13 N_Allocator_Mapping{16|122E9} 231>34 661r37 1523b13 1538l8 1538t27
231i34 Node{109|384I9} 1524b7 1532r38
233V13 N_Aggregate_Mapping{16|122E9} 233>34 662r37 1467b13 1517l8 1517t27
233i34 Node{109|384I9} 1468b7 1471r42 1496r29 1498r29 1509r38
236V13 N_Incomplete_Type_Declaration_Mapping{16|122E9} 237>7 672r9 2593b13
. 2604l8 2604t45
237i7 Node{109|384I9} 2594b7 2599r26
241V13 N_Subtype_Indication_Mapping{16|122E9} 242>7 663r37 3492b13 3522l8
. 3522t36
242i7 Node{109|384I9} 3493b7 3506r32
246V13 N_Formal_Type_Declaration_Mapping{16|122E9} 247>7 666r37 2444b13 2456l8
. 2456t41
247i7 Node{109|384I9} 2445b7 2449r47
250V13 N_Iterator_Specification_Mapping{16|122E9} 251>7 676r37 2688b13 2699l8
. 2699t40
251i7 Node{109|384I9} 2689b7 2694r22
254V13 N_Quantified_Expression_Mapping{16|122E9} 255>7 659r37 3223b13 3234l8
. 3234t39
255i7 Node{109|384I9} 3224b7 3229r23
259V13 N_Object_Declaration_Mapping{16|122E9} 260>7 679r37 2757b13 2788l8
. 2788t36
260i7 Node{109|384I9} 2758b7 2772r25 2773r35 2778r35 2780r40
263V13 N_Access_Function_Definition_Mapping{16|122E9} 264>7 682r10 1307b13
. 1338l8 1338t44
264i7 Node{109|384I9} 1308b7 1320r28 1322r35 1330r35
267V13 N_Access_Procedure_Definition_Mapping{16|122E9} 268>7 685r10 1344b13
. 1371l8 1371t45
268i7 Node{109|384I9} 1345b7 1357r28 1358r35 1364r35
271V13 N_Subprogram_Body_Stub_Mapping{16|122E9} 272>7 687r37 3428b13 3442l8
. 3442t38
272i7 Node{109|384I9} 3429b7 3436r35
275V13 N_Subprogram_Body_Mapping{16|122E9} 276>7 688r37 3408b13 3422l8 3422t33
276i7 Node{109|384I9} 3409b7 3416r35
279V13 N_Subprogram_Declaration_Mapping{16|122E9} 280>7 689r37 3448b13 3467l8
. 3467t40
280i7 Node{109|384I9} 3449b7 3457r35 3460r45
283V13 N_Generic_Subprogram_Declaration_Mapping{16|122E9} 284>7 692r10 2572b13
. 2586l8 2586t48
284i7 Node{109|384I9} 2573b7 2580r35
287V13 N_Constrained_Array_Definition_Mapping{16|122E9} 288>7 695r10 1980b13
. 1995l8 1995t46
288i7 Node{109|384I9} 1981b7 1989r25
291V13 N_Unconstrained_Array_Definition_Mapping{16|122E9} 292>7 698r10 3577b13
. 3592l8 3592t48
292i7 Node{109|384I9} 3578b7 3586r25
295V13 N_Subprogram_Renaming_Declaration_Mapping{16|122E9} 296>7 701r10 3473b13
. 3486l8 3486t49
296i7 Node{109|384I9} 3474b7 3481r32
299V13 N_Loop_Statement_Mapping{16|122E9} 300>7 703r37 2705b13 2730l8 2730t32
300i7 Node{109|384I9} 2706b7 2716r38
303V13 N_Requeue_Statement_Mapping{16|122E9} 304>7 704r37 3387b13 3402l8
. 3402t35
304i7 Node{109|384I9} 3388b7 3396r25
307V13 N_Abstract_Subprogram_Declaration_Mapping{16|122E9} 308>7 707r10 1265b13
. 1280l8 1280t49
308i7 Node{109|384I9} 1266b7 1274r35
311V13 N_Accept_Alternative_Mapping{16|122E9} 312>7 375r45 709r37 1286b13
. 1301l8 1301t36 2222s17
312i7 Node{109|384I9} 1287b7 1295r20
316V13 N_Access_Definition_Mapping{16|122E9} 317>7 712r37 1378b13 1417l8
. 1417t35
317i7 Node{109|384I9} 1379b7 1384r48 1389r34
321V13 N_Access_To_Object_Definition_Mapping{16|122E9} 322>7 716r10 1424b13
. 1461l8 1461t45
322i7 Node{109|384I9} 1425b7 1439r25 1441r26 1443r34 1451r26 1453r34
325V13 N_Component_Association_Mapping{16|122E9} 326>7 718r37 1948b13 1974l8
. 1974t39
326i7 Node{109|384I9} 1949b7 1955r35 1966r33 1968r32
329V13 N_Derived_Type_Definition_Mapping{16|122E9} 330>7 719r37 2235b13 2277l8
. 2277t41
330i7 Node{109|384I9} 2236b7 2256r29 2258r30 2260r30 2262r35 2264r38 2270r45
333V13 N_Delay_Alternative_Mapping{16|122E9} 334>7 720r37 2209b13 2229l8
. 2229t35
334i7 Node{109|384I9} 2210b7 2218r26 2222r47
337V13 N_Formal_Package_Declaration_Mapping{16|122E9} 338>7 723r10 2462b13
. 2477l8 2477t44
338i7 Node{109|384I9} 2463b7 2471r26
341V13 N_Formal_Private_Type_Definition_Mapping{16|122E9} 342>7 726r10 2483b13
. 2498l8 2498t48
342i7 Node{109|384I9} 2484b7 2492r29
345V13 N_Formal_Subprogram_Declaration_Mapping{16|122E9} 346>7 729r10 2504b13
. 2519l8 2519t47
346i7 Node{109|384I9} 2505b7 2513r35
349V13 N_Index_Or_Discriminant_Constraint_Mapping{16|122E9} 350>7 732r10
. 2611b13 2682l8 2682t50
350i7 Node{109|384I9} 2612b7 2633r46 2670r58
353V13 N_Number_Declaration_Mapping{16|122E9} 354>7 734r37 2736b13 2751l8
. 2751t36
354i7 Node{109|384I9} 2737b7 2745r41
357V13 N_Procedure_Call_Statement_Mapping{16|122E9} 358>7 739r37 3188b13
. 3217l8 3217t42
358i7 Node{109|384I9} 3189b7 3192r60
361V13 N_Range_Constraint_Mapping{16|122E9} 362>7 735r37 3240b13 3255l8 3255t34
362i7 Node{109|384I9} 3241b7 3249r53
365V13 N_Record_Definition_Mapping{16|122E9} 366>7 736r37 3301b13 3381l8
. 3381t35
366i7 Node{109|384I9} 3302b7 3307r39 3331r29 3333r30 3341r30 3349r35 3357r38
. 3375r29
369V13 N_Use_Type_Clause_Mapping{16|122E9} 370>7 738r37 3528b13 3538l8 3538t33
370i7 Node{109|384I9} 3529b7 3533r23
373V13 N_Terminate_Alternative_Mapping=375:45{16|122E9} 737r37
374i7 Node{109|384I9}
381V13 May_Be_Included{boolean} 381>30 1253b13 1259l8 1259t23 4409s39 4416s13
381i30 Node{109|384I9} 1253b30 1256r44 1257r44
385V13 Ordinary_Inclusion_Condition{boolean} 385>43 1163s13 1256s14 4041b13
. 4130l8 4130t36
385i43 Node{109|384I9} 4041b43 4042r55 4043r47 4048r32 4049r41 4051r17 4053r25
. 4055r17 4057r10 4066r31 4068r36 4070r34 4072r46 4079r36 4081r54 4083r44
. 4085r62 4107r41 4113r24 4115r65 4117r39
391U14 Skip_Normalized_Declarations 391=44 4438s16 4613b14 4653l8 4653t36
391i44 Node{109|384I9} 4613b44 4614r47 4627r26 4628m16 4628r30 4630r29 4633m19
. 4633r33 4644r35 4644r61 4647m16 4647r30
403a4 Node_To_Element_Kind_Mapping_First_Switch(16|122E9) 776r24
645P9 Mapping_Item(16|122E9) 645>42 649r37
645i42 Node{109|384I9}
648a4 Node_To_Element_Kind_Mapping_Second_Switch(645P9) 783r17
753a4 May_Be_Included_Switch(boolean) 4049r10
770e7 Mapping_Case{16|122E9} 776m7 779r12 796r17
771e7 Source_Node_Kind{78|7921E9} 775m7 777r28 784r18 788r35
811i7 Res_Max_Len{natural} 821r46
818i7 Res_Act_Len{natural} 828r20 843m10 843r25 845r23 851r32
821a7 Result_List{50|328A12} 828m7 845m10 851r14
822i7 Decl_Node{109|384I9} 823r50 826r43 833r23 834m10 834r31 836r23 839m13
. 839r32 842r46
823e7 Decl_Nkind{78|7921E9} 836r37
824i7 Def_Id_Node{109|384I9} 826m7 829r51 842m10 846r54
864a7 Result_List{50|296A9} 984m19 999m16 1010m13 1021r14
868i7 Current_Node{109|384I9} 874m7 877r47 985r45 1000r42 1011r39 1016m10
. 1016r41 1017r50
869i7 Current_Original_Node{109|384I9} 877m7 883r26 894r25 920r31 922m19
. 923r45 925r31 932r37 938r40 949r34 979r35 1017m10
870b7 Element_Already_Composed{boolean} 881m10 988m19 1003m16 1008r17
871e7 Result_Kind{16|122E9} 891m13 901m16 916m16 927m25 936m22 941m22 943m22
. 951m19 954m19 967m16 980m19 1012r39
879i11 I{integer} 984r32 999r29 1010r26
1042i7 Attribute_Chars{73|155I9} 1046m7 1048r10 1049r10 1050r10 1051r10 1052r10
. 1053r10 1054r10
1043b7 Result{boolean} 1056m10 1059r14
1071b7 Result{boolean} 1086m10 1089r14
1100b7 Result{boolean} 1111m10 1114r14
1122i7 Result{109|384I9} 1125r36 1126r22 1128m10 1128r26 1131r14
1139i7 Prev_List_Elem{109|384I9} 1159m7 1161r22 1163r43 1165r21 1166r21 1168r41
. 1174m10 1174r45
1186b7 Result{boolean} 1202m7 1204r14
1187i7 Tmp_Node{109|384I9} 1189m7 1191r17 1193m10 1193r30 1196r17 1197m10
. 1197r37 1200m7 1200r27 1202r24
1213e7 Arg_Kind{78|7921E9} 1215r14 1216r14
1227e7 Arg_Kind{78|7921E9} 1231r10 1235r15
1228b7 Result{boolean} 1237m16 1239m16 1241m16 1246r14
1382e7 Result{16|122E9} 1390m16 1392m16 1398m16 1400m16 1406m16 1408m16 1416r14
1383i7 Tmp{109|384I9} 1387r19 1397r35 1405r35
1471i7 Aggregate_Type{109|384I9} 1484r22 1485r20 1486r25 1487r26 1490m13
. 1490r42 1494r17 1503r22 1504r20
1548i7 Attribute_Chars{73|155I9} 1627r10 1691r13 1692r13 1693r13 1694r13
. 1695r13 1696r13 1697r13 1698r13 1699r13 1700r13 1701r13 1702r13 1703r13
. 1704r13 1705r13 1706r13 1707r13 1708r13 1709r13 1710r13 1711r13 1712r13
. 1713r13 1714r13 1715r13 1716r13 1717r13 1722r13 1723r13 1724r13 1725r13
. 1729r13 1735r13 1736r13 1737r13 1738r13 1739r13 1740r13 1741r13 1748r13
. 1749r13 1750r13 1758r13 1760r13 1762r13 1764r13 1766r13 1768r13 1770r13
. 1772r13 1774r13 1776r13 1778r13 1780r13 1782r13 1784r13 1786r13 1788r13
. 1790r13 1792r13 1794r13 1796r13 1798r13 1800r13 1802r13 1804r13 1806r13
. 1808r13 1810r13 1812r13 1814r13 1816r13 1818r13 1820r13 1822r13 1824r13
. 1826r13 1828r13 1830r13 1832r13 1834r13 1836r13 1838r13 1840r13 1842r13
. 1844r13 1846r13 1848r13 1850r13 1852r13 1854r13 1856r13 1858r13 1860r13
. 1862r13 1864r13 1866r13 1870r13 1872r13 1874r13 1876r13 1883r13 1884r13
. 1885r13 1886r13 1887r13 1888r13 1889r13 1890r13 1891r13 1892r13 1893r13
. 1894r13 1895r13 1896r13 1897r13 1898r13 1899r13 1900r13 1901r13 1902r13
. 1903r13 1904r13 1905r13 1906r13 1907r13 1908r13 1909r13 1910r13 1911r13
. 1912r13 1913r13 1914r13 1915r13 1916r13 1917r13 1918r13 1919r13 1920r13
. 1921r13 1922r13 1923r13 1924r13 1925r13 1926r13 1927r13 1928r13 1929r13
. 1930r13 1931r13 1932r13 1933r13 1934r13 1935r13
1549e7 Context_Kind{78|7921E9} 1653r15
2005i7 Template_Node{109|384I9} 2026m10 2028r34 2031m13 2031r57 2039m13 2039r38
. 2041r23 2042m16 2042r41 2045m13 2045r36 2047r23 2050m16 2050r39 2053m13
. 2053r50 2056r32 2058r53
2079i7 Operator_Chars{73|155I9} 2113r13 2116r16 2119r16 2122r16 2125r16 2128r16
. 2131r16 2134r16 2137r16 2140r16 2143r16 2146r16 2149r16 2152r16 2155r16
. 2158r16 2161r16 2183r16
2080i7 Parameter_Number{109|62I12} 2180m13 2185r19 2193r19
2239e7 Result{16|122E9} 2259m13 2261m13 2263m13 2265m13 2267m13 2271m10 2274r14
2287i7 Context{109|384I9} 2288r52 2307r45 2357r47 2369r48 2379r37
2288e7 Context_Kind{78|7921E9} 2302r15 2418r16
2289i7 Temp_Node{109|384I9} 2379m16 2381r44 2382r26 2383r34
2414L12 Expr 2311r24
2529i7 Called_Name{109|384I9} 2542m10 2544r20 2545r40 2552r23 2553r23 2556r26
2530i7 Called_Function{109|384I9} 2545m13 2548r28
2531e7 Result{16|122E9} 2555m16 2557m16 2564r14
2597e7 Result{16|122E9} 2600m10 2603r14
2616i7 First_Item{109|384I9} 2633m7 2634r33 2649r29
2621e7 First_Item_Kind{78|7921E9} 2634m7 2638r10 2641r13 2642r13 2646r13
. 2655r18 2656r18
2623i7 Type_Entity{109|384I9} 2670m7 2672r20 2673m10 2673r51 2676r29
2692e7 Result{16|122E9} 2695m10 2698r14
2709i7 Iteration{109|384I9} 2716m7 2718r19 2720r33
2761e7 Result{16|122E9} 2774m13 2776m13 2779m10 2781m10 2783m10 2786r14
2798i7 Tmp{109|384I9} 2890m16 2892r33 2892r53 2962m22 2965r60
2799i7 Operator_Chars{73|155I9} 2832r13 2835r16 2838r16 2841r16 2844r16 2847r16
. 2850r16 2853r16 2856r16 2859r16 2862r16 2865r16 2868r16 2871r16 2874r16
. 2877r16 2880r16 2979r16
2800i7 Parameter_Number{109|62I12} 2893m19 2895m19 2937m22 2941m22 2944m22
. 2949m22 2954m22 2959m22 2964m22 2968m22 2980r19 2986r19
3005i7 Pragma_Chars{73|155I9} 3011r13 3014r13 3017r13 3020r13 3023r13 3026r13
. 3029r13 3032r13 3035r13 3038r13 3041r13 3044r13 3047r13 3050r13 3053r13
. 3056r13 3059r13 3062r13 3065r13 3068r13 3071r13 3074r13 3077r13 3080r13
. 3083r13 3086r13 3089r13 3092r13 3095r13 3098r13 3101r13 3104r13 3107r13
. 3110r13 3114r13 3117r13 3120r13 3123r13 3128r13 3130r13 3132r13 3134r13
. 3138r13 3140r13 3142r13 3144r13 3146r13 3148r13 3155r13 3157r13 3159r13
. 3161r13 3163r13 3170r13
3192i7 Parent_N{109|384I9} 3199r17 3201r33 3203m10 3203r30 3205r20 3207r35
. 3209r41
3193e7 Result{16|122E9} 3211m13 3216r14
3227e7 Result{16|122E9} 3230m10 3233r14
3262e7 Context_Kind{78|7921E9} 3271r15
3305e7 Result{16|122E9} 3336m16 3338m16 3344m16 3346m16 3352m16 3354m16 3360m16
. 3362m16 3368m16 3370m16 3376m10 3379r14
3306b7 Is_Formal{boolean} 3335r16 3343r16 3351r16 3359r16 3367r16
3623i7 Arg_Node{109|384I9} 3641r14 3651r17 3653r35 3655r32 3658r67 3660m10
. 3660r40 3665r35 3667r53 3674r37 3681r22 3686r30 3775r46 3777r57 3778r51
. 3827r38 3832r41 3833r62 3849r28 3851r26 3852r52 3855r26 3857r28 3861r26
. 3869r27 3870r27 3872r50 3874r43 3876r39 3878r42 3880r46 3903r20 3917r17
. 3923r32 3926r20
3624i7 R_Node{109|384I9} 3923m10 3924r22 3926m10 3928r32 3935m13 3936r35
. 3954r29
3625i7 Res_Node{109|384I9} 3674m10 3676r38 3677m13 3677r40 3681m10 3720r20
. 3722r37 3727r23 3776r45 3790r36 3792r47 3796r50 3827r28 3832r31 3833r52
. 3849r16 3850r25 3854r26 3857m16 3887r68 3900r16 3924m10 3953r29
3626i7 Res_Node_Field_1{109|384I9} 3739m13 3941m10 3955r29
3627i7 Res_Node_Field_2{109|384I9} 3746m13 3945m10 3956r29
3628e7 Res_Internal_Kind{16|122E9} 3821r10 3830m13 3862m19 3864m19 3885m19
. 3887m19 3918r11 3919r11 3958r29
3629r7 Res_Enclosing_Unit{50|1596R9} 3700m13 3702m13 3709m10 3957r29
3630b7 Res_Is_Part_Of_Implicit{boolean} 3725m13 3729m13 3731m13 3771m10 3787m13
. 3798m13 3914m10 3949m10 3959r29
3631b7 Res_Is_Part_Of_Inherited{boolean} 3734m10 3786m13 3960r29
3632b7 Res_Is_Part_Of_Instance{boolean} 3735m10 3782m13 3808m10 3961r29
3633e7 Res_Spec_Case{9|174E9} 3690m10 3761r13 3767m13 3770r13 3815m10 3884m19
. 3899r10 3904m13 3906m13 3911r10 3912r10 3948r10 3962r29
3634m7 Res_Char_Code{109|520M12} 3758m13 3965r29
3635i7 Res_Parenth_Count{109|62I12} 3833m16 3836m16 3964r29
3637i7 Tmp{109|384I9} 3928m10 3934r41 3935r23 3936m13
3981i11 I{integer} 3984r32 3986r32 3986r71
3997b7 Capitalize{boolean} 4006m10 4009r23
4042i7 O_Node{109|384I9} 4057r17 4061r36 4092r69 4121r26
4043e7 Arg_Kind{78|7921E9} 4063r13 4076r16 4090r22 4094r18 4096r18 4098r18
. 4100r18 4103r20 4105r20 4119r19
4045b7 Result{boolean} 4059m10 4074m16 4087m16 4123m13 4128r14
4141i7 Result{109|62I12} 4144r10 4147m10 4147r20 4150r14
4162i7 Type_Entity{109|387I12} 4168m7 4170r33 4173r45 4199r16 4199r38 4200m13
. 4200r35 4203m10 4203r33 4205r20 4206m13 4206r45 4208m13 4208r50 4212r53
. 4224r44 4226r56
4163i7 Next_Comp_Node{109|384I9} 4173m13 4175r26 4179r50 4184r19 4188m16
. 4188r47 4211m10 4214r25 4218r39 4221m13 4221r48 4225m13 4228r28 4232r42
. 4235m16 4235r51
4262i7 List_El{109|384I9} 4401m7 4403r22 4406r35 4409r56 4414r33 4416r30
. 4423r39 4438m46 4438r46 4443m10 4443r40
4263e7 List_El_Kind{78|7921E9} 4414m10 4417r50 4429r16 4430r16 4431r16 4432r16
. 4433r16 4434r16 4435r16 4436r16
4265V16 First_List_Element{109|384I9} 4265>36 4284b16 4313l11 4313t29 4401s18
4265i36 List{109|433I9} 4284b36 4288r27
4268V16 Next_List_Element{109|384I9} 4268>35 4319b16 4369l11 4369t28 4443s21
4268i35 Node{109|384I9} 4319b35 4324r26 4348r28
4272U17 Skip_Pragmas 4272=31 4289s10 4325s10 4375b17 4389l11 4389t23
4272i31 N{109|384I9} 4375b31 4380r28 4382r41 4384m16 4384r27
4285i10 Result{109|384I9} 4288m10 4289m24 4289r24 4291r38 4293r20 4295r35
. 4305r47 4306m16 4306r45 4311r17
4320i10 Tmp{109|384I9} 4348m13 4350r41 4352r23 4354r38 4362r26
4321i10 Result{109|384I9} 4324m10 4325m24 4325r24 4327r38 4329r20 4331r35
. 4341r47 4342m16 4342r45 4347r17 4362m16 4367r17
4453i7 Next_Discr_Elmt{109|472I9} 4461m10 4463r25 4464r54 4472m13 4472r43
4454i7 Next_Elem_Node{109|384I9} 4456m7 4458r38 4461r60 4464m13 4468r39
4487i7 Next_Comp_Node{109|384I9} 4513m7 4515r17 4516m10 4516r36 4519m7 4519r46
. 4521r17 4524m10 4524r35 4527r33 4529m10 4529r42 4531r25 4533r39 4537r50
. 4542r19 4549m13 4549r44
4489V16 Is_Implicit_Component{boolean} 4489>39 4493b16 4507l11 4507t32 4533s16
4489i39 E{109|387I12} 4493b39 4497r20 4499r16 4499r48 4500r46 4502r23 4503r49
4494b10 Result{boolean} 4498m13 4503m13 4506r17
4562i7 Next_Literal_Node{109|384I9} 4569m7 4571r34 4573m10 4573r46 4574r38
. 4576r25 4577r23 4582r39 4595m13 4595r47
4563i7 Res_Etype{109|387I12} 4574m10 4577r44
4564i7 Encl_Type{109|384I9} 4588r17
4614e7 Arg_Kind{78|7921E9} 4618r13 4619r13 4620r13 4621r13 4622r13 4623r13
. 4624r13 4630r38
4663i7 Attribute_Chars{73|155I9} 4666m7 4670r10 4672r13 4674r13 4676r13 4678r13
. 4680r13 4682r13 4684r13 4686r13 4688r13 4690r13 4692r13 4694r13 4696r13
. 4698r13 4700r13 4702r13 4704r13 4706r13 4708r13 4710r13 4712r13 4714r13
. 4716r13 4718r13 4720r13 4722r13 4728r13 4730r13 4732r13 4734r13 4740r13
. 4746r13 4748r13 4750r13 4755r13 4756r13 4757r13 4758r13 4759r13 4760r13
. 4761r13
4775a7 Result{string} 4785m10 4787m10 4794m13 4796m13 4798m13 4802m13 4807m10
. 4809m10 4814m7 4820m13 4822m13 4824m13 4828m13 4833m10 4835m10 4840m10
. 4843r14
4776i7 Res_Len{natural} 4784m10 4784r21 4785r18 4786m10 4786r21 4787r18 4793m13
. 4793r24 4794r21 4795m13 4795r24 4796r21 4797m13 4797r24 4798r21 4801m13
. 4801r24 4802r21 4806m10 4806r21 4807r18 4808m10 4808r21 4809r18 4813m7
. 4813r18 4814r15 4819m13 4819r24 4820r21 4821m13 4821r24 4822r21 4823m13
. 4823r24 4824r21 4827m13 4827r24 4828r21 4832m10 4832r21 4833r18 4834m10
. 4834r21 4835r18 4839m10 4839r21 4840r18 4843r27
4778i7 Real{113|78I9} 4779r43 4780r43 4783r26 4838r26
4779i7 Nom{110|48I9} 4790r17
4780i7 Den{110|48I9} 4816r17
4781b7 Dot_Outputed{boolean} 4799m13 4805r14 4811m7 4825m13 4831r14
4791i11 I{integer} 4792r30 4802r50
4817i11 I{integer} 4818r30 4828r50
X 20 a4g-norm.ads
47K13*Norm 19|53w10 53r39 20|122e13
93V13*Defining_Gen_Parameter{109|384I9} 19|2962s29
X 23 a4g-vcheck.ads
54K13*Vcheck 19|54w10 54r39 23|456e15
250U14*Not_Implemented_Yet 19|4022s7 4031s7 4600s10
250s35 Diagnosis{string} 19|4022r28 4031r28 4601r13
X 24 ada.ads
16K9*Ada 19|39r6 39r35 24|19e8
X 26 a-charac.ads
16K13*Characters 19|39r10 39r39 26|18e19
X 27 a-chahan.ads
36K24*Handling 19|39w21 39r50 27|160e28
68V13*To_Upper{character} 19|3979s32 3986s42
X 41 a-iteint.ads
24h9 Forward_Iterator
X 50 asis.ads
91K9*Asis 18|62w6 164r34 164r60 171r26 171r52 172r14 247r26 247r52 252r26
. 252r52 253r14 311r26 311r52 316r26 316r52 331r54 341r23 355r23 360r49 368r26
. 369r14 382r26 383r14 19|41w6 41r35 42r6 42r35 43r6 43r35 45r6 45r35 808r26
. 809r14 861r26 862r11 864r22 3547r26 3547r52 3552r26 3552r52 3553r14 3567r14
. 3612r34 3612r60 3619r34 3620r10 3621r14 3629r34 4159r23 4254r26 4254r52
. 4259r26 4259r52 4452r54 4484r23 4561r49 50|2145e9
144I12*Implementation_Defined_Integer_Type{integer}
158I12*ASIS_Integer{144I12} 19|865r28 879r21
286R9*Element 18|164r39 172r19 247r31 311r31 331r59 341r28 355r28 360r54
. 368r31 382r31 19|808r31 861r31 3547r31 3612r39 3621r19 4159r28 4254r31
. 4452r59 4484r28 4561r54 50|1982e14
287r4*Nil_Element{286R9} 18|164r65 247r57 311r57 19|3547r57 3612r65 3642r17
. 4254r57
296A9*Element_List(286R9)<integer> 18|253r19 369r19 19|862r16 864r27 3553r19
306A12*Association_List{296A9}<integer> 19|3567r19
328A12*Defining_Name_List{296A9}<integer> 18|383r19 19|809r19 821r21
1596R9*Compilation_Unit 18|171r31 252r31 316r31 19|3552r31 3619r39 3629r39
. 4259r31 50|2097e14
1597r4*Nil_Compilation_Unit{1596R9} 18|171r57 252r57 316r57 19|3552r57 3620r15
. 4259r57
X 53 asis-compilation_units.ads
72K14*Compilation_Units 19|42w11 42r40 53|1149e27
788V13*Exists{boolean} 19|3694s10
X 54 asis-elements.ads
78K14*Elements 19|43w11 43r40 54|1718e18
1198V13*Is_Nil{boolean} 19|3688s14 3705s17 3718s14
X 57 asis-set_get.ads
44K14*Set_Get 19|45w11 45r40 57|381e17
169V13*Get_Configuration_CU{50|1596R9} 19|3700s35
205V13*R_Node{109|384I9} 19|4168s51 4456s54 4513s25 4564s55 4569s57
210V13*Node_Field_1_Value{109|384I9} 19|3738s22 3739s33
211V13*Node_Field_2_Value{109|384I9} 19|3745s22 3746s33
219V13*Encl_Unit{50|1596R9} 19|3709s32
225V13*Is_From_Implicit{boolean} 19|3731s41
226V13*Is_From_Inherited{boolean} 19|3734s38
227V13*Is_From_Instance{boolean} 19|3735s38
228V13*Special_Case{9|174E9} 19|3690s27
231V13*Encl_Tree{9|147I9} 19|3740s47 3747s47
233V13*Character_Code{109|520M12} 19|3758s30
268U14*Set_Node_Field_1 19|4586s13
269U14*Set_Node_Field_2 19|4182s16 4540s16
275U14*Set_From_Implicit 19|4543s16 4590s13
276U14*Set_From_Inherited 19|4545s16 4592s13
286V13*Set_Element{50|286R9} 19|3952s14
287i7 Node{109|384I9} 19|3953r11
288i7 R_Node{109|384I9} 19|3954r11
289i7 Node_Field_1{109|384I9} 19|3955r11
290i7 Node_Field_2{109|384I9} 19|3956r11
291r7 Encl_Unit{50|1596R9} 19|3957r11
294e7 Int_Kind{16|122E9} 19|3958r11
295b7 Implicit{boolean} 19|3959r11
296b7 Inherited{boolean} 19|3960r11
297b7 Instance{boolean} 19|3961r11
298e7 Spec_Case{9|174E9} 19|3962r11
299e7 Norm_Case{9|297E9} 19|3963r11
300i7 Par_Count{109|62I12} 19|3964r11
301m7 Character_Code{109|520M12} 19|3965r11
X 61 atree.ads
44K9*Atree 19|56w6 56r35 61|4023e10
599V13*Nkind{78|7921E9} 19|775s27 823s43 836s16 894s18 925s24 1032s18 1074s10
. 1078s10 1103s10 1150s15 1151s15 1152s15 1165s14 1166s14 1191s10 1196s10
. 1213s40 1227s40 1274s13 1320s13 1357s13 1387s12 1439s10 1496s14 1498s14
. 1532s13 1550s9 1955s12 1966s10 1989s10 2041s16 2047s16 2056s25 2061s13
. 2168s16 2174s19 2288s44 2321s22 2345s22 2382s19 2395s19 2415s13 2420s17
. 2422s17 2449s10 2513s13 2544s13 2548s13 2552s16 2553s16 2556s19 2580s13
. 2634s26 2772s10 2902s19 2903s19 2920s22 2923s22 2924s22 2934s21 3199s10
. 3205s13 3207s13 3249s13 3262s44 3291s38 3307s9 3416s13 3436s13 3457s13
. 3481s10 3502s12 3586s10 3651s10 3655s10 3720s13 3727s16 3850s18 3851s19
. 3854s19 3855s19 3861s19 3869s20 3870s20 3874s21 3903s13 3917s10 4024s44
. 4043s40 4049s34 4051s10 4055s10 4070s21 4079s17 4083s17 4121s19 4145s10
. 4205s13 4293s13 4295s13 4329s13 4331s13 4352s16 4354s16 4382s19 4414s26
. 4515s10 4614s40 4630s22
608V13*Comes_From_Source{boolean} 19|2397s22 3201s14 3722s18 3790s17 3876s20
. 4061s17 4072s21 4500s19 4644s16
614V13*Sloc{109|212I12} 19|1084s10 1084s54 1109s10 1109s54 2023s10 2024s25
. 3900s10 4113s18
617V13*Paren_Count{109|62I12} 19|883s13 4141s23
620V13*Parent{109|384I9} 19|923s21 923s29 923s37 1320s20 1357s20 1439s17
. 1496s21 1498s21 1955s19 1955s27 1966s17 1966s25 1968s24 1989s17 2026s27
. 2026s35 2039s30 2042s33 2061s20 2172s31 2175s34 2548s20 2670s50 2772s17
. 2900s31 2921s34 2965s52 2970s44 3192s44 3192s52 3203s22 3307s31 3586s17
. 3686s22 4115s57 4145s32 4168s43 4179s42 4203s25 4348s20 4456s46 4464s32
. 4500s38 4516s28 4537s42 4564s47 4569s49
625V13*No{boolean} 19|920s19 1126s18 1295s10 1494s13 3641s10 4066s21 4347s13
630V13*Present{boolean} 19|1161s13 1484s13 1503s13 2270s13 2718s10 2720s13
. 2780s13 3738s13 3745s13 3880s20 3940s10 3944s10 4068s21 4170s10 4214s16
. 4228s19 4380s19 4403s13 4527s10 4531s16 4571s10 4576s16
844V13*Ekind{65|4201E9} 19|932s22 938s25 949s19 1202s17 1485s13 1486s18 1487s19
. 1504s13 1968s10 2399s18 2426s16 2672s13 2745s13 4175s19 4497s13 4502s16
. 4521s10
952V13*Is_Rewrite_Insertion{boolean} 19|4048s10
995V13*Is_Rewrite_Substitution{boolean} 19|1076s10 2381s19 3653s10 3665s10
. 3676s13 3872s25 3934s16 4291s13 4327s13 4350s16
1000V13*Original_Node{109|384I9} 19|877s32 1017s35 1078s17 1550s17 2383s19
. 2907s34 2929s37 3207s20 3209s26 3249s20 3262s51 3307s16 3655s17 3674s22
. 3677s25 3775s31 3777s42 3874s28 3928s17 3936s20 4042s40 4145s17 4295s20
. 4331s20 4354s23 4382s26
X 65 einfo.ads
37K9*Einfo 19|57w6 57r35 65|8585e10
4214n7*E_Component{4201E9} 19|4497r25
4221n7*E_Discriminant{4201E9} 19|4175r44 4502r28
4264n7*E_Named_Integer{4201E9} 19|2745r50
4412n7*E_Class_Wide_Type{4201E9} 19|2399r42
4424n7*E_Record_Subtype{4201E9} 19|4521r35
4496n7*E_Enumeration_Literal{4201E9} 19|939r25 2426r40
4510n7*E_Procedure{4201E9} 19|1202r36
4615E12*Access_Kind{4201E9} 19|2672r36
4648E12*Array_Kind{4201E9} 19|1486r44 1968r43
4707E12*Discrete_Kind{4201E9} 19|933r24 949r62
4851E12*Private_Kind{4201E9} 19|1485r39
4871E12*Record_Kind{4201E9} 19|1487r45 1504r39
6283B12*B{boolean}
6285I12*E{109|387I12}
6291I12*L{109|458I9}
6357V13*Directly_Designated_Type{6285I12} 19|2673s25
6394V13*First_Entity{6285I12} 19|2892s19 4170s19 4173s31 4527s19 4529s28
6397V13*First_Literal{6285I12} 19|4571s19 4573s31
6404V13*Full_View{6285I12} 19|1490s31
6427V13*Has_Discriminants{6283E12} 19|2676s10
6521V13*Is_Completely_Hidden{6283E12} 19|4503s27
6609V13*Last_Entity{6285I12} 19|2892s40
6642V13*Original_Record_Component{6285I12} 19|4499s21
6700V13*Stored_Constraint{6291I12} 19|4458s19 4461s41
X 67 elists.ads
43K9*Elists 19|58w6 58r35 67|188e11
90V13*Node{109|393I12} 19|4464s48
100V13*First_Elmt{109|472I9} 19|4461s29
110V13*Next_Elmt{109|472I9} 19|4472s32
173V13*Present{boolean} 19|4458s10
183V13*Present{boolean} 19|4463s16
X 73 namet.ads
38K9*Namet 19|59w6 59r35 3975r10 3979r7 3979r42 3981r21 3984r13 3986r13 3986r52
. 3999r7 4011r14 4011r38 73|609e10
127a4*Name_Buffer{string} 19|3979m13 3979r48 3984r19 3986m19 3986r58 4011r20
133i4*Name_Len{natural} 19|3975r16 3981r27 4011r44
155I9*Name_Id<integer> 19|1042r25 1548r34 2079r35 2799r35 3005r31 4663r25
242U14*Get_Name_String 19|3999s13
371V13*Is_Internal_Name{boolean} 19|4081s17 4085s17 4092s23
X 74 nlists.ads
41K9*Nlists 19|60w6 60r35 74|368e11
124V13*First{109|393I12} 19|874s24 1084s16 1109s16 2633s26 4288s20 4306s26
. 4342s26
129V13*First_Non_Pragma{109|393I12} 19|4212s13 4226s16
151V13*List_Length{109|62I12} 19|812s18 865s42 879s35 2181s15 2945s24 2949s42
. 2954s42 2964s42 2968s42
157V13*Next{109|393I12} 19|834s25 839s26 1016s35 1128s20 2045s30 2050s33
. 4066s25 4324s20 4384s21 4628s24 4633s27 4647s24
167V13*Next_Non_Pragma{109|393I12} 19|4221s31 4235s34
178V13*Prev{109|393I12} 19|1295s14 4068s30 4070s28 4072s40
193V13*Prev_Non_Pragma{109|393I12} 19|1159s25 1174s28
207V13*Is_Empty_List{boolean} 19|1082s14 1107s14 4305s20 4341s20 4397s28
217V13*Is_List_Member{boolean} 19|2218s10 2318s19 2339s19 3506s16
222V13*List_Containing{109|433I9} 19|812s31
346V13*No{boolean} 19|2540s10 4397s10
353V13*Present{boolean} 19|1080s10 1105s10 1509s16 4224s13
X 77 output.ads
44K9*Output 19|61w6 61r35 77|230e11
113U14*Write_Eol 19|4410s13 4411s13
130U14*Write_Str 19|4408s13 4409s13
X 78 sinfo.ads
54K9*Sinfo 18|68w6 68r24 19|1084r60 1109r60 1189r19 1237r44 1239r44 1241r44
. 1384r9 1532r20 2172r47 2369r26 2449r17 2542r25 2670r30 2780r22 2955r25
. 3658r49 3660r22 3923r20 4079r24 4081r42 4083r24 4085r42 78|12916e10
7921E9*Node_Kind 18|248r26 312r26 19|194r58 404r23 649r23 753r45 771r26 823r30
. 1213r27 1227r27 1549r34 2288r31 2621r25 3262r31 3548r26 4024r27 4029r58
. 4033r27 4043r27 4255r26 4263r23 4614r27 78|8309e23
7922n7*N_Unused_At_Start{7921E9} 19|406r4 755r7
7926n7*N_At_Clause{7921E9} 19|407r4
7927n7*N_Component_Clause{7921E9} 19|408r4
7928n7*N_Enumeration_Representation_Clause{7921E9} 19|409r4 926r27 1956r15
. 1966r43
7929n7*N_Mod_Clause{7921E9} 19|410r4
7930n7*N_Record_Representation_Clause{7921E9} 19|411r4
7934n7*N_Attribute_Definition_Clause{7921E9} 19|412r4 2422r32
7938n7*N_Empty{7921E9} 18|248r52 312r52 19|413r4 1388r15 3548r52 4255r52
. 4417r31
7939n7*N_Pragma_Argument_Association{7921E9} 19|416r4 1496r38 1958r15 2957r24
7950n7*N_Error{7921E9} 19|414r4
7954n7*N_Defining_Character_Literal{7921E9} 19|417r4 3903r32
7955n7*N_Defining_Identifier{7921E9} 19|418r4 652r7
7956n7*N_Defining_Operator_Symbol{7921E9} 19|419r4 653r7 2056r49
7960n7*N_Expanded_Name{7921E9} 19|420r4 654r7 947r18 2321r37 2345r37 2415r28
. 2553r38 2656r36 2920r44
7965n7*N_Identifier{7921E9} 19|421r4 655r7 918r18 2395r34 2556r41 2655r36
. 3874r56 4079r45 4083r53
7966n7*N_Operator_Symbol{7921E9} 19|423r4 656r7
7971n7*N_Character_Literal{7921E9} 19|422r4
7976n7*N_Op_Add{7921E9} 19|424r4 2939r24
7977n7*N_Op_Concat{7921E9} 19|427r4
7978n7*N_Op_Expon{7921E9} 19|430r4
7979n7*N_Op_Subtract{7921E9} 19|445r4 2940r24
7984n7*N_Op_Divide{7921E9} 19|428r4
7985n7*N_Op_Mod{7921E9} 19|437r4
7986n7*N_Op_Multiply{7921E9} 19|438r4
7987n7*N_Op_Rem{7921E9} 19|444r4
7992n7*N_Op_And{7921E9} 19|425r4
7997n7*N_Op_Eq{7921E9} 19|429r4
7998n7*N_Op_Ge{7921E9} 19|431r4
7999n7*N_Op_Gt{7921E9} 19|432r4
8000n7*N_Op_Le{7921E9} 19|435r4
8001n7*N_Op_Lt{7921E9} 19|436r4
8002n7*N_Op_Ne{7921E9} 19|439r4
8007n7*N_Op_Or{7921E9} 19|442r4
8008n7*N_Op_Xor{7921E9} 19|446r4
8022n7*N_Op_Abs{7921E9} 19|447r4
8023n7*N_Op_Minus{7921E9} 19|448r4 2936r24
8024n7*N_Op_Not{7921E9} 19|449r4
8025n7*N_Op_Plus{7921E9} 19|450r4 2935r24
8029n7*N_Attribute_Reference{7921E9} 19|451r4 657r7 969r18 2646r31
8033n7*N_In{7921E9} 19|434r4 1679r16 3286r15
8034n7*N_Not_In{7921E9} 19|441r4 1680r16 3287r15
8038n7*N_And_Then{7921E9} 19|426r4
8039n7*N_Or_Else{7921E9} 19|443r4
8043n7*N_Function_Call{7921E9} 19|454r4 658r7 1074r22 1103r22 2382r39 2943r24
. 3656r12 3855r38 3917r29 4121r36
8044n7*N_Procedure_Call_Statement{7921E9} 19|458r4 739r7 1216r25 3850r37
8048n7*N_Raise_Constraint_Error{7921E9} 19|461r4
8054n7*N_Integer_Literal{7921E9} 19|456r4 2902r41 2923r44 3869r39 4103r31
8055n7*N_Real_Literal{7921E9} 19|463r4 2903r41 2924r44 3870r39 4105r31
8056n7*N_String_Literal{7921E9} 19|472r4
8060n7*N_Explicit_Dereference{7921E9} 19|453r4 3854r38 4119r30
8062n7*N_If_Expression{7921E9} 19|452r4
8063n7*N_Indexed_Component{7921E9} 19|455r4 1191r29 2953r24 3656r30
8064n7*N_Null{7921E9} 19|457r4
8065n7*N_Qualified_Expression{7921E9} 19|459r4 1532r47 4145r56
8066n7*N_Quantified_Expression{7921E9} 19|460r4 659r7
8067n7*N_Aggregate{7921E9} 19|468r4 662r7
8068n7*N_Allocator{7921E9} 19|466r4 661r7
8069n7*N_Case_Expression{7921E9} 19|467r4
8070n7*N_Extension_Aggregate{7921E9} 19|469r4
8071n7*N_Raise_Expression{7921E9} 19|470r4
8072n7*N_Range{7921E9} 19|462r4 660r7 963r18 2642r31 3249r63
8074n7*N_Selected_Component{7921E9} 19|464r4 1196r29 2375r18 2552r38 3656r52
8075n7*N_Slice{7921E9} 19|471r4 1661r16 2363r18 3279r17 3514r17
8076n7*N_Type_Conversion{7921E9} 19|465r4 3651r29
8082n7*N_Subtype_Indication{7921E9} 19|473r4 663r7 907r18 2641r31
8086n7*N_Component_Declaration{7921E9} 19|474r4 4094r29 4432r31 4621r24
8087n7*N_Entry_Declaration{7921E9} 19|476r4 1670r16 2333r18 3274r17 3510r15
8088n7*N_Expression_Function{7921E9} 19|477r4
8089n7*N_Formal_Object_Declaration{7921E9} 19|479r4 4435r31 4624r24
8090n7*N_Formal_Type_Declaration{7921E9} 19|480r4 666r7 1320r37 1357r37 1439r34
. 1989r34 3307r49 3586r34
8091n7*N_Full_Type_Declaration{7921E9} 19|482r4 1150r30 1165r39
8092n7*N_Incomplete_Type_Declaration{7921E9} 19|485r4 671r7
8093n7*N_Iterator_Specification{7921E9} 19|489r4 676r7
8094n7*N_Loop_Parameter_Specification{7921E9} 19|492r4 1669r16
8095n7*N_Object_Declaration{7921E9} 19|493r4 679r7 2305r19 4090r33 4429r31
. 4618r24
8096n7*N_Protected_Type_Declaration{7921E9} 19|497r4
8097n7*N_Private_Extension_Declaration{7921E9} 19|494r4 4515r36
8098n7*N_Private_Type_Declaration{7921E9} 19|495r4 1151r30
8099n7*N_Subtype_Declaration{7921E9} 19|496r4 1152r30 1166r39
8103n7*N_Function_Specification{7921E9} 19|499r4 1274r44 2513r44 2580r44
. 3416r44 3436r44 3457r44 3481r41
8104n7*N_Procedure_Specification{7921E9} 19|500r4
8108n7*N_Access_Function_Definition{7921E9} 19|501r4 681r7 1395r15
8109n7*N_Access_Procedure_Definition{7921E9} 19|502r4 684r7 1403r15
8113n7*N_Task_Type_Declaration{7921E9} 19|503r4 4205r35
8117n7*N_Package_Body_Stub{7921E9} 19|504r4
8118n7*N_Protected_Body_Stub{7921E9} 19|505r4
8119n7*N_Subprogram_Body_Stub{7921E9} 19|506r4 687r7
8120n7*N_Task_Body_Stub{7921E9} 19|507r4
8125n7*N_Function_Instantiation{7921E9} 19|508r4 2168r38
8126n7*N_Procedure_Instantiation{7921E9} 19|510r4
8130n7*N_Package_Instantiation{7921E9} 19|509r4
8134n7*N_Package_Body{7921E9} 19|511r4 1238r18 2047r40
8135n7*N_Subprogram_Body{7921E9} 19|512r4 688r7 1236r18
8139n7*N_Protected_Body{7921E9} 19|620r4
8140n7*N_Task_Body{7921E9} 19|517r4
8144n7*N_Implicit_Label_Declaration{7921E9} 19|513r4 757r7
8145n7*N_Package_Declaration{7921E9} 19|514r4
8146n7*N_Single_Task_Declaration{7921E9} 19|515r4
8147n7*N_Subprogram_Declaration{7921E9} 19|516r4 689r7
8148n7*N_Use_Package_Clause{7921E9} 19|518r4
8152n7*N_Generic_Package_Declaration{7921E9} 19|519r4
8153n7*N_Generic_Subprogram_Declaration{7921E9} 19|520r4 691r7
8157n7*N_Constrained_Array_Definition{7921E9} 19|521r4 694r7 1667r16 2332r18
. 3273r17 3504r17
8158n7*N_Unconstrained_Array_Definition{7921E9} 19|522r4 697r7 2337r18
8162n7*N_Exception_Renaming_Declaration{7921E9} 19|523r4
8163n7*N_Object_Renaming_Declaration{7921E9} 19|524r4 4076r27
8164n7*N_Package_Renaming_Declaration{7921E9} 19|525r4
8165n7*N_Subprogram_Renaming_Declaration{7921E9} 19|526r4 700r7 2947r24
8169n7*N_Generic_Function_Renaming_Declaration{7921E9} 19|528r4
8170n7*N_Generic_Package_Renaming_Declaration{7921E9} 19|531r4
8171n7*N_Generic_Procedure_Renaming_Declaration{7921E9} 19|534r4
8175n7*N_Abort_Statement{7921E9} 19|537r4
8176n7*N_Accept_Statement{7921E9} 19|498r4
8177n7*N_Assignment_Statement{7921E9} 19|538r4
8178n7*N_Asynchronous_Select{7921E9} 19|570r4
8179n7*N_Block_Statement{7921E9} 19|539r4 3199r29
8180n7*N_Case_Statement{7921E9} 19|540r4
8181n7*N_Code_Statement{7921E9} 19|541r4
8182n7*N_Conditional_Entry_Call{7921E9} 19|575r4
8186n7*N_Delay_Relative_Statement{7921E9} 19|542r4
8187n7*N_Delay_Until_Statement{7921E9} 19|543r4
8191n7*N_Entry_Call_Statement{7921E9} 19|544r4 3851r39 3861r38 4055r25
8192n7*N_Free_Statement{7921E9} 19|546r4
8193n7*N_Goto_Statement{7921E9} 19|547r4 4295r46 4331r46 4354r46
8194n7*N_Loop_Statement{7921E9} 19|549r4 703r7 4293r30 4329r30 4352r30
8195n7*N_Null_Statement{7921E9} 19|550r4 3720r32 4063r24
8196n7*N_Raise_Statement{7921E9} 19|551r4
8197n7*N_Requeue_Statement{7921E9} 19|552r4 704r7
8198n7*N_Simple_Return_Statement{7921E9} 19|553r4
8199n7*N_Extended_Return_Statement{7921E9} 19|554r4 2772r34
8200n7*N_Selective_Accept{7921E9} 19|625r4
8201n7*N_Timed_Entry_Call{7921E9} 19|631r4
8205n7*N_Exit_Statement{7921E9} 19|545r4
8206n7*N_If_Statement{7921E9} 19|548r4 3205r32
8210n7*N_Accept_Alternative{7921E9} 19|557r4 709r7
8211n7*N_Delay_Alternative{7921E9} 19|579r4 720r7
8212n7*N_Elsif_Part{7921E9} 19|585r4
8215n7*N_Terminate_Alternative{7921E9} 19|630r4 737r7
8242n7*N_Abortable_Part{7921E9} 19|555r4
8243n7*N_Abstract_Subprogram_Declaration{7921E9} 19|556r4 706r7
8244n7*N_Access_Definition{7921E9} 19|560r4 712r7
8245n7*N_Access_To_Object_Definition{7921E9} 19|563r4 715r7 2315r19
8246n7*N_Aspect_Specification{7921E9} 19|566r4 1498r38 1959r15
8247n7*N_Case_Expression_Alternative{7921E9} 19|567r4
8248n7*N_Case_Statement_Alternative{7921E9} 19|571r4 1658r16 3280r17
8249n7*N_Compilation_Unit{7921E9} 19|572r4
8251n7*N_Component_Association{7921E9} 19|573r4 718r7 1657r16 3281r17 4100r29
8252n7*N_Component_Definition{7921E9} 19|574r4
8255n7*N_Derived_Type_Definition{7921E9} 19|576r4 719r7 2314r19
8256n7*N_Decimal_Fixed_Point_Definition{7921E9} 19|577r4
8257n7*N_Defining_Program_Unit_Name{7921E9} 19|578r4 2174r41 2418r32
8258n7*N_Delta_Constraint{7921E9} 19|580r4
8259n7*N_Designator{7921E9} 19|581r4
8260n7*N_Digits_Constraint{7921E9} 19|582r4
8261n7*N_Discriminant_Association{7921E9} 19|583r4 2638r28
8262n7*N_Discriminant_Specification{7921E9} 19|584r4 4096r29 4431r31 4620r24
8263n7*N_Enumeration_Type_Definition{7921E9} 19|586r4 2061r37 2549r13
8264n7*N_Entry_Body{7921E9} 19|475r4
8265n7*N_Entry_Call_Alternative{7921E9} 19|587r4
8266n7*N_Entry_Index_Specification{7921E9} 19|478r4 1668r16
8267n7*N_Exception_Declaration{7921E9} 19|588r4 4434r31 4623r24
8268n7*N_Exception_Handler{7921E9} 19|589r4
8269n7*N_Floating_Point_Definition{7921E9} 19|590r4
8270n7*N_Formal_Decimal_Fixed_Point_Definition{7921E9} 19|592r4
8271n7*N_Formal_Derived_Type_Definition{7921E9} 19|595r4
8272n7*N_Formal_Discrete_Type_Definition{7921E9} 19|596r4
8273n7*N_Formal_Floating_Point_Definition{7921E9} 19|597r4
8274n7*N_Formal_Modular_Type_Definition{7921E9} 19|598r4
8275n7*N_Formal_Ordinary_Fixed_Point_Definition{7921E9} 19|600r4
8276n7*N_Formal_Package_Declaration{7921E9} 19|603r4 722r7
8277n7*N_Formal_Private_Type_Definition{7921E9} 19|604r4 725r7
8278n7*N_Formal_Incomplete_Type_Definition{7921E9} 19|2450r10
8279n7*N_Formal_Signed_Integer_Type_Definition{7921E9} 19|606r4
8280n7*N_Freeze_Entity{7921E9} 19|481r4 756r7
8282n7*N_Generic_Association{7921E9} 19|610r4 2961r24
8283n7*N_Handled_Sequence_Of_Statements{7921E9} 19|2966r24
8284n7*N_Index_Or_Discriminant_Constraint{7921E9} 19|611r4 731r7 1660r16
. 2355r18 3278r17 3513r17
8286n7*N_Label{7921E9} 19|612r4 758r7 3727r35 4070r43
8287n7*N_Modular_Type_Definition{7921E9} 19|613r4
8288n7*N_Number_Declaration{7921E9} 19|614r4 734r7 4430r31 4619r24
8289n7*N_Ordinary_Fixed_Point_Definition{7921E9} 19|615r4
8290n7*N_Others_Choice{7921E9} 19|616r4 899r18
8291n7*N_Package_Specification{7921E9} 19|617r4 2041r40
8292n7*N_Parameter_Association{7921E9} 19|618r4
8293n7*N_Parameter_Specification{7921E9} 19|619r4 2388r18 4098r29 4433r31
. 4622r24
8294n7*N_Pragma{7921E9} 19|415r4 651r7 1032r30 3207r48 4382r47
8295n7*N_Protected_Definition{7921E9} 19|621r4
8296n7*N_Range_Constraint{7921E9} 19|622r4 735r7 1675r16
8297n7*N_Real_Range_Specification{7921E9} 19|623r4
8298n7*N_Record_Definition{7921E9} 19|624r4 736r7
8299n7*N_Signed_Integer_Type_Definition{7921E9} 19|626r4
8300n7*N_Single_Protected_Declaration{7921E9} 19|627r4
8301n7*N_Subunit{7921E9} 19|628r4
8302n7*N_Task_Definition{7921E9} 19|629r4
8303n7*N_Triggering_Alternative{7921E9} 19|632r4
8304n7*N_Use_Type_Clause{7921E9} 19|633r4 738r7
8306n7*N_Variant{7921E9} 19|634r4 1659r16
8307n7*N_Variant_Part{7921E9} 19|635r4
8308n7*N_With_Clause{7921E9} 19|636r4 4051r25 4436r31
8309n7*N_Unused_At_End{7921E9} 19|637r4
8352E12*N_Formal_Subprogram_Declaration{7921E9} 19|609r4 728r7 2948r24
8372E12*N_Has_Entity{7921E9} 19|2420r33 2544r36
8410E12*N_Op{7921E9} 19|1078r43
8428E12*N_Proper_Body{7921E9} 19|1231r22
8464E12*N_Statement_Other_Than_Procedure_Call{7921E9} 19|1215r26
8517V13*Abort_Present{boolean} 19|3396s10
8535V13*Access_To_Subprogram_Definition{109|384I9} 19|1384s15
8565V13*All_Present{boolean} 19|1441s13 1451s13 3229s10 3533s10
8592V13*Attribute_Name{73|155I9} 19|979s19 1046s26 1548s47 2649s13 4666s26
8613V13*Box_Present{boolean} 19|2471s13
8619V13*Chars{73|155I9} 19|1168s13 1169s13 2079s46 2799s46 3999s30 4081s35
. 4085s35 4092s41
8664V13*Condition{109|384I9} 19|2720s22
8673V13*Constant_Present{boolean} 19|1389s16 1443s16 1453s16 2773s17 2778s17
8679V13*Constraints{109|433I9} 19|2633s33
8709V13*Corresponding_Formal_Spec{109|384I9} 19|2031s30
8742V13*Defining_Identifier{109|387I12} 19|826s22 842s25 1168s20 1169s20
. 1241s50 2745s20 4092s48 4168s22 4456s25 4519s25 4569s28
8745V13*Defining_Unit_Name{109|384I9} 19|1239s50 2053s30
8766V13*Discrete_Range{109|384I9} 19|2369s32
8838V13*Entity{109|384I9} 19|920s23 932s29 938s32 949s26 1200s19 2172s39
. 2399s25 2426s23 2545s32 2670s22 2890s23 4464s40
8862V13*Etype{109|384I9} 19|1471s35 1968s17 4199s31 4200s28 4524s28 4574s31
. 4577s16
8886V13*Expression{109|384I9} 19|1532s26 2780s28 3658s55 3660s28
8889V13*Expressions{109|433I9} 19|1509s25 2955s31
8913V13*Formal_Type_Definition{109|384I9} 19|2449s23
9012V13*Interface_Present{boolean} 19|2256s10 3331s10
9015V13*Implicit_With{boolean} 19|4053s10
9111V13*Is_Static_Expression{boolean} 19|3878s20 4107s19
9123V13*Iteration_Scheme{109|384I9} 19|2716s20
9144V13*Last_Name{boolean} 19|4644s50
9153V13*Limited_Present{boolean} 19|2258s13 3333s13
9177V13*More_Ids{boolean} 19|833s13 4627s16
9192V13*Name{109|384I9} 19|1084s66 1109s66 1189s25 2172s53 2542s31 3923s26
. 4079s30 4081s48
9198V13*Next_Entity{109|384I9} 19|4188s34 4549s31 4595s34
9237V13*Null_Present{boolean} 19|3460s16
9249V13*Object_Definition{109|384I9} 19|2307s26
9252V13*Of_Present{boolean} 19|2694s10
9258V13*Original_Entity{109|387I12} 19|3880s29
9267V13*Parameter_Associations{109|433I9} 19|1080s19 1082s29 1084s23 1105s19
. 1107s29 1109s23 2540s14 2945s37
9273V13*Parameter_Specifications{109|433I9} 19|2181s28 2950s25 2965s26 2969s26
9300V13*Prefix{109|384I9} 19|1193s22 2379s29
9315V13*Private_Declarations{109|433I9} 19|4224s22 4226s34
9327V13*Protected_Definition{109|384I9} 19|4208s28
9330V13*Protected_Present{boolean} 19|1322s16 1330s16 1358s16 1364s16 1397s16
. 1405s16 2262s16 3349s16
9339V13*Range_Expression{109|384I9} 19|3249s35
9345V13*Realval{113|78I9} 19|4778s33
9351V13*Record_Extension_Part{109|384I9} 19|2270s22
9396V13*Selector_Name{109|384I9} 19|1197s22
9408V13*Specification{109|384I9} 19|1237s50 1274s20 2513s20 2580s20 2951s27
. 2970s29 3416s20 3436s20 3457s20 3460s30 3481s17
9414V13*Statements{109|433I9} 19|4305s35 4306s33 4341s35 4342s33
9429V13*Subtype_Mark{109|384I9} 19|2670s36 4083s30 4085s48
9441V13*Synchronized_Present{boolean} 19|2264s16 3357s16
9444V13*Tagged_Present{boolean} 19|2492s13 2599s10 3375s13
9450V13*Task_Definition{109|384I9} 19|4206s28
9453V13*Task_Present{boolean} 19|2260s16 3341s16
9492V13*Visible_Declarations{109|433I9} 19|4212s31
9498V13*Was_Originally_Stub{boolean} 19|1232s10
10619V13*Pragma_Name{73|155I9} 19|1033s18 3005s42 3209s13
X 81 snames.ads
34K9*Snames 19|62w6 62r35 3065r28 81|2118e11
304i4*Name_Op_Abs{73|155I9} 19|2158r33 2877r33
305i4*Name_Op_And{73|155I9} 19|2113r30 2832r30
306i4*Name_Op_Mod{73|155I9} 19|2149r33 2868r33
307i4*Name_Op_Not{73|155I9} 19|2161r33 2880r33
308i4*Name_Op_Or{73|155I9} 19|2116r33 2835r33
309i4*Name_Op_Rem{73|155I9} 19|2152r33 2871r33
310i4*Name_Op_Xor{73|155I9} 19|2119r33 2838r33
311i4*Name_Op_Eq{73|155I9} 19|2122r33 2841r33
312i4*Name_Op_Ne{73|155I9} 19|2125r33 2844r33
313i4*Name_Op_Lt{73|155I9} 19|2128r33 2847r33
314i4*Name_Op_Le{73|155I9} 19|2131r33 2850r33
315i4*Name_Op_Gt{73|155I9} 19|2134r33 2853r33
316i4*Name_Op_Ge{73|155I9} 19|2137r33 2856r33
317i4*Name_Op_Add{73|155I9} 19|2183r33 2979r33
319i4*Name_Op_Concat{73|155I9} 19|2140r33 2859r33
320i4*Name_Op_Multiply{73|155I9} 19|2143r33 2862r33
321i4*Name_Op_Divide{73|155I9} 19|2146r33 2865r33
322i4*Name_Op_Expon{73|155I9} 19|2155r33 2874r33
353i4*First_Pragma_Name{73|155I9} 19|1034r11 3171r15
367i4*Name_Assertion_Policy{73|155I9} 19|3130r28
382i4*Name_Detect_Blocking{73|155I9} 19|3132r28
383i4*Name_Default_Storage_Pool{73|155I9} 19|3155r28
385i4*Name_Discard_Names{73|155I9} 19|3032r28
412i4*Name_Locking_Policy{73|155I9} 19|3068r28
417i4*Name_Normalize_Scalars{73|155I9} 19|3071r28
424i4*Name_Priority_Specific_Dispatching{73|155I9} 19|3140r28
425i4*Name_Profile{73|155I9} 19|3142r28
428i4*Name_Queuing_Policy{73|155I9} 19|3092r28
432i4*Name_Restrictions{73|155I9} 19|3101r28
434i4*Name_Reviewable{73|155I9} 19|3104r28
441i4*Name_Suppress{73|155I9} 19|3114r28
443i4*Name_Task_Dispatching_Policy{73|155I9} 19|3117r28
445i4*Name_Unsuppress{73|155I9} 19|3148r28
451i4*Last_Configuration_Pragma_Name{73|155I9} 19|1034r32
457i4*Name_All_Calls_Remote{73|155I9} 19|3011r28
464i4*Name_Assert{73|155I9} 19|3128r28
468i4*Name_Asynchronous{73|155I9} 19|3014r28
469i4*Name_Atomic{73|155I9} 19|3017r28
470i4*Name_Atomic_Components{73|155I9} 19|3020r28
471i4*Name_Attach_Handler{73|155I9} 19|3023r28
479i4*Name_Controlled{73|155I9} 19|3026r28
480i4*Name_Convention{73|155I9} 19|3029r28
492i4*Name_Debug{73|155I9} 19|3209r54
496i4*Name_Elaborate{73|155I9} 19|3035r28
497i4*Name_Elaborate_All{73|155I9} 19|3038r28
498i4*Name_Elaborate_Body{73|155I9} 19|3041r28
499i4*Name_Export{73|155I9} 19|3044r28
512i4*Name_Import{73|155I9} 19|3047r28
518i4*Name_Independent{73|155I9} 19|3161r28
519i4*Name_Independent_Components{73|155I9} 19|3163r28
522i4*Name_Inline{73|155I9} 19|3050r28
525i4*Name_Inspection_Point{73|155I9} 19|3053r28
533i4*Name_Interrupt_Handler{73|155I9} 19|3056r28
548i4*Name_Linker_Options{73|155I9} 19|3062r28
550i4*Name_List{73|155I9} 19|3065r35
565i4*Name_No_Return{73|155I9} 19|3134r28
567i4*Name_Optimize{73|155I9} 19|3074r28
569i4*Name_Pack{73|155I9} 19|3077r28
570i4*Name_Page{73|155I9} 19|3080r28
579i4*Name_Preelaborable_Initialization{73|155I9} 19|3138r28
580i4*Name_Preelaborate{73|155I9} 19|3083r28
592i4*Name_Pure{73|155I9} 19|3089r28
600i4*Name_Relative_Deadline{73|155I9} 19|3144r28
602i4*Name_Remote_Call_Interface{73|155I9} 19|3095r28
603i4*Name_Remote_Types{73|155I9} 19|3098r28
606i4*Name_Shared_Passive{73|155I9} 19|3107r28
634i4*Name_Unchecked_Union{73|155I9} 19|3146r28
641i4*Name_Volatile{73|155I9} 19|3120r28
642i4*Name_Volatile_Components{73|155I9} 19|3123r28
644i4*Last_Pragma_Name{73|155I9} 19|3171r36
827i4*Name_Abort_Signal{73|155I9} 19|1883r31
828i4*Name_Access{73|155I9} 19|1758r31
829i4*Name_Address{73|155I9} 19|1760r31
830i4*Name_Address_Size{73|155I9} 19|1884r31
831i4*Name_Aft{73|155I9} 19|1762r31
832i4*Name_Alignment{73|155I9} 19|1764r31
833i4*Name_Asm_Input{73|155I9} 19|1048r28 1735r31 1885r31 4755r31
834i4*Name_Asm_Output{73|155I9} 19|1049r28 1736r31 1886r31 4756r31
835i4*Name_AST_Entry{73|155I9} 19|1887r31 3172r15
837i4*Name_Bit{73|155I9} 19|1888r31
838i4*Name_Bit_Order{73|155I9} 19|1768r31
839i4*Name_Bit_Position{73|155I9} 19|1889r31
840i4*Name_Body_Version{73|155I9} 19|1770r31
841i4*Name_Callable{73|155I9} 19|1772r31
842i4*Name_Caller{73|155I9} 19|1774r31
843i4*Name_Code_Address{73|155I9} 19|1890r31
844i4*Name_Compiler_Version{73|155I9} 19|1891r31
845i4*Name_Component_Size{73|155I9} 19|1778r31
846i4*Name_Compose{73|155I9} 19|1693r31 4674r31
848i4*Name_Constrained{73|155I9} 19|1780r31
849i4*Name_Count{73|155I9} 19|1782r31
850i4*Name_Default_Bit_Order{73|155I9} 19|1892r31
852i4*Name_Definite{73|155I9} 19|1784r31
853i4*Name_Delta{73|155I9} 19|1786r31
854i4*Name_Denorm{73|155I9} 19|1788r31
856i4*Name_Digits{73|155I9} 19|1790r31
857i4*Name_Elaborated{73|155I9} 19|1894r31
858i4*Name_Emax{73|155I9} 19|1895r31
859i4*Name_Enabled{73|155I9} 19|1896r31
860i4*Name_Enum_Rep{73|155I9} 19|1050r28 1737r31 1897r31 4757r31
861i4*Name_Enum_Val{73|155I9} 19|1051r28 1738r31 1898r31 4758r31
862i4*Name_Epsilon{73|155I9} 19|1899r31
863i4*Name_Exponent{73|155I9} 19|1695r31 4678r31
864i4*Name_External_Tag{73|155I9} 19|1792r31
866i4*Name_First{73|155I9} 19|1794r31
867i4*Name_First_Bit{73|155I9} 19|1796r31
869i4*Name_Fixed_Value{73|155I9} 19|1052r28 1739r31 1900r31 4759r31
870i4*Name_Fore{73|155I9} 19|1798r31
871i4*Name_Has_Access_Values{73|155I9} 19|1901r31
872i4*Name_Has_Discriminants{73|155I9} 19|1902r31
874i4*Name_Identity{73|155I9} 19|1800r31
875i4*Name_Img{73|155I9} 19|1903r31
877i4*Name_Integer_Value{73|155I9} 19|1053r28 1740r31 1904r31 4760r31
878i4*Name_Invalid_Value{73|155I9} 19|1905r31
881i4*Name_Large{73|155I9} 19|1906r31
882i4*Name_Last{73|155I9} 19|1802r31
883i4*Name_Last_Bit{73|155I9} 19|1804r31
885i4*Name_Leading_Part{73|155I9} 19|1700r31 4688r31
886i4*Name_Length{73|155I9} 19|1806r31
890i4*Name_Machine_Emax{73|155I9} 19|1808r31
891i4*Name_Machine_Emin{73|155I9} 19|1810r31
892i4*Name_Machine_Mantissa{73|155I9} 19|1812r31
893i4*Name_Machine_Overflows{73|155I9} 19|1814r31
894i4*Name_Machine_Radix{73|155I9} 19|1816r31
895i4*Name_Machine_Rounding{73|155I9} 19|1722r31 4728r31
896i4*Name_Machine_Rounds{73|155I9} 19|1818r31
897i4*Name_Machine_Size{73|155I9} 19|1907r31
898i4*Name_Mantissa{73|155I9} 19|1908r31
899i4*Name_Max_Alignment_For_Allocation{73|155I9} 19|1876r31
900i4*Name_Max_Size_In_Storage_Elements{73|155I9} 19|1820r31
901i4*Name_Maximum_Alignment{73|155I9} 19|1909r31
902i4*Name_Mechanism_Code{73|155I9} 19|1910r31
903i4*Name_Mod{73|155I9} 19|1723r31 4730r31
904i4*Name_Model_Emin{73|155I9} 19|1822r31
905i4*Name_Model_Epsilon{73|155I9} 19|1824r31
906i4*Name_Model_Mantissa{73|155I9} 19|1826r31
907i4*Name_Model_Small{73|155I9} 19|1828r31
908i4*Name_Modulus{73|155I9} 19|1830r31
909i4*Name_Null_Parameter{73|155I9} 19|1911r31
910i4*Name_Object_Size{73|155I9} 19|1912r31
911i4*Name_Old{73|155I9} 19|1913r31
912i4*Name_Overlaps_Storage{73|155I9} 19|1729r31 4740r31
913i4*Name_Partition_ID{73|155I9} 19|1832r31
914i4*Name_Passed_By_Reference{73|155I9} 19|1914r31
916i4*Name_Pos{73|155I9} 19|1705r31 4698r31
917i4*Name_Position{73|155I9} 19|1834r31
918i4*Name_Priority{73|155I9} 19|1870r31 3086r28
919i4*Name_Range{73|155I9} 19|979r60 1627r28 1836r31 2649r43
920i4*Name_Range_Length{73|155I9} 19|1915r31
921i4*Name_Ref{73|155I9} 19|1054r28 1741r31 1916r31 4761r31
923i4*Name_Result{73|155I9} 19|1917r31
924i4*Name_Round{73|155I9} 19|1708r31 4704r31
925i4*Name_Safe_Emax{73|155I9} 19|1918r31
926i4*Name_Safe_First{73|155I9} 19|1838r31
927i4*Name_Safe_Large{73|155I9} 19|1919r31
928i4*Name_Safe_Last{73|155I9} 19|1840r31
929i4*Name_Safe_Small{73|155I9} 19|1920r31
932i4*Name_Scale{73|155I9} 19|1842r31
933i4*Name_Scaling{73|155I9} 19|1710r31 4708r31
934i4*Name_Signed_Zeros{73|155I9} 19|1844r31
935i4*Name_Size{73|155I9} 19|1846r31
936i4*Name_Small{73|155I9} 19|1848r31
937i4*Name_Storage_Size{73|155I9} 19|1852r31 3110r28
938i4*Name_Storage_Unit{73|155I9} 19|1921r31
939i4*Name_Stream_Size{73|155I9} 19|1872r31
940i4*Name_System_Allocator_Alignment{73|155I9} 19|1922r31
941i4*Name_Tag{73|155I9} 19|1854r31
942i4*Name_Target_Name{73|155I9} 19|1923r31
943i4*Name_Terminated{73|155I9} 19|1856r31
944i4*Name_To_Address{73|155I9} 19|1924r31
945i4*Name_Type_Class{73|155I9} 19|1925r31
947i4*Name_UET_Address{73|155I9} 19|1926r31
948i4*Name_Unbiased_Rounding{73|155I9} 19|1713r31 4714r31
949i4*Name_Unchecked_Access{73|155I9} 19|1858r31
951i4*Name_Universal_Literal_String{73|155I9} 19|1927r31
952i4*Name_Unrestricted_Access{73|155I9} 19|1928r31
953i4*Name_Update{73|155I9} 19|1929r31
954i4*Name_VADS_Size{73|155I9} 19|1930r31
955i4*Name_Val{73|155I9} 19|1714r31 4716r31
956i4*Name_Valid{73|155I9} 19|1860r31
958i4*Name_Value_Size{73|155I9} 19|1931r31
960i4*Name_Version{73|155I9} 19|1862r31
961i4*Name_Wchar_T_Size{73|155I9} 19|1932r31
962i4*Name_Wide_Wide_Width{73|155I9} 19|1874r31
963i4*Name_Wide_Width{73|155I9} 19|1864r31
964i4*Name_Width{73|155I9} 19|1866r31
965i4*Name_Word_Size{73|155I9} 19|1933r31
972i4*Name_Adjacent{73|155I9} 19|1691r31 4670r28
973i4*Name_Ceiling{73|155I9} 19|1692r31 4672r31
974i4*Name_Copy_Sign{73|155I9} 19|1694r31 4676r31
975i4*Name_Floor{73|155I9} 19|1696r31 4680r31
976i4*Name_Fraction{73|155I9} 19|1697r31 4682r31
978i4*Name_Image{73|155I9} 19|1698r31 4684r31
979i4*Name_Input{73|155I9} 19|1699r31 4686r31
980i4*Name_Machine{73|155I9} 19|1701r31 4690r31
981i4*Name_Max{73|155I9} 19|1702r31 4692r31
982i4*Name_Min{73|155I9} 19|1703r31 4694r31
983i4*Name_Model{73|155I9} 19|1704r31 4696r31
984i4*Name_Pred{73|155I9} 19|1706r31 4700r31
985i4*Name_Remainder{73|155I9} 19|1707r31 4702r31
986i4*Name_Rounding{73|155I9} 19|1709r31 4706r31
987i4*Name_Succ{73|155I9} 19|1711r31 4710r31
989i4*Name_Truncation{73|155I9} 19|1712r31 4712r31
991i4*Name_Value{73|155I9} 19|1715r31 4718r31
992i4*Name_Wide_Image{73|155I9} 19|1716r31 4720r31
993i4*Name_Wide_Wide_Image{73|155I9} 19|1724r31 4732r31
994i4*Name_Wide_Value{73|155I9} 19|1717r31 4722r31
995i4*Name_Wide_Wide_Value{73|155I9} 19|1725r31 4734r31
1001i4*Name_Output{73|155I9} 19|1748r31 4746r31
1002i4*Name_Read{73|155I9} 19|1749r31 4748r31
1003i4*Name_Write{73|155I9} 19|1750r31 4750r31
1012i4*Name_Elab_Body{73|155I9} 19|1934r31
1013i4*Name_Elab_Spec{73|155I9} 19|1935r31
1014i4*Name_Elab_Subp_Body{73|155I9} 19|1893r31
1016i4*Name_Storage_Pool{73|155I9} 19|1850r31
1021i4*Name_Base{73|155I9} 19|1766r31
1022i4*Name_Class{73|155I9} 19|1776r31
1044i4*Name_CPU{73|155I9} 19|3159r28
1045i4*Name_Dispatching_Domain{73|155I9} 19|3157r28
1046i4*Name_Interrupt_Priority{73|155I9} 19|3059r28
1417i4*Name_Interface{73|155I9} 19|3173r15
X 82 stand.ads
38K9*Stand 19|63w6 63r35 82|492e10
123n7*S_NUL{40E9} 19|4003r22
154n7*S_US{40E9} 19|4003r36
178n7*S_LC_A{40E9} 19|4002r22
203n7*S_LC_Z{40E9} 19|4002r37
212n7*S_DEL{40E9} 19|4004r22
229A9*Standard_Entity_Array_Type(109|384I9)<40E9>
243a4*SE=243:44{229A9} 19|4002r18 4002r33 4003r18 4003r32 4004r18
247i4*Standard_ASCII=247:53{109|384I9} 19|4001r17
X 83 system.ads
64M9*Address
X 90 s-memory.ads
53V13*Alloc{83|64M9} 103i<c,__gnat_malloc>22
68U14*Free 104i<c,__gnat_free>22
76V13*Realloc{83|64M9} 105i<c,__gnat_realloc>22
X 106 table.ads
106A12*Table_Type(50|286R9)<integer>
109A15*Big_Table_Type{106A12[10|51]}<integer>
117P12*Table_Ptr(109A15[10|51])
121p7*Table{117P12[10|51]} 19|3568r45[10|51] 4183r38[10|66] 4541r38[10|66]
. 4544r39[10|66] 4546r39[10|66] 4587r36[10|66] 4591r36[10|66] 4593r36[10|66]
138U17*Init 19|4166s26[10|66] 4394s38[10|51] 4459s29[10|66] 4511s26[10|66]
. 4567s26[10|66]
145V16*Last{integer} 19|3569s53[10|51] 4183s64[10|66] 4541s64[10|66] 4544s65[10|66]
. 4546s65[10|66] 4587s62[10|66] 4591s62[10|66] 4593s62[10|66]
182U17*Append 19|4177s35[10|66] 4216s32[10|66] 4230s35[10|66] 4420s41[10|51]
. 4466s32[10|66] 4535s35[10|66] 4580s32[10|66]
X 109 types.ads
52K9*Types 18|67w6 67r24 109|885e10
59I9*Int<integer>
62I12*Nat{59I9} 18|418r20 19|2080r26 2800r26 3635r34 4139r20 4141r16
144I9*Text_Ptr<59I9>
212I12*Source_Ptr{144I9}
228i4*Standard_Location{212I12} 19|2023r24 3900r29 4113r33
384I9*Node_Id<integer> 18|72r18 89r14 110r14 117r44 131r14 140r44 145r15
. 153r15 161r34 162r34 163r34 381r11 398r45 408r30 412r31 416r20 417r20 424r48
. 424r64 19|166r46 173r14 181r35 188r33 191r14 203r38 206r14 210r14 214r14
. 218r14 222r14 226r14 229r37 231r41 233r41 237r14 242r14 247r14 251r14 255r14
. 260r14 264r14 268r14 272r14 276r14 280r14 284r14 288r14 292r14 296r14 300r14
. 304r14 308r14 312r14 317r14 322r14 326r14 330r14 334r14 338r14 342r14 346r14
. 350r14 354r14 358r14 362r14 366r14 370r14 374r14 381r37 385r50 391r58 645r49
. 767r14 807r26 822r21 824r21 868r34 869r34 1029r35 1041r44 1068r15 1097r15
. 1121r48 1121r64 1122r16 1138r44 1139r24 1185r46 1187r18 1212r31 1224r14
. 1253r37 1266r14 1287r14 1308r14 1345r14 1379r14 1383r25 1425r14 1468r14
. 1471r24 1524r14 1545r14 1949r14 1981r14 2002r14 2005r23 2075r14 2210r14
. 2236r14 2284r14 2287r31 2289r22 2445r14 2463r14 2484r14 2505r14 2526r14
. 2529r25 2530r25 2573r14 2594r14 2612r14 2616r20 2623r21 2689r14 2706r14
. 2709r19 2737r14 2758r14 2795r14 2798r26 3002r14 3189r14 3192r18 3224r14
. 3241r14 3261r37 3302r14 3388r14 3409r14 3429r14 3449r14 3474r14 3493r14
. 3529r14 3578r14 3598r33 3609r34 3610r34 3611r34 3623r34 3624r34 3625r34
. 3626r34 3627r34 3637r34 3996r45 4019r14 4041r50 4042r27 4137r20 4138r20
. 4163r24 4262r23 4265r59 4268r42 4268r58 4272r42 4284r59 4285r19 4319r42
. 4319r58 4320r19 4321r19 4375r42 4454r25 4487r24 4562r27 4564r36 4613r58
. 4660r14 4774r30
387I12*Entity_Id{384I9} 19|4162r24 4489r43 4493r43 4563r27
393I12*Node_Or_Entity_Id{384I9}
399i4*Empty{384I9} 18|162r60 163r60 19|2005r34 2530r51 3610r60 3611r60 3626r60
. 3627r60
433I9*List_Id<integer> 18|245r26 309r26 367r26 19|860r26 3545r26 4252r26
. 4265r43 4284r43
458I9*Elist_Id<integer>
472I9*Elmt_Id<integer> 19|4453r25
517M9*Char_Code_Base
520M12*Char_Code{517M9} 19|3634r34
X 110 uintp.ads
42K9*Uintp 19|64w6 64r35 110|537e10
48I9*Uint<109|59I9> 19|4779r23 4780r23
259n28*Decimal{259E9} 19|4790r22 4816r22
265a4*UI_Image_Buffer{string} 19|4792r13 4802r33 4818r13 4828r33
266i4*UI_Image_Length{natural} 19|4791r21 4817r21
269U14*UI_Image 19|4790s7 4816s7
X 113 urealp.ads
37K9*Urealp 19|65w6 65r35 113|369e11
78I9*Ureal<109|59I9> 19|4778r23
158V13*Norm_Den{110|48I9} 19|4780s33
161V13*Norm_Num{110|48I9} 19|4779s33
262V13*UR_Is_Negative{boolean} 19|4783s10 4838s10