This file is indexed.

/usr/lib/ada/adalib/asis/a4g-mapping.ali is in libasis2010-dev 2010-3.

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
V "GNAT Lib v4.6"
A -O2
A -fPIC
A -g
A -gnata
A -gnatf
A -gnatn
A -gnato
A -gnatwa
A -gnatVa
A -gnatA
P SS ZX
R nnvnnnnnnnnnnnnvnnnnnvnnnnnnnvnnnnnnnnnnnvnnvnnnnnnnnnnnnnvnnvnvnnnnnnnnnnnnnnnn

U a4g.mapping%b		a4g-mapping.adb		3b2cb5b0 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_opt%s		a4g-a_opt.adb		a4g-a_opt.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 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.assertions%s	s-assert.adb		s-assert.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		8afcbc47 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		20110611152625 21a63bd9
D a4g-a_alloc.ads	20110611152625 1d117c27
D a4g-a_debug.ads	20110611152625 6e910ddf
D a4g-a_elists.ads	20110611152625 eac82b15
D a4g-a_opt.ads		20110611152625 71656a78
D a4g-a_output.ads	20110611152625 04928652
D a4g-a_sem.ads		20110611152625 3f30436c
D a4g-a_sinput.ads	20110611152625 c33101f2
D a4g-a_types.ads	20110611152625 1173c001
D a4g-asis_tables.ads	20110611152625 136e6f22
D a4g-contt.ads		20110611152625 d93e3885
D a4g-contt-tt.ads	20110611152625 d7822498
D a4g-contt-ut.ads	20110611152625 b6278cc2
D a4g-gnat_int.ads	20110611152625 c216195c
D a4g-int_knds.ads	20110611152625 fde2adbb
D a4g-knd_conv.ads	20110611152625 81e45f33
D a4g-mapping.ads	20110611152625 b1ae3a22
D a4g-mapping.adb	20110611152625 572406d7
D a4g-norm.ads		20110611152625 253d5c13
D a4g-tree_rec.ads	20110611152625 c4076b88
D a4g-unit_rec.ads	20110611152625 5f795988
D a4g-vcheck.ads	20110611152625 2fb2e9ee
D ada.ads		20070406091342 3ffc8e18
D a-calend.ads		20090409150019 343c83dd
D a-charac.ads		20070912115821 2d3ec45b
D a-chahan.ads		20100810135053 1d381dcd
D a-chahan.adb		20090817100955 e462e2ac
D a-chlat1.ads		20070912115821 2825df20
D a-except.ads		20090727140100 0c711ac9
D a-string.ads		20070406091342 90ac6797
D a-strmap.ads		20090409150019 9cb836fb
D a-strmap.adb		20090409150019 0a51f71c
D a-stmaco.ads		20090409150019 cef4434b
D a-unccon.ads		20070406091342 f9eb8f06
D a-uncdea.ads		20070406091342 f15a5ed1
D alloc.ads		20111214114024 cfcad562
D asis.ads		20110611152625 cbc0fa2a
D asis-ada_environments.ads  20110611152625 8cbd2bec
D asis-ada_environments-containers.ads  20110611152625 3aa8eb77
D asis-compilation_units.ads  20110611152625 79aaddf9
D asis-elements.ads	20110611152625 fc404d06
D asis-errors.ads	20110611152625 7770c5d8
D asis-extensions.ads	20110611152625 079f5186
D asis-set_get.ads	20110611152625 4ccc448d
D asis-set_get.adb	20110611152625 59109e7f
D asis-text.ads		20110611152625 81c69bff
D aspects.ads		20111214114024 b71f5b97
D atree.ads		20111214114024 86ed1f41
D atree.adb		20111214114024 d92e034c
D casing.ads		20111214114024 5c2a7161
D debug.ads		20111214114024 3ea59655
D einfo.ads		20111214114024 65a0cfa8
D einfo.adb		20111214114024 beccf11b
D elists.ads		20111214114024 1d4d33c6
D elists.adb		20111214114024 9e3ea56c
D gnat.ads		20050905075125 fd2ad2f1
D g-htable.ads		20101011104304 3d86a91a
D g-os_lib.ads		20090409150019 0db74523
D hostparm.ads		20111214114024 597373af
D interfac.ads		20090409150019 f77d8799
D namet.ads		20111214114024 ef58bb56
D nlists.ads		20111214114024 986e68a0
D nlists.adb		20111214114024 664ddce5
D opt.ads		20111214114024 ed841f4a
D output.ads		20111214114024 de75f4b4
D sinfo.ads		20111214114024 dcb3bec6
D sinfo.adb		20111214114024 fc452c52
D sinput.ads		20111214114024 9359b909
D snames.ads		20111214114024 5b37d99d
D stand.ads		20111214114024 2bd6ec0a
D system.ads		20111214112749 23e1f70b
D s-assert.ads		20090417131547 a3a4e6ab
D s-bitops.ads		20090422095703 c30e4013
D s-exctab.ads		20090417131547 66e51330
D s-fatgen.ads		20090409150019 9267ca45
D s-fatgen.adb		20100909085708 9ba81cee
D s-fatlfl.ads		20090409150019 378cba9f
D s-htable.ads		20101011104304 efdfacdf
D s-imgboo.ads		20090409150019 f5d971eb
D s-imenne.ads		20090417131547 8707cbf0
D s-memory.ads		20090417131547 ca8bbc15
D s-os_lib.ads		20100910151410 e0681e2d
D s-parame.ads		20091130110856 9c5d83fa
D s-secsta.ads		20090707124243 eea35a36
D s-stalib.ads		20101021102512 c4241c00
D s-stoele.ads		20090417130712 facd7d98
D s-stoele.adb		20100617152355 afc5dc80
D s-string.ads		20090417130712 46b01415
D s-traent.ads		20090417130712 5221ee41
D s-unstyp.ads		20090409150019 6ae15c76
D s-wchcon.ads		20090417130712 bfeb2e3d
D table.ads		20111214114024 e3a9ec16
D table.adb		20111214114024 5992476d
D tree_io.ads		20111214114024 d9afd67c
D types.ads		20111214114024 e11694ea
D uintp.ads		20111214114024 2762e44a
D uintp.adb		20111214114024 8fe1b666
D unchconv.ads		20070406091342 ca2f9e18
D unchdeal.ads		20070406091342 214516a4
D urealp.ads		20111214114024 e500ee51
D urealp.adb		20111214114024 c8621231
X 1 a4g.ads
51K9*A4G 53e8 17|65r6 65r24 66r6 66r24 71r9 432r5 18|49r6 49r35 50r6 51r6
. 51r35 52r6 52r35 53r6 53r35 54r6 54r35 55r6 55r35 56r6 56r35 57r6 57r35
. 70r14 2533r10 4649r5
X 3 a4g-a_debug.ads
41K13*A_Debug 123e16 18|49w10 49r39
71b4*Debug_Flag_L{boolean} 18|4221r13
X 5 a4g-a_opt.ads
48K13*A_Opt 154e14 18|50w10 2533r14
78b4*ASIS_2005_Mode{boolean} 18|2533r20
X 6 a4g-a_output.ads
51K13*A_Output 102e17 18|51w10 51r39
97U14*Write_Node 18|4222s13
97i26 N{95|382I9} 18|4222r25
97s39 Prefix{string} 18|4223r25
X 7 a4g-a_sem.ads
50K13*A_Sem 234e14 18|52w10 52r39
115V13*Is_From_Instance{boolean} 18|1183s26 1185s26 1187s26 3624s13
123V13*Is_Name_Of_Expanded_Subprogram{boolean} 18|3625s13 3645s18
206V13*Pass_Generic_Actual{boolean} 18|1953s13 3937s18
212V13*Part_Of_Pass_Generic_Actual{boolean} 18|3626s13 3641s18
X 8 a4g-a_sinput.ads
64K13*A_Sinput 295e17 18|53w10 53r39
93V13*Get_Character{character} 18|1949s10
X 9 a4g-a_types.ads
45K13*A_Types 423e16 17|65w10 65r28
149I9*Tree_Id<integer>
176E9*Special_Cases 274e5 17|167r34 251r26 315r26 18|3433r26 3497r34 3515r34
. 4073r26
179n7*Not_A_Special_Case{176E9} 17|167r60 251r52 315r52 18|3433r52 3497r60
. 3616r30 3663r23 3742r26 4073r52
190n7*Explicit_From_Standard{176E9} 18|3749r30 3754r26
208n7*Stand_Char_Literal{176E9} 18|3747r30 3755r26
216n7*Expanded_Package_Instantiation{176E9} 18|3628r25 3654r22
221n7*Expanded_Subprogram_Instantiation{176E9} 18|3629r25 3655r22
226n7*Configuration_File_Pragma{176E9} 18|3562r25
231n7*Rewritten_Named_Number{176E9} 18|3727r40
276E9*Normalization_Cases 287e39 17|168r34 252r26 316r26 18|3434r26 3498r34
. 4074r26
279n7*Is_Not_Normalized{276E9} 17|168r60 252r52 316r52 18|3434r52 3498r60
. 4074r52
287n7*Is_Normalized_Defaulted_For_Box{276E9} 18|3643r26
293E12*Expanded_Spec{176E9} 18|3610r30 3619r30
396X4*Internal_Implementation_Error 18|1630r19 2912r25 3484r13 3576r16
X 10 a4g-asis_tables.ads
50K13*Asis_Tables 126e20 18|54w10 54r39
52K12*Internal_Asis_Element_Table[92|55] 18|3451r17 3452r25 4210r10 4236r13
67K12*Asis_Element_Table[92|55] 18|3982r7 3993r16 3999r19 3999r45 4032r13
. 4046r16 4275r10 4282r13 4327r7 4345r16 4351r19 4351r45 4354r20 4354r46
. 4356r20 4356r46 4377r7 4390r13 4397r17 4397r43 4401r17 4401r43 4403r17
. 4403r43
X 11 a4g-contt.ads
58K13*Contt 543e14 18|55w10 55r39
166V13*Get_Current_Tree{9|149I9} 18|3589s28 3596s28
X 15 a4g-int_knds.ads
49K13*Int_Knds 1044e17 17|66w10 66r28
125E9*Internal_Element_Kinds 891e18 17|91r14 112r14 133r14 166r34 250r26
. 314r26 18|195r14 206r54 210r14 214r14 218r14 222r14 224r50 226r54 230r14
. 234r14 236r53 238r57 240r57 245r14 250r14 254r14 258r14 262r14 266r14 270r14
. 274r14 278r14 282r14 286r14 290r14 294r14 298r14 302r14 306r14 311r14 316r14
. 320r14 324r14 328r14 332r14 336r14 340r14 344r14 348r14 352r14 356r14 360r14
. 364r14 393r37 617r17 731r14 733r23 834r34 1213r14 1234r14 1255r14 1292r14
. 1326r14 1328r25 1372r14 1415r14 1469r14 1490r14 1873r14 1907r14 1928r14
. 2001r14 2136r14 2162r14 2164r16 2210r14 2371r14 2392r14 2413r14 2434r14
. 2438r25 2481r14 2499r50 2500r16 2529r14 2531r16 2550r14 2627r14 2656r54
. 2657r16 2685r14 2706r14 2708r16 2738r14 2941r14 3109r14 3112r18 3144r14
. 3163r53 3202r14 3204r19 3288r14 3309r14 3329r14 3349r14 3374r14 3393r14
. 3432r26 3462r14 3496r34 3510r34 3853r14 4072r26 4471r14
127n7*Not_An_Element{125E9} 17|166r60 250r52 314r52 18|854r28 1328r51 3432r52
. 3496r60 3670r30 3859r14 4072r52
140n7*An_All_Calls_Remote_Pragma{125E9} 18|2950r17
141n7*An_Asynchronous_Pragma{125E9} 18|2953r17
142n7*An_Atomic_Pragma{125E9} 18|2956r17
143n7*An_Atomic_Components_Pragma{125E9} 18|2959r17
144n7*An_Attach_Handler_Pragma{125E9} 18|2962r17
145n7*A_Controlled_Pragma{125E9} 18|2965r17
146n7*A_Convention_Pragma{125E9} 18|2968r17
147n7*A_Discard_Names_Pragma{125E9} 18|2971r17
148n7*An_Elaborate_Pragma{125E9} 18|2974r17
149n7*An_Elaborate_All_Pragma{125E9} 18|2977r17
150n7*An_Elaborate_Body_Pragma{125E9} 18|2980r17
151n7*An_Export_Pragma{125E9} 18|2983r17
152n7*An_Import_Pragma{125E9} 18|2986r17
153n7*An_Inline_Pragma{125E9} 18|2989r17
154n7*An_Inspection_Point_Pragma{125E9} 18|2992r17
155n7*An_Interrupt_Handler_Pragma{125E9} 18|2995r17
156n7*An_Interrupt_Priority_Pragma{125E9} 18|2998r17
157n7*A_Linker_Options_Pragma{125E9} 18|3001r17
158n7*A_List_Pragma{125E9} 18|3004r17
159n7*A_Locking_Policy_Pragma{125E9} 18|3007r17
160n7*A_Normalize_Scalars_Pragma{125E9} 18|3010r17
161n7*An_Optimize_Pragma{125E9} 18|3013r17
162n7*A_Pack_Pragma{125E9} 18|3016r17
163n7*A_Page_Pragma{125E9} 18|3019r17
164n7*A_Preelaborate_Pragma{125E9} 18|3022r17
165n7*A_Priority_Pragma{125E9} 18|3025r17
166n7*A_Pure_Pragma{125E9} 18|3028r17
167n7*A_Queuing_Policy_Pragma{125E9} 18|3031r17
168n7*A_Remote_Call_Interface_Pragma{125E9} 18|3034r17
169n7*A_Remote_Types_Pragma{125E9} 18|3037r17
170n7*A_Restrictions_Pragma{125E9} 18|3040r17
171n7*A_Reviewable_Pragma{125E9} 18|3043r17
172n7*A_Shared_Passive_Pragma{125E9} 18|3046r17
173n7*A_Storage_Size_Pragma{125E9} 18|3050r17
174n7*A_Suppress_Pragma{125E9} 18|3053r17
175n7*A_Task_Dispatching_Policy_Pragma{125E9} 18|3056r17
176n7*A_Volatile_Pragma{125E9} 18|3059r17
177n7*A_Volatile_Components_Pragma{125E9} 18|3062r17
181n7*An_Assert_Pragma{125E9} 18|3067r17
182n7*An_Assertion_Policy_Pragma{125E9} 18|3069r17
183n7*A_Detect_Blocking_Pragma{125E9} 18|3071r17
184n7*A_No_Return_Pragma{125E9} 18|3073r17
186n7*A_Preelaborable_Initialization_Pragma{125E9} 18|3077r17
187n7*A_Priority_Specific_Dispatching_Pragma{125E9} 18|3079r17
188n7*A_Profile_Pragma{125E9} 18|3081r17
189n7*A_Relative_Deadline_Pragma{125E9} 18|3083r17
190n7*An_Unchecked_Union_Pragma{125E9} 18|3085r17
191n7*An_Unsuppress_Pragma{125E9} 18|3087r17
195n7*An_Implementation_Defined_Pragma{125E9} 18|3096r17
197n7*An_Unknown_Pragma{125E9} 18|3098r17
207n7*A_Defining_Identifier{125E9} 18|794r51 811r54 1989r20
208n7*A_Defining_Character_Literal{125E9} 18|406r43 3601r29
209n7*A_Defining_Enumeration_Literal{125E9} 18|1987r20
217n7*A_Defining_And_Operator{125E9} 18|2039r20
218n7*A_Defining_Or_Operator{125E9} 18|2042r20
219n7*A_Defining_Xor_Operator{125E9} 18|2045r20
220n7*A_Defining_Equal_Operator{125E9} 18|2048r20
221n7*A_Defining_Not_Equal_Operator{125E9} 18|2051r20
222n7*A_Defining_Less_Than_Operator{125E9} 18|2054r20
223n7*A_Defining_Less_Than_Or_Equal_Operator{125E9} 18|2057r20
224n7*A_Defining_Greater_Than_Operator{125E9} 18|2060r20
225n7*A_Defining_Greater_Than_Or_Equal_Operator{125E9} 18|2063r20
226n7*A_Defining_Plus_Operator{125E9} 18|2113r26
227n7*A_Defining_Minus_Operator{125E9} 18|2121r26
228n7*A_Defining_Concatenate_Operator{125E9} 18|2066r20
229n7*A_Defining_Unary_Plus_Operator{125E9} 18|2111r26
230n7*A_Defining_Unary_Minus_Operator{125E9} 18|2119r26
231n7*A_Defining_Multiply_Operator{125E9} 18|2069r20
232n7*A_Defining_Divide_Operator{125E9} 18|2072r20
233n7*A_Defining_Mod_Operator{125E9} 18|2075r20
234n7*A_Defining_Rem_Operator{125E9} 18|2078r20
235n7*A_Defining_Exponentiate_Operator{125E9} 18|2081r20
236n7*A_Defining_Abs_Operator{125E9} 18|2084r20
237n7*A_Defining_Not_Operator{125E9} 18|2087r20
239n7*A_Defining_Expanded_Name{125E9} 18|550r43
250n7*An_Ordinary_Type_Declaration{125E9} 18|465r43
251n7*A_Task_Type_Declaration{125E9} 18|481r43
252n7*A_Protected_Type_Declaration{125E9} 18|475r43
253n7*An_Incomplete_Type_Declaration{125E9} 18|2531r42
255n7*A_Tagged_Incomplete_Type_Declaration{125E9} 18|2537r20
257n7*A_Private_Type_Declaration{125E9} 18|473r43
258n7*A_Private_Extension_Declaration{125E9} 18|472r43
260n7*A_Subtype_Declaration{125E9} 18|474r43
262n7*A_Variable_Declaration{125E9} 18|2721r20
263n7*A_Constant_Declaration{125E9} 18|2723r20
264n7*A_Deferred_Constant_Declaration{125E9} 18|2725r20
265n7*A_Single_Task_Declaration{125E9} 18|493r43
266n7*A_Single_Protected_Declaration{125E9} 18|598r43
268n7*An_Integer_Number_Declaration{125E9} 18|2693r20
269n7*A_Real_Number_Declaration{125E9} 18|2695r20
271n7*An_Enumeration_Literal_Specification{125E9} 18|3602r29 4393r39
273n7*A_Discriminant_Specification{125E9} 18|555r43 4285r39
275n7*A_Component_Declaration{125E9} 18|458r43
277n7*A_Loop_Parameter_Specification{125E9} 18|470r43
279n7*A_Procedure_Declaration{125E9} 18|1223r20 3363r20
280n7*A_Function_Declaration{125E9} 18|1221r20 3357r20
282n7*A_Parameter_Specification{125E9} 18|590r43
285n7*A_Procedure_Body_Declaration{125E9} 18|3318r20
286n7*A_Function_Body_Declaration{125E9} 18|3316r20
289n7*A_Return_Object_Declaration{125E9} 18|2719r20
290n7*A_Null_Procedure_Declaration{125E9} 18|3360r20
293n7*A_Package_Declaration{125E9} 18|492r43
294n7*A_Package_Body_Declaration{125E9} 18|489r43
296n7*An_Object_Renaming_Declaration{125E9} 18|502r43
297n7*An_Exception_Renaming_Declaration{125E9} 18|501r43
298n7*A_Package_Renaming_Declaration{125E9} 18|503r43
299n7*A_Procedure_Renaming_Declaration{125E9} 18|3383r17
300n7*A_Function_Renaming_Declaration{125E9} 18|3381r17
301n7*A_Generic_Package_Renaming_Declaration{125E9} 18|510r7
302n7*A_Generic_Procedure_Renaming_Declaration{125E9} 18|513r7
303n7*A_Generic_Function_Renaming_Declaration{125E9} 18|507r7
305n7*A_Task_Body_Declaration{125E9} 18|495r43
306n7*A_Protected_Body_Declaration{125E9} 18|591r43
308n7*An_Entry_Declaration{125E9} 18|460r43
309n7*An_Entry_Body_Declaration{125E9} 18|459r43
310n7*An_Entry_Index_Specification{125E9} 18|461r43
312n7*A_Procedure_Body_Stub{125E9} 18|3338r20
313n7*A_Function_Body_Stub{125E9} 18|3336r20
314n7*A_Package_Body_Stub{125E9} 18|482r43
315n7*A_Task_Body_Stub{125E9} 18|485r43
316n7*A_Protected_Body_Stub{125E9} 18|483r43
318n7*An_Exception_Declaration{125E9} 18|559r43
321n7*A_Generic_Procedure_Declaration{125E9} 18|2490r20
322n7*A_Generic_Function_Declaration{125E9} 18|2488r20
323n7*A_Generic_Package_Declaration{125E9} 18|497r43
325n7*A_Package_Instantiation{125E9} 18|487r43
326n7*A_Procedure_Instantiation{125E9} 18|488r43
327n7*A_Function_Instantiation{125E9} 18|486r43
329n7*A_Formal_Object_Declaration{125E9} 18|462r43
330n7*A_Formal_Type_Declaration{125E9} 18|463r43
331n7*A_Formal_Procedure_Declaration{125E9} 18|2423r20
332n7*A_Formal_Function_Declaration{125E9} 18|2421r20
333n7*A_Formal_Package_Declaration{125E9} 18|2381r20
334n7*A_Formal_Package_Declaration_With_Box{125E9} 18|2379r20
349n7*A_Derived_Type_Definition{125E9} 18|2164r42
350n7*A_Derived_Record_Extension_Definition{125E9} 18|2196r20
352n7*An_Enumeration_Type_Definition{125E9} 18|557r43
354n7*A_Signed_Integer_Type_Definition{125E9} 18|597r43
355n7*A_Modular_Type_Definition{125E9} 18|584r43
369n7*A_Floating_Point_Definition{125E9} 18|561r43
371n7*An_Ordinary_Fixed_Point_Definition{125E9} 18|586r43
372n7*A_Decimal_Fixed_Point_Definition{125E9} 18|549r43
374n7*An_Unconstrained_Array_Definition{125E9} 18|3472r17
375n7*A_Constrained_Array_Definition{125E9} 18|1917r17
377n7*A_Record_Type_Definition{125E9} 18|3204r45
378n7*A_Tagged_Record_Type_Definition{125E9} 18|3275r20
391n7*An_Ordinary_Interface{125E9} 18|2192r23 3269r26
392n7*A_Limited_Interface{125E9} 18|2184r23 3237r26
393n7*A_Task_Interface{125E9} 18|2186r23 3245r26
394n7*A_Protected_Interface{125E9} 18|2188r23 3253r26
395n7*A_Synchronized_Interface{125E9} 18|2190r23 3261r26
404n7*A_Pool_Specific_Access_To_Variable{125E9} 18|1402r20
405n7*An_Access_To_Variable{125E9} 18|1398r20
406n7*An_Access_To_Constant{125E9} 18|1400r20
408n7*An_Access_To_Procedure{125E9} 18|1313r23
409n7*An_Access_To_Protected_Procedure{125E9} 18|1311r23
410n7*An_Access_To_Function{125E9} 18|1279r23
411n7*An_Access_To_Protected_Function{125E9} 18|1277r23
413n7*A_Subtype_Indication{125E9} 18|2233r26 2253r26 3420r14
420n7*A_Range_Attribute_Reference{125E9} 18|1621r20 1627r20 3154r20
421n7*A_Simple_Expression_Range{125E9} 18|594r43 3152r20
422n7*A_Digits_Constraint{125E9} 18|553r43
423n7*A_Delta_Constraint{125E9} 18|552r43
424n7*An_Index_Constraint{125E9} 18|2283r19 2581r17 2587r20 2616r17
425n7*A_Discriminant_Constraint{125E9} 18|2576r17 2589r20 2598r17 2614r17
427n7*A_Component_Definition{125E9} 18|546r43 2277r26
435n7*A_Discrete_Subtype_Indication_As_Subtype_Definition{125E9} 18|2260r23
. 3406r23 3410r20
436n7*A_Discrete_Range_Attribute_Reference_As_Subtype_Definition{125E9} 18|1617r20
437n7*A_Discrete_Simple_Expression_Range_As_Subtype_Definition{125E9} 18|3178r20
453n7*A_Discrete_Subtype_Indication{125E9} 18|879r31 885r34 899r34 2285r26
. 2295r26 3415r20
454n7*A_Discrete_Range_Attribute_Reference{125E9} 18|928r34 1608r20
455n7*A_Discrete_Simple_Expression_Range{125E9} 18|915r31 3186r20
464n7*A_Variant_Part{125E9} 18|606r43
465n7*A_Variant{125E9} 18|605r43
467n7*An_Others_Choice{125E9} 18|587r43 864r31
486n7*An_Anonymous_Access_To_Variable{125E9} 18|1338r26
487n7*An_Anonymous_Access_To_Constant{125E9} 18|1336r26
488n7*An_Anonymous_Access_To_Procedure{125E9} 18|1354r26
489n7*An_Anonymous_Access_To_Protected_Procedure{125E9} 18|1352r26
490n7*An_Anonymous_Access_To_Function{125E9} 18|1346r26
491n7*An_Anonymous_Access_To_Protected_Function{125E9} 18|1344r26
498n7*A_Task_Definition{125E9} 18|600r43
499n7*A_Protected_Definition{125E9} 18|592r43
507n7*A_Formal_Private_Type_Definition{125E9} 18|2402r20
508n7*A_Formal_Tagged_Private_Type_Definition{125E9} 18|2400r20
510n7*A_Formal_Derived_Type_Definition{125E9} 18|566r43
512n7*A_Formal_Discrete_Type_Definition{125E9} 18|567r43
514n7*A_Formal_Signed_Integer_Type_Definition{125E9} 18|578r7
515n7*A_Formal_Modular_Type_Definition{125E9} 18|569r43
517n7*A_Formal_Floating_Point_Definition{125E9} 18|568r43
519n7*A_Formal_Ordinary_Fixed_Point_Definition{125E9} 18|572r7
520n7*A_Formal_Decimal_Fixed_Point_Definition{125E9} 18|564r7
529n7*A_Formal_Ordinary_Interface{125E9} 18|3267r26
530n7*A_Formal_Limited_Interface{125E9} 18|3235r26
531n7*A_Formal_Task_Interface{125E9} 18|3243r26
532n7*A_Formal_Protected_Interface{125E9} 18|3251r26
533n7*A_Formal_Synchronized_Interface{125E9} 18|3259r26
537n7*A_Formal_Unconstrained_Array_Definition{125E9} 18|3470r17
538n7*A_Formal_Constrained_Array_Definition{125E9} 18|1915r17
547n7*A_Formal_Pool_Specific_Access_To_Variable{125E9} 18|1392r20
548n7*A_Formal_Access_To_Variable{125E9} 18|1388r20
549n7*A_Formal_Access_To_Constant{125E9} 18|1390r20
551n7*A_Formal_Access_To_Procedure{125E9} 18|1307r23
552n7*A_Formal_Access_To_Protected_Procedure{125E9} 18|1305r23
553n7*A_Formal_Access_To_Function{125E9} 18|1271r23
554n7*A_Formal_Access_To_Protected_Function{125E9} 18|1269r23
564n7*An_Integer_Literal{125E9} 18|443r43
565n7*A_Real_Literal{125E9} 18|449r43
566n7*A_String_Literal{125E9} 18|456r43
568n7*An_Identifier{125E9} 18|892r34 2249r29 2273r29 2355r23 2360r20 3728r40
576n7*An_And_Operator{125E9} 18|2775r20
577n7*An_Or_Operator{125E9} 18|2778r20
578n7*An_Xor_Operator{125E9} 18|2781r20
579n7*An_Equal_Operator{125E9} 18|2784r20
580n7*A_Not_Equal_Operator{125E9} 18|2787r20
581n7*A_Less_Than_Operator{125E9} 18|2790r20
582n7*A_Less_Than_Or_Equal_Operator{125E9} 18|2793r20
583n7*A_Greater_Than_Operator{125E9} 18|2796r20
584n7*A_Greater_Than_Or_Equal_Operator{125E9} 18|2799r20
585n7*A_Plus_Operator{125E9} 18|2921r26
586n7*A_Minus_Operator{125E9} 18|2927r26
587n7*A_Concatenate_Operator{125E9} 18|2802r20
588n7*A_Unary_Plus_Operator{125E9} 18|2919r26
589n7*A_Unary_Minus_Operator{125E9} 18|2925r26
590n7*A_Multiply_Operator{125E9} 18|2805r20
591n7*A_Divide_Operator{125E9} 18|2808r20
592n7*A_Mod_Operator{125E9} 18|2811r20
593n7*A_Rem_Operator{125E9} 18|2814r20
594n7*An_Exponentiate_Operator{125E9} 18|2817r20
595n7*An_Abs_Operator{125E9} 18|2820r20
596n7*A_Not_Operator{125E9} 18|2823r20
598n7*A_Character_Literal{125E9} 18|411r43
599n7*An_Enumeration_Literal{125E9} 18|890r34 2353r23 2464r26 3767r31
600n7*An_Explicit_Dereference{125E9} 18|440r43
601n7*A_Function_Call{125E9} 18|413r43 414r43 416r43 417r43 418r43 419r43
. 420r43 421r43 423r43 424r43 425r43 426r43 427r43 429r43 431r43 432r43 433r43
. 434r43 435r43 436r43 437r43 1681r17 2310r26 2438r51 3130r23 3707r40
603n7*An_Indexed_Component{125E9} 18|442r43
604n7*A_Slice{125E9} 18|455r43
605n7*A_Selected_Component{125E9} 18|450r43 902r34 2247r29 2271r29 2341r20
. 2462r26 3766r31
613n7*An_Access_Attribute{125E9} 18|1696r18
614n7*An_Address_Attribute{125E9} 18|1698r18
615n7*An_Adjacent_Attribute{125E9} 18|4481r17
616n7*An_Aft_Attribute{125E9} 18|1700r18
617n7*An_Alignment_Attribute{125E9} 18|1702r18
618n7*A_Base_Attribute{125E9} 18|1704r18
619n7*A_Bit_Order_Attribute{125E9} 18|1706r18
620n7*A_Body_Version_Attribute{125E9} 18|1708r18
621n7*A_Callable_Attribute{125E9} 18|1710r18
622n7*A_Caller_Attribute{125E9} 18|1712r18
623n7*A_Ceiling_Attribute{125E9} 18|4483r17
624n7*A_Class_Attribute{125E9} 18|1714r18 2326r26
625n7*A_Component_Size_Attribute{125E9} 18|1716r18
626n7*A_Compose_Attribute{125E9} 18|4485r17
627n7*A_Constrained_Attribute{125E9} 18|1718r18
628n7*A_Copy_Sign_Attribute{125E9} 18|4487r17
629n7*A_Count_Attribute{125E9} 18|1720r18
630n7*A_Definite_Attribute{125E9} 18|1722r18
631n7*A_Delta_Attribute{125E9} 18|1724r18
632n7*A_Denorm_Attribute{125E9} 18|1726r18
633n7*A_Digits_Attribute{125E9} 18|1728r18
634n7*An_Exponent_Attribute{125E9} 18|4489r17
635n7*An_External_Tag_Attribute{125E9} 18|1730r18
636n7*A_First_Attribute{125E9} 18|1732r18
637n7*A_First_Bit_Attribute{125E9} 18|1734r18
638n7*A_Floor_Attribute{125E9} 18|4491r17
639n7*A_Fore_Attribute{125E9} 18|1736r18
640n7*A_Fraction_Attribute{125E9} 18|4493r17
641n7*An_Identity_Attribute{125E9} 18|1738r18
642n7*An_Image_Attribute{125E9} 18|4495r17
643n7*An_Input_Attribute{125E9} 18|4497r17
644n7*A_Last_Attribute{125E9} 18|1740r18
645n7*A_Last_Bit_Attribute{125E9} 18|1742r18
646n7*A_Leading_Part_Attribute{125E9} 18|4499r17
647n7*A_Length_Attribute{125E9} 18|1744r18
648n7*A_Machine_Attribute{125E9} 18|4501r17
649n7*A_Machine_Emax_Attribute{125E9} 18|1746r18
650n7*A_Machine_Emin_Attribute{125E9} 18|1748r18
651n7*A_Machine_Mantissa_Attribute{125E9} 18|1750r18
652n7*A_Machine_Overflows_Attribute{125E9} 18|1752r18
653n7*A_Machine_Radix_Attribute{125E9} 18|1754r18
654n7*A_Machine_Rounds_Attribute{125E9} 18|1756r18
655n7*A_Max_Attribute{125E9} 18|4503r17
656n7*A_Max_Size_In_Storage_Elements_Attribute{125E9} 18|1758r18
657n7*A_Min_Attribute{125E9} 18|4505r17
658n7*A_Model_Attribute{125E9} 18|4507r17
659n7*A_Model_Emin_Attribute{125E9} 18|1760r18
660n7*A_Model_Epsilon_Attribute{125E9} 18|1762r18
661n7*A_Model_Mantissa_Attribute{125E9} 18|1764r18
662n7*A_Model_Small_Attribute{125E9} 18|1766r18
663n7*A_Modulus_Attribute{125E9} 18|1768r18
664n7*An_Output_Attribute{125E9} 18|4551r17
665n7*A_Partition_ID_Attribute{125E9} 18|1770r18
666n7*A_Pos_Attribute{125E9} 18|4509r17
667n7*A_Position_Attribute{125E9} 18|1772r18
668n7*A_Pred_Attribute{125E9} 18|4511r17
669n7*A_Range_Attribute{125E9} 18|1774r18
670n7*A_Read_Attribute{125E9} 18|4553r17
671n7*A_Remainder_Attribute{125E9} 18|4513r17
672n7*A_Round_Attribute{125E9} 18|4515r17
673n7*A_Rounding_Attribute{125E9} 18|4517r17
674n7*A_Safe_First_Attribute{125E9} 18|1776r18
675n7*A_Safe_Last_Attribute{125E9} 18|1778r18
676n7*A_Scale_Attribute{125E9} 18|1780r18
677n7*A_Scaling_Attribute{125E9} 18|4519r17
678n7*A_Signed_Zeros_Attribute{125E9} 18|1782r18
679n7*A_Size_Attribute{125E9} 18|1784r18
680n7*A_Small_Attribute{125E9} 18|1786r18
681n7*A_Storage_Pool_Attribute{125E9} 18|1788r18
682n7*A_Storage_Size_Attribute{125E9} 18|1790r18
684n7*A_Succ_Attribute{125E9} 18|4521r17
685n7*A_Tag_Attribute{125E9} 18|1792r18
686n7*A_Terminated_Attribute{125E9} 18|1794r18
687n7*A_Truncation_Attribute{125E9} 18|4523r17
688n7*An_Unbiased_Rounding_Attribute{125E9} 18|4525r17
689n7*An_Unchecked_Access_Attribute{125E9} 18|1796r18
690n7*A_Val_Attribute{125E9} 18|4527r17
691n7*A_Valid_Attribute{125E9} 18|1798r18
692n7*A_Value_Attribute{125E9} 18|4529r17
693n7*A_Version_Attribute{125E9} 18|1800r18
694n7*A_Wide_Image_Attribute{125E9} 18|4531r17
695n7*A_Wide_Value_Attribute{125E9} 18|4533r17
696n7*A_Wide_Width_Attribute{125E9} 18|1802r18
697n7*A_Width_Attribute{125E9} 18|1804r18
698n7*A_Write_Attribute{125E9} 18|4555r17
702n7*A_Machine_Rounding_Attribute{125E9} 18|4539r17
703n7*A_Mod_Attribute{125E9} 18|4541r17
704n7*A_Priority_Attribute{125E9} 18|1808r18
705n7*A_Stream_Size_Attribute{125E9} 18|1810r18
706n7*A_Wide_Wide_Image_Attribute{125E9} 18|4543r17
707n7*A_Wide_Wide_Value_Attribute{125E9} 18|4545r17
708n7*A_Wide_Wide_Width_Attribute{125E9} 18|1812r18
711n7*An_Implementation_Defined_Attribute{125E9} 18|1860r17 4565r17
712n7*An_Unknown_Attribute{125E9} 18|1862r17 4567r17
714n7*A_Record_Aggregate{125E9} 18|1444r20 1450r20
715n7*An_Extension_Aggregate{125E9} 18|454r43
716n7*A_Positional_Array_Aggregate{125E9} 18|1454r23
717n7*A_Named_Array_Aggregate{125E9} 18|1456r23
719n7*An_And_Then_Short_Circuit{125E9} 18|415r43
720n7*An_Or_Else_Short_Circuit{125E9} 18|430r43
722n7*An_In_Range_Membership_Test{125E9} 18|2513r29 2516r26
723n7*A_Not_In_Range_Membership_Test{125E9} 18|2670r29 2673r26
724n7*An_In_Type_Membership_Test{125E9} 18|2500r42
725n7*A_Not_In_Type_Membership_Test{125E9} 18|2657r42
727n7*A_Null_Literal{125E9} 18|444r43
728n7*A_Parenthesized_Expression{125E9} 18|3679r34
730n7*A_Type_Conversion{125E9} 18|451r43
731n7*A_Qualified_Expression{125E9} 18|446r43
733n7*An_Allocation_From_Subtype{125E9} 18|1479r20
734n7*An_Allocation_From_Qualified_Expression{125E9} 18|1477r20
735n7*A_Conditional_Expression{125E9} 18|439r43
745n7*A_Pragma_Argument_Association{125E9} 18|405r43
746n7*A_Discriminant_Association{125E9} 18|554r43
747n7*A_Record_Component_Association{125E9} 18|1887r17 1897r17
748n7*An_Array_Component_Association{125E9} 18|1881r17 1895r17
749n7*A_Parameter_Association{125E9} 18|589r43
750n7*A_Generic_Association{125E9} 18|581r43
760n7*A_Null_Statement{125E9} 18|528r43
761n7*An_Assignment_Statement{125E9} 18|516r43
762n7*An_If_Statement{125E9} 18|526r43
763n7*A_Case_Statement{125E9} 18|518r43
765n7*A_Loop_Statement{125E9} 18|2647r17
766n7*A_While_Loop_Statement{125E9} 18|2641r20
767n7*A_For_Loop_Statement{125E9} 18|2643r20
769n7*A_Block_Statement{125E9} 18|517r43
770n7*An_Exit_Statement{125E9} 18|523r43
771n7*A_Goto_Statement{125E9} 18|525r43
773n7*A_Procedure_Call_Statement{125E9} 18|1691r17 3112r44
774n7*A_Return_Statement{125E9} 18|531r43
777n7*An_Extended_Return_Statement{125E9} 18|532r43
780n7*An_Accept_Statement{125E9} 18|476r43
781n7*An_Entry_Call_Statement{125E9} 18|522r43 3705r40
783n7*A_Requeue_Statement{125E9} 18|3298r17
784n7*A_Requeue_Statement_With_Abort{125E9} 18|3296r17
786n7*A_Delay_Until_Statement{125E9} 18|521r43
787n7*A_Delay_Relative_Statement{125E9} 18|520r43
791n7*A_Selective_Accept_Statement{125E9} 18|596r43
792n7*A_Timed_Entry_Call_Statement{125E9} 18|602r43
793n7*A_Conditional_Entry_Call_Statement{125E9} 18|547r43
794n7*An_Asynchronous_Select_Statement{125E9} 18|542r43
796n7*An_Abort_Statement{125E9} 18|515r43
797n7*A_Raise_Statement{125E9} 18|529r43
798n7*A_Code_Statement{125E9} 18|519r43
812n7*An_Elsif_Path{125E9} 18|556r43
819n7*A_Case_Path{125E9} 18|543r43
823n7*A_Select_Path{125E9} 18|558r43 603r43 1242r17
830n7*An_Or_Path{125E9} 18|1244r17 2152r17
835n7*A_Then_Abort_Path{125E9} 18|533r43
861n7*A_Use_Package_Clause{125E9} 18|496r43
862n7*A_Use_Type_Clause{125E9} 18|604r43
863n7*A_With_Clause{125E9} 18|607r43
871n7*An_Attribute_Definition_Clause{125E9} 18|401r43
872n7*An_Enumeration_Representation_Clause{125E9} 18|398r43
873n7*A_Record_Representation_Clause{125E9} 18|400r43
874n7*An_At_Clause{125E9} 18|396r43
876n7*A_Component_Clause{125E9} 18|397r43
880n7*An_Exception_Handler{125E9} 18|560r43
888n7*Non_Trivial_Mapping{125E9} 18|404r43 407r43 408r43 409r43 410r43 412r43
. 422r43 428r43 438r43 441r43 445r43 448r43 452r43 453r43 457r43 468r43 471r43
. 479r43 480r43 484r43 490r43 494r43 498r43 499r43 500r43 504r43 527r43 530r43
. 534r43 535r43 538r43 541r43 545r43 548r43 551r43 574r43 575r43 580r43 582r43
. 585r43 593r43 595r43 601r43 744r12
889n7*Not_Implemented_Mapping{125E9} 18|610r39 749r12
891n7*No_Mapping{125E9} 18|395r26 399r43 402r43 403r43 447r43 464r43 477r43
. 478r43 491r43 524r43 544r43 583r43 588r43 599r43 608r43 753r12
X 17 a4g-mapping.ads
71K13*Mapping 1|51k9 17|432l9 432e16 18|70b18 4649l9 4649t16
73i4*Parent_Node{95|382I9} 18|1492r55 2093r23 2097m16 2097r59 2099r26 2100m19
. 2100r42 2106r54 2212r44 2842m16 2844r26 2845r26 2849m19 2849r49 2862r29
. 2863m19 2863r42 2865r29 2866r29 2871m22 2871r52 2876r28 2877r28 2881r29
. 2882r29 2886r29 2888r58 2890r29 2892r29 2895r63 2897r29 2899r41 2901r29
. 2905r29 3164r66 3401r19 3549m7
89V13*Asis_Internal_Element_Kind{15|125E9} 90>7 18|729b13 763l8 763t34 2282s19
. 3730s40
90i7 Node{95|382I9} 18|730b7 738r34 747r37 755r22
110V13*N_Operator_Symbol_Mapping{15|125E9} 111>7 18|627r37 2736b13 2933l8
. 2933t33
111i7 Node{95|382I9} 18|2737b7 2741r53 2831r33 2832r31 2842r39 2906r50
118V13*Is_Not_Duplicated_Decl{boolean} 118>37 18|1084b13 1125l8 1125t30 1203s14
118i37 Node{95|382I9} 18|1084b37 1096r22 1097r22 1098r22 1105r42 1115r41
131V13*Subprogram_Attribute_Kind{15|125E9} 132>7 18|4469b13 4570l8 4570t33
132i7 Node{95|382I9} 18|4470b7 4476r42
141V13*Is_GNAT_Attribute_Routine{boolean} 141>40 18|989b13 1007l8 1007t33
141i40 N{95|382I9} 18|989b40 994r42
145V13*Is_Rewritten_Function_Prefix_Notation{boolean} 146>7 18|1013b13 1036l8
. 1036t45 3530s14 3935s18
146i7 N{95|382I9} 18|1014b7 1020r17 1022r35 1024r32 1026r43 1028r53 1030r47
. 1030r72
153V13*Is_Rewritten_Impl_Deref_Function_Prefix_Notation{boolean} 154>7 18|1042b13
. 1061l8 1061t56
154i7 N{95|382I9} 18|1043b7 1049r17 1051r43 1053r53 1055r47 1055r72
161V13*Node_To_Element_New{37|289R9} 162>7 163>7 164>7 165>7 166>7 167>7
. 168>7 169>7 170>7 171>7 172>7 18|792s10 809s13 932s38 947s35 958s32 3491b13
. 3800l8 3800t27 3994s19 4033s16 4047s19 4237s16 4283s16 4346s19 4391s16
162i7 Node{95|382I9} 18|792r31 809r34 933r25 948r22 959r19 3492b7 3522r14
. 3528r35 3530r53 3537r37 3544r22 3549r30 3624r46 3626r57 3627r51 3675r38
. 3680r59 3692r28 3694r26 3695r52 3698r26 3700r28 3704r26 3712r27 3713r27
. 3715r50 3717r43 3719r39 3721r42 3723r46 3746r20 3763r17 3765r17 3771r32
. 3774r20 3995r22 4034r19 4048r22 4239r19 4284r19 4347r22 4392r19
163i7 Node_Field_1{95|382I9} 18|3493b7 3777r19 3778r30
164i7 Node_Field_2{95|382I9} 18|3494b7 3781r19 3782r30
165r7 Starting_Element{37|289R9} 18|793r31 810r34 934r25 949r22 961r19 3495b7
. 3551r22 3553r41 3568r25 3572r44 3581r22 3582r57 3583r57 3584r57 3587r42
. 3588r53 3589r58 3594r42 3595r53 3596r58 3607r46 3996r22 4035r19 4049r22
. 4238r19 4286r19 4348r22 4394r19
166e7 Internal_Kind{15|125E9} 18|794r31 811r34 960r19 3496b7 3510r60 3601r13
. 3602r13 4240r19 4285r19 4393r19
167e7 Spec_Case{9|176E9} 18|3497b7 3515r60 3562r13 3628r13 3629r13 3654r10
. 3655r10 3663r10 3664r27 4241r19
168e7 Norm_Case{9|276E9} 18|3498b7 3643r14 3796r29 4242r19
169b7 Considering_Parent_Count{boolean} 18|3499b7 3676r13
170b7 Using_Original_Node{boolean} 18|3500b7 3526r10
171b7 Inherited{boolean} 18|3501b7 3634r13
172r7 In_Unit{37|1557R9} 18|3502b7 3557r18 3563r57 3565r35 4243r19
245V13*N_To_E_List_New{37|299A9} 246>7 247>7 248>7 249>7 250>7 251>7 252>7
. 253>7 18|3427b13 3454l8 3454t23
246i7 List{95|431I9} 18|3428b7 3441r10
247b7 Include_Pragmas{boolean} 18|3429b7 3442r10
248r7 Starting_Element{37|289R9} 18|3430b7 3443r10
249e7 Node_Knd{66|7399E9} 18|3431b7 3444r10
250e7 Internal_Kind{15|125E9} 18|3432b7 3445r10
251e7 Special_Case{9|176E9} 18|3433b7 3446r10
252e7 Norm_Case{9|276E9} 18|3434b7 3447r10
253r7 In_Unit{37|1557R9} 18|3435b7 3448r10
309U14*Set_Element_List 310>7 311>7 312>7 313>7 314>7 315>7 316>7 317>7 318>7
. 18|3440s7 4067b14 4262l8 4262t24
310i7 List{95|431I9} 18|4068b7 4213r14 4213r43 4217r38
311b7 Include_Pragmas{boolean} 18|4069b7 4194r17
312r7 Starting_Element{37|289R9} 18|4070b7 4238r39
313e7 Node_Knd{66|7399E9} 18|4071b7 4233r19 4233r66
314e7 Internal_Kind{15|125E9} 18|4072b7 4240r39
315e7 Special_Case{9|176E9} 18|4073b7 4241r39
316e7 Norm_Case{9|276E9} 18|4074b7 4242r39
317r7 In_Unit{37|1557R9} 18|4075b7 4243r39
318b7 Append{boolean} 18|4076b7 4209r14
332U14*Set_Inherited_Discriminants 332>43 18|4268b14 4293l8 4293t35
332r43 Type_Def{37|289R9} 18|4268b43 4272r62 4286r39
341U14*Set_Inherited_Components 342>7 343>7 18|4299b14 4365l8 4365t32
342r7 Type_Def{37|289R9} 18|4300b7 4329r62 4348r42
343b7 Include_Discs{boolean} 18|4301b7 4318r52
355U14*Set_Concurrent_Inherited_Components 356>7 357>7 18|3974b14 4058l8
. 4058t43
356r7 Type_Def{37|289R9} 18|3975b7 3984r59 3996r42 4035r39 4049r42
357b7 Include_Discs{boolean} 18|3976b7 3988r13
361U14*Set_Inherited_Literals 361>38 18|4371b14 4417l8 4417t30
361r38 Type_Def{37|289R9} 18|4371b38 4374r63 4379r65 4394r39
367V13*Discrete_Choice_Node_To_Element_List{37|299A9} 368>7 369>7 18|822b13
. 971l8 971t44
368i7 Choice_List{95|431I9} 18|823b7 828r55 837r31 842r48
369r7 Starting_Element{37|289R9} 18|824b7 934r45 949r42 961r39
381V13*Defining_Id_List_From_Normalized{37|331A12} 382>7 383>7 18|769b13
. 816l8 816t40
382i7 N{95|382I9} 18|770b7 775r48 785r32
383r7 From_Declaration{37|289R9} 18|771b7 793r51 810r54
399V13*Normalized_Namet_String{string} 399>38 18|3829b13 3845l8 3845t31
399i38 Node{95|382I9} 18|3829b38 3832r37 3834r10 3835r10 3836r10 3837r10
409V13*Ureal_Image{string} 409>26 18|4576b13 4647l8 4647t19
409i26 N{95|382I9} 18|4576b26 4581r42
413V13*Is_Statement{boolean} 413>27 18|1158b13 1163l8 1163t20
413i27 N{95|382I9} 18|1158b27 1159r47
416V13*Parenth_Count{95|62I12} 417>7 418>7 18|3675s13 3680s34 3952b13 3968l8
. 3968t21
417i7 N{95|382I9} 18|3953b7 3957r36
418i7 Original_N{95|382I9} 18|3954b7 3961r40
425V13*Get_Next_Configuration_Pragma{95|382I9} 425>44 18|1067b13 1078l8 1078t37
425i44 N{95|382I9} 18|1067b44 1068r27
X 18 a4g-mapping.adb
162U14 Normalize_Name 162>30 3806b14 3823l8 3823t22 3842s7
162b30 Capitalized{boolean} 3806b30 3816r13
169V13 Is_Protected_Procedure_Call{boolean} 169>42 1131b13 1152l8 1152t35
. 3695s23
169i42 N{95|382I9} 1131b42 1135r31
175V13 Is_Stub_To_Body_Instanse_Replacement{boolean} 176>7 1169b13 1193l8
. 1193t44 3627s13
176i7 N{95|382I9} 1170b7 1173r47 1178r31 1183r65 1185r70 1187r71
184V13 Is_Config_Pragma{boolean} 184>31 977b13 983l8 983t24 1071s18
184i31 N{95|382I9} 977b31 980r25 981r31
191U14 No_Mapping 191>26 755s10 3481b14 3485l8 3485t18
191i26 Node{95|382I9} 3481b26
193V13 Not_Implemented_Mapping{15|125E9} 194>7 704r37 3851b13 3860l8 3860t31
194i7 Node{95|382I9} 3852b7 3857r51
197U14 Not_Implemented_Mapping 197>39 751s10 3190s13 3862b14 3868l8 3868t31
197e39 Source_Node_Kind{66|7399E9} 3862b39 3866r44
206V13 N_Pragma_Mapping{15|125E9} 206>31 622r37 2939b13 3101l8 3101t24
206i31 Node{95|382I9} 2940b7 2943r55
208V13 N_Defining_Identifier_Mapping{15|125E9} 209>7 623r37 1926b13 1993l8
. 1993t37
209i7 Node{95|382I9} 1927b7 1948r16 1949r31 1951r43 1986r28
212V13 N_Defining_Operator_Symbol_Mapping{15|125E9} 213>7 624r37 1983s17
. 1999b13 2128l8 2128t42
213i7 Node{95|382I9} 2000b7 2004r53
216V13 N_Expanded_Name_Mapping{15|125E9} 217>7 222r45 625r37 2208b13 2363l8
. 2363t31
217i7 Node{95|382I9} 2209b7 2232r19 2243r35 2246r29 2264r35 2270r29 2294r19
. 2308r47 2320r26 2322r41 2324r33 2340r20 2345r24 2347r24 2349r34 2351r31
220V13 N_Identifier_Mapping=222:45{15|125E9} 626r37
221i7 Node{95|382I9}
224V13 N_In_Mapping{15|125E9} 224>27 628r37 2499b13 2520l8 2520t20
224i27 Node{95|382I9} 2499b27 2506r34 2512r47
226V13 N_Not_In_Mapping{15|125E9} 226>31 629r37 2656b13 2677l8 2677t24
226i31 Node{95|382I9} 2656b31 2663r34 2669r47
228V13 N_Attribute_Reference_Mapping{15|125E9} 229>7 630r37 1488b13 1865l8
. 1865t37
229i7 Node{95|382I9} 1489b7 1493r63
232V13 N_Function_Call_Mapping{15|125E9} 233>7 631r37 2432b13 2473l8 2473t31
233i7 Node{95|382I9} 2433b7 2447r38 2449r37
236V13 N_Range_Mapping{15|125E9} 236>30 632r37 3163b13 3194l8 3194t23
236i30 Node{95|382I9} 3163b30 3190r45
238V13 N_Allocator_Mapping{15|125E9} 238>34 633r37 1467b13 1482l8 1482t27
238i34 Node{95|382I9} 1468b7 1476r38
240V13 N_Aggregate_Mapping{15|125E9} 240>34 634r37 1413b13 1461l8 1461t27
240i34 Node{95|382I9} 1414b7 1417r42 1442r28 1453r38
243V13 N_Incomplete_Type_Declaration_Mapping{15|125E9} 244>7 640r9 2527b13
. 2541l8 2541t45
244i7 Node{95|382I9} 2528b7 2535r25
248V13 N_Subtype_Indication_Mapping{15|125E9} 249>7 635r37 3391b13 3421l8
. 3421t36
249i7 Node{95|382I9} 3392b7 3405r32
252V13 N_Object_Declaration_Mapping{15|125E9} 253>7 643r37 2704b13 2730l8
. 2730t36
253i7 Node{95|382I9} 2705b7 2718r25 2720r35 2722r40
256V13 N_Access_Function_Definition_Mapping{15|125E9} 257>7 646r10 1253b13
. 1284l8 1284t44
257i7 Node{95|382I9} 1254b7 1266r28 1268r35 1276r35
260V13 N_Access_Procedure_Definition_Mapping{15|125E9} 261>7 649r10 1290b13
. 1317l8 1317t45
261i7 Node{95|382I9} 1291b7 1303r28 1304r35 1310r35
264V13 N_Subprogram_Body_Stub_Mapping{15|125E9} 265>7 651r37 3327b13 3341l8
. 3341t38
265i7 Node{95|382I9} 3328b7 3335r35
268V13 N_Subprogram_Body_Mapping{15|125E9} 269>7 652r37 3307b13 3321l8 3321t33
269i7 Node{95|382I9} 3308b7 3315r35
272V13 N_Subprogram_Declaration_Mapping{15|125E9} 273>7 653r37 3347b13 3366l8
. 3366t40
273i7 Node{95|382I9} 3348b7 3356r35 3359r45
276V13 N_Generic_Subprogram_Declaration_Mapping{15|125E9} 277>7 656r10 2479b13
. 2493l8 2493t48
277i7 Node{95|382I9} 2480b7 2487r35
280V13 N_Constrained_Array_Definition_Mapping{15|125E9} 281>7 659r10 1905b13
. 1920l8 1920t46
281i7 Node{95|382I9} 1906b7 1914r25
284V13 N_Unconstrained_Array_Definition_Mapping{15|125E9} 285>7 662r10 3460b13
. 3475l8 3475t48
285i7 Node{95|382I9} 3461b7 3469r25
288V13 N_Subprogram_Renaming_Declaration_Mapping{15|125E9} 289>7 665r10 3372b13
. 3385l8 3385t49
289i7 Node{95|382I9} 3373b7 3380r32
292V13 N_Loop_Statement_Mapping{15|125E9} 293>7 667r37 2625b13 2650l8 2650t32
293i7 Node{95|382I9} 2626b7 2636r38
296V13 N_Requeue_Statement_Mapping{15|125E9} 297>7 668r37 3286b13 3301l8
. 3301t35
297i7 Node{95|382I9} 3287b7 3295r25
300V13 N_Abstract_Subprogram_Declaration_Mapping{15|125E9} 301>7 671r10 1211b13
. 1226l8 1226t49
301i7 Node{95|382I9} 1212b7 1220r35
304V13 N_Accept_Alternative_Mapping{15|125E9} 305>7 364r45 673r37 1232b13
. 1247l8 1247t36 2147s17
305i7 Node{95|382I9} 1233b7 1241r20
309V13 N_Access_Definition_Mapping{15|125E9} 310>7 676r37 1324b13 1363l8
. 1363t35
310i7 Node{95|382I9} 1325b7 1330r48 1335r34
314V13 N_Access_To_Object_Definition_Mapping{15|125E9} 315>7 680r10 1370b13
. 1407l8 1407t45
315i7 Node{95|382I9} 1371b7 1385r25 1387r26 1389r34 1397r26 1399r34
318V13 N_Component_Association_Mapping{15|125E9} 319>7 682r37 1871b13 1899l8
. 1899t39
319i7 Node{95|382I9} 1872b7 1878r33 1884r33 1891r33 1893r32
322V13 N_Derived_Type_Definition_Mapping{15|125E9} 323>7 683r37 2160b13 2202l8
. 2202t41
323i7 Node{95|382I9} 2161b7 2181r29 2183r30 2185r30 2187r35 2189r38 2195r45
326V13 N_Delay_Alternative_Mapping{15|125E9} 327>7 684r37 2134b13 2154l8
. 2154t35
327i7 Node{95|382I9} 2135b7 2143r26 2147r47
330V13 N_Formal_Package_Declaration_Mapping{15|125E9} 331>7 687r10 2369b13
. 2384l8 2384t44
331i7 Node{95|382I9} 2370b7 2378r26
334V13 N_Formal_Private_Type_Definition_Mapping{15|125E9} 335>7 690r10 2390b13
. 2405l8 2405t48
335i7 Node{95|382I9} 2391b7 2399r29
338V13 N_Formal_Subprogram_Declaration_Mapping{15|125E9} 339>7 693r10 2411b13
. 2426l8 2426t47
339i7 Node{95|382I9} 2412b7 2420r35
342V13 N_Index_Or_Discriminant_Constraint_Mapping{15|125E9} 343>7 696r10
. 2548b13 2619l8 2619t50
343i7 Node{95|382I9} 2549b7 2570r46 2607r58
346V13 N_Number_Declaration_Mapping{15|125E9} 347>7 698r37 2683b13 2698l8
. 2698t36
347i7 Node{95|382I9} 2684b7 2692r41
350V13 N_Procedure_Call_Statement_Mapping{15|125E9} 351>7 702r37 3107b13
. 3136l8 3136t42
351i7 Node{95|382I9} 3108b7 3111r60
354V13 N_Range_Constraint_Mapping{15|125E9} 355>7 699r37 3142b13 3157l8 3157t34
355i7 Node{95|382I9} 3143b7 3151r53
358V13 N_Record_Definition_Mapping{15|125E9} 359>7 700r37 3200b13 3280l8
. 3280t35
359i7 Node{95|382I9} 3201b7 3206r39 3230r29 3232r30 3240r30 3248r35 3256r38
. 3274r29
362V13 N_Terminate_Alternative_Mapping=364:45{15|125E9} 701r37
363i7 Node{95|382I9}
370V13 May_Be_Included{boolean} 370>30 1199b13 1205l8 1205t23 4225s39 4232s13
370i30 Node{95|382I9} 1199b30 1202r44 1203r44
374V13 Ordinary_Inclusion_Condition{boolean} 374>43 1109s13 1202s14 3874b13
. 3946l8 3946t36
374i43 Node{95|382I9} 3874b43 3875r55 3876r47 3881r32 3882r41 3884r17 3886r25
. 3888r17 3890r10 3899r36 3901r54 3903r44 3905r62 3927r41 3933r24 3935r65
. 3937r39
380U14 Skip_Normalized_Declarations 380=44 4254s16 4423b14 4463l8 4463t36
380i44 Node{95|382I9} 4423b44 4424r47 4437r26 4438m16 4438r30 4440r29 4443m19
. 4443r33 4454r35 4454r61 4457m16 4457r30
392a4 Node_To_Element_Kind_Mapping_First_Switch(15|125E9) 739r24
616P9 Mapping_Item(15|125E9) 620r37
616i42 Node{95|382I9}
619a4 Node_To_Element_Kind_Mapping_Second_Switch(616P9) 746r17
716a4 May_Be_Included_Switch(boolean) 3882r10
733e7 Mapping_Case{15|125E9} 739m7 742r12 759r17
734e7 Source_Node_Kind{66|7399E9} 738m7 740r28 747r18 751r35
774i7 Res_Max_Len{natural} 784r46
781i7 Res_Act_Len{natural} 791r20 806m10 806r25 808r23 814r32
784a7 Result_List{37|331A12} 791m7 808m10 814r14
785i7 Decl_Node{95|382I9} 786r50 789r43 796r23 797m10 797r31 799r23 802m13
. 802r32 805r46
786e7 Decl_Nkind{66|7399E9} 799r37
787i7 Def_Id_Node{95|382I9} 789m7 792r51 805m10 809r54
827a7 Result_List{37|299A9} 932m19 947m16 958m13 969r14
831i7 Current_Node{95|382I9} 837m7 840r47 933r45 948r42 959r39 964m10 964r41
. 965r50
832i7 Current_Original_Node{95|382I9} 840m7 846r26 857r25 883r34 887r37 897r34
. 927r35 965m10
833b7 Element_Already_Composed{boolean} 844m10 936m19 951m16 956r17
834e7 Result_Kind{15|125E9} 854m13 864m16 879m16 885m19 890m19 892m19 899m19
. 902m19 915m16 928m19 960r39
842i11 I{integer} 932r32 947r29 958r26
990i7 Attribute_Chars{61|149I9} 994m7 996r10 997r10 998r10 999r10 1000r10
991b7 Result{boolean} 1002m10 1005r14
1017b7 Result{boolean} 1032m10 1035r14
1046b7 Result{boolean} 1057m10 1060r14
1068i7 Result{95|382I9} 1071r36 1072r22 1074m10 1074r26 1077r14
1085i7 Prev_List_Elem{95|382I9} 1105m7 1107r22 1109r43 1111r21 1112r21 1114r41
. 1120m10 1120r45
1132b7 Result{boolean} 1148m7 1150r14
1133i7 Tmp_Node{95|382I9} 1135m7 1137r17 1139m10 1139r30 1142r17 1143m10
. 1143r37 1146m7 1146r27 1148r24
1159e7 Arg_Kind{66|7399E9} 1161r14 1162r14
1173e7 Arg_Kind{66|7399E9} 1177r10 1181r15
1174b7 Result{boolean} 1183m16 1185m16 1187m16 1192r14
1328e7 Result{15|125E9} 1336m16 1338m16 1344m16 1346m16 1352m16 1354m16 1362r14
1329i7 Tmp{95|382I9} 1333r19 1343r35 1351r35
1417i7 Aggregate_Type{95|382I9} 1430r22 1431r20 1432r25 1433r26 1436m13 1436r42
. 1440r17 1447r22 1448r20
1492e7 Context_Kind{66|7399E9} 1597r15
1493i7 Attribute_Chars{61|149I9} 1571r10 1635r13 1636r13 1637r13 1638r13
. 1639r13 1640r13 1641r13 1642r13 1643r13 1644r13 1645r13 1646r13 1647r13
. 1648r13 1649r13 1650r13 1651r13 1652r13 1653r13 1654r13 1655r13 1656r13
. 1657r13 1658r13 1659r13 1660r13 1661r13 1666r13 1667r13 1668r13 1669r13
. 1674r13 1675r13 1676r13 1677r13 1678r13 1685r13 1686r13 1687r13 1695r13
. 1697r13 1699r13 1701r13 1703r13 1705r13 1707r13 1709r13 1711r13 1713r13
. 1715r13 1717r13 1719r13 1721r13 1723r13 1725r13 1727r13 1729r13 1731r13
. 1733r13 1735r13 1737r13 1739r13 1741r13 1743r13 1745r13 1747r13 1749r13
. 1751r13 1753r13 1755r13 1757r13 1759r13 1761r13 1763r13 1765r13 1767r13
. 1769r13 1771r13 1773r13 1775r13 1777r13 1779r13 1781r13 1783r13 1785r13
. 1787r13 1789r13 1791r13 1793r13 1795r13 1797r13 1799r13 1801r13 1803r13
. 1807r13 1809r13 1811r13 1816r13 1817r13 1818r13 1819r13 1820r13 1821r13
. 1822r13 1823r13 1824r13 1825r13 1826r13 1827r13 1828r13 1829r13 1830r13
. 1831r13 1832r13 1833r13 1834r13 1835r13 1836r13 1837r13 1838r13 1839r13
. 1840r13 1841r13 1842r13 1843r13 1844r13 1845r13 1846r13 1847r13 1848r13
. 1849r13 1850r13 1851r13 1852r13 1853r13 1854r13 1855r13 1856r13 1857r13
. 1858r13
1930i7 Template_Node{95|382I9} 1951m10 1953r34 1956m13 1956r57 1964m13 1964r38
. 1966r23 1967m16 1967r41 1970m13 1970r36 1972r23 1975m16 1975r39 1978m13
. 1978r50 1981r32 1983r53
2004i7 Operator_Chars{61|149I9} 2038r13 2041r16 2044r16 2047r16 2050r16 2053r16
. 2056r16 2059r16 2062r16 2065r16 2068r16 2071r16 2074r16 2077r16 2080r16
. 2083r16 2086r16 2108r16
2005i7 Parameter_Number{95|62I12} 2105m13 2110r19 2118r19
2164e7 Result{15|125E9} 2184m13 2186m13 2188m13 2190m13 2192m13 2196m10 2199r14
2212i7 Context{95|382I9} 2213r52 2232r45 2282r47 2294r48 2304r37
2213e7 Context_Kind{66|7399E9} 2227r15 2343r16
2214i7 Temp_Node{95|382I9} 2304m16 2306r44 2307r26 2308r34
2339L12 Expr 2236r24
2436i7 Called_Name{95|382I9} 2449m10 2451r20 2452r40 2459r23 2460r23 2463r26
2437i7 Called_Function{95|382I9} 2452m13 2455r28
2438e7 Result{15|125E9} 2462m16 2464m16 2471r14
2500e7 Result{15|125E9} 2513m19 2516m16 2519r17
2531e7 Result{15|125E9} 2537m10 2540r14
2553i7 First_Item{95|382I9} 2570m7 2571r33 2586r29
2558e7 First_Item_Kind{66|7399E9} 2571m7 2575r10 2578r13 2579r13 2583r13
. 2592r18 2593r18
2560i7 Type_Entity{95|382I9} 2607m7 2609r20 2610m10 2610r51 2613r29
2629i7 Iteration{95|382I9} 2636m7 2638r19 2640r33
2657e7 Result{15|125E9} 2670m19 2673m16 2676r17
2708e7 Result{15|125E9} 2719m10 2721m10 2723m10 2725m10 2728r14
2740i7 Tmp{95|382I9} 2832m16 2834r33 2834r53 2906m19 2909r57
2741i7 Operator_Chars{61|149I9} 2774r13 2777r16 2780r16 2783r16 2786r16 2789r16
. 2792r16 2795r16 2798r16 2801r16 2804r16 2807r16 2810r16 2813r16 2816r16
. 2819r16 2822r16 2917r16
2742i7 Parameter_Number{95|62I12} 2835m19 2837m19 2879m19 2884m19 2887m19
. 2894m19 2898m19 2903m19 2908m19 2918r19 2924r19
2943i7 Pragma_Chars{61|149I9} 2949r13 2952r13 2955r13 2958r13 2961r13 2964r13
. 2967r13 2970r13 2973r13 2976r13 2979r13 2982r13 2985r13 2988r13 2991r13
. 2994r13 2997r13 3000r13 3003r13 3006r13 3009r13 3012r13 3015r13 3018r13
. 3021r13 3024r13 3027r13 3030r13 3033r13 3036r13 3039r13 3042r13 3045r13
. 3048r13 3052r13 3055r13 3058r13 3061r13 3066r13 3068r13 3070r13 3072r13
. 3076r13 3078r13 3080r13 3082r13 3084r13 3086r13 3093r13
3111i7 Parent_N{95|382I9} 3118r17 3120r33 3122m10 3122r30 3124r20 3126r35
. 3128r41
3112e7 Result{15|125E9} 3130m13 3135r14
3164e7 Context_Kind{66|7399E9} 3173r15
3204e7 Result{15|125E9} 3235m16 3237m16 3243m16 3245m16 3251m16 3253m16 3259m16
. 3261m16 3267m16 3269m16 3275m10 3278r14
3205b7 Is_Formal{boolean} 3234r16 3242r16 3250r16 3258r16 3266r16
3506i7 R_Node{95|382I9} 3763m7 3771m10 3772r22 3774m10 3787r29
3507i7 Res_Node{95|382I9} 3537m10 3539r38 3540m13 3540r40 3544m10 3625r45
. 3639r36 3641r47 3645r50 3675r28 3680r49 3692r16 3693r25 3697r26 3700m16
. 3730r68 3743r16 3772m10 3786r29
3508i7 Res_Node_Field_1{95|382I9} 3588m13 3778m10 3788r29
3509i7 Res_Node_Field_2{95|382I9} 3595m13 3782m10 3789r29
3510e7 Res_Internal_Kind{15|125E9} 3670r10 3679m13 3705m19 3707m19 3728m19
. 3730m19 3766r11 3767r11 3791r29
3511r7 Res_Enclosing_Unit{37|1557R9} 3563m13 3565m13 3572m10 3790r29
3512b7 Res_Is_Part_Of_Implicit{boolean} 3582m10 3620m10 3636m13 3647m13 3757m10
. 3792r29
3513b7 Res_Is_Part_Of_Inherited{boolean} 3583m10 3635m13 3793r29
3514b7 Res_Is_Part_Of_Instance{boolean} 3584m10 3631m13 3657m10 3794r29
3515e7 Res_Spec_Case{9|176E9} 3553m10 3610r13 3616m13 3619r13 3664m10 3727m19
. 3742r10 3747m13 3749m13 3754r10 3755r10 3795r29
3516m7 Res_Char_Code{95|518M12} 3607m13 3798r29
3517i7 Res_Parenth_Count{95|62I12} 3680m13 3797r29
3814i11 I{integer} 3817r32 3819r32 3819r71
3830b7 Capitalize{boolean} 3839m10 3842r23
3875i7 O_Node{95|382I9} 3890r17 3894r36 3912r69
3876e7 Arg_Kind{66|7399E9} 3896r13 3910r22 3914r18 3916r18 3918r18 3920r18
. 3923r20 3925r20
3878b7 Result{boolean} 3892m10 3907m16 3939m13 3944r14
3957i7 Result{95|62I12} 3960r10 3963m10 3963r20 3966r14
3978i7 Type_Entity{95|385I12} 3984m7 3986r33 3989r45 4015r16 4015r38 4016m13
. 4016r35 4019m10 4019r33 4021r20 4022m13 4022r45 4024m13 4024r50 4028r53
. 4040r44 4042r56
3979i7 Next_Comp_Node{95|382I9} 3989m13 3991r26 3995r50 4000r19 4004m16 4004r47
. 4027m10 4030r25 4034r39 4037m13 4037r48 4041m13 4044r28 4048r42 4051m16
. 4051r51
4078i7 List_El{95|382I9} 4217m7 4219r22 4222r35 4225r56 4230r33 4232r30 4239r39
. 4254m46 4259m10 4259r40
4079e7 List_El_Kind{66|7399E9} 4230m10 4233r50 4245r16 4246r16 4247r16 4248r16
. 4249r16 4250r16 4251r16 4252r16
4081V16 First_List_Element{95|382I9} 4081>36 4100b16 4129l11 4129t29 4217s18
4081i36 List{95|431I9} 4100b36 4104r27
4084V16 Next_List_Element{95|382I9} 4084>35 4135b16 4185l11 4185t28 4259s21
4084i35 Node{95|382I9} 4135b35 4140r26 4164r28
4088U17 Skip_Pragmas 4088=31 4105s10 4141s10 4191b17 4205l11 4205t23
4088i31 N{95|382I9} 4191b31 4196r28 4198r41 4200m16 4200r27
4101i10 Result{95|382I9} 4104m10 4105m24 4107r38 4109r20 4111r35 4121r47
. 4122m16 4122r45 4127r17
4136i10 Tmp{95|382I9} 4164m13 4166r41 4168r23 4170r38 4178r26
4137i10 Result{95|382I9} 4140m10 4141m24 4143r38 4145r20 4147r35 4157r47
. 4158m16 4158r45 4163r17 4178m16 4183r17
4269i7 Next_Discr_Elmt{95|470I9} 4277m10 4279r25 4280r54 4288m13 4288r43
4270i7 Next_Elem_Node{95|382I9} 4272m7 4274r38 4277r60 4280m13 4284r39
4303i7 Next_Comp_Node{95|382I9} 4329m7 4331r17 4334m10 4334r35 4337r33 4339m10
. 4339r42 4341r25 4343r39 4347r50 4352r19 4359m13 4359r44
4305V16 Is_Implicit_Component{boolean} 4305>39 4309b16 4323l11 4323t32 4343s16
4305i39 E{95|385I12} 4309b39 4313r20 4315r16 4315r48 4316r46 4318r23 4319r49
4310b10 Result{boolean} 4314m13 4319m13 4322r17
4372i7 Next_Literal_Node{95|382I9} 4379m7 4381r34 4383m10 4383r46 4384r38
. 4386r25 4387r23 4392r39 4405m13 4405r47
4373i7 Res_Etype{95|385I12} 4384m10 4387r44
4374i7 Encl_Type{95|382I9} 4398r17
4424e7 Arg_Kind{66|7399E9} 4428r13 4429r13 4430r13 4431r13 4432r13 4433r13
. 4434r13 4440r38
4473i7 Attribute_Chars{61|149I9} 4476m7 4480r10 4482r13 4484r13 4486r13 4488r13
. 4490r13 4492r13 4494r13 4496r13 4498r13 4500r13 4502r13 4504r13 4506r13
. 4508r13 4510r13 4512r13 4514r13 4516r13 4518r13 4520r13 4522r13 4524r13
. 4526r13 4528r13 4530r13 4532r13 4538r13 4540r13 4542r13 4544r13 4550r13
. 4552r13 4554r13 4559r13 4560r13 4561r13 4562r13 4563r13
4577a7 Result{string} 4588m10 4590m10 4597m13 4599m13 4601m13 4605m13 4610m10
. 4612m10 4617m7 4623m13 4625m13 4627m13 4631m13 4636m10 4638m10 4643m10
. 4646r14
4578i7 Res_Len{natural} 4587m10 4587r21 4588r18 4589m10 4589r21 4590r18 4596m13
. 4596r24 4597r21 4598m13 4598r24 4599r21 4600m13 4600r24 4601r21 4604m13
. 4604r24 4605r21 4609m10 4609r21 4610r18 4611m10 4611r21 4612r18 4616m7
. 4616r18 4617r15 4622m13 4622r24 4623r21 4624m13 4624r24 4625r21 4626m13
. 4626r24 4627r21 4630m13 4630r24 4631r21 4635m10 4635r21 4636r18 4637m10
. 4637r21 4638r18 4642m10 4642r21 4643r18 4646r27
4581i7 Real{100|77I9} 4582r43 4583r43 4586r26 4641r26
4582i7 Nom{96|48I9} 4593r17
4583i7 Den{96|48I9} 4619r17
4584b7 Dot_Outputed{boolean} 4602m13 4608r14 4614m7 4628m13 4634r14
4594i11 I{integer} 4595r30 4605r50
4620i11 I{integer} 4621r30 4631r50
X 19 a4g-norm.ads
48K13*Norm 18|56w10 56r39 19|123e13
94V13*Defining_Gen_Parameter{95|382I9} 18|2906s26
X 22 a4g-vcheck.ads
55K13*Vcheck 18|57w10 57r39 22|457e15
251U14*Not_Implemented_Yet 18|3855s7 3864s7 4410s10
251s35 Diagnosis{string} 18|3855r28 3864r28 4411r13
X 23 ada.ads
16K9*Ada 18|41r6 41r35 23|19e8
X 25 a-charac.ads
16K13*Characters 18|41r10 41r39 25|18e19
X 26 a-chahan.ads
36K24*Handling 18|41w21 41r50 26|150e28
63V13*To_Upper{character} 18|3812s32 3819s42
X 37 asis.ads
94K9*Asis 17|63w6 165r34 165r60 172r26 172r52 173r14 248r26 248r52 253r26
. 253r52 254r14 312r26 312r52 317r26 317r52 332r54 342r23 356r23 361r49 369r26
. 370r14 383r26 384r14 18|43w6 43r35 44r6 44r35 45r6 45r35 47r6 47r35 771r26
. 772r14 824r26 825r11 827r22 3430r26 3430r52 3435r26 3435r52 3436r14 3450r14
. 3495r34 3495r60 3502r34 3503r10 3504r14 3511r34 3975r23 4070r26 4070r52
. 4075r26 4075r52 4268r54 4300r23 4371r49 37|2068e9
147I12*Implementation_Defined_Integer_Type{integer}
161I12*ASIS_Integer{147I12} 18|828r28 842r21
289R9*Element 17|165r39 173r19 248r31 312r31 332r59 342r28 356r28 361r54
. 369r31 383r31 18|771r31 824r31 3430r31 3495r39 3504r19 3975r28 4070r31
. 4268r59 4300r28 4371r54 37|1943e14
290r4*Nil_Element{289R9} 17|165r65 248r57 312r57 18|3430r57 3495r65 3523r17
. 4070r57
299A9*Element_List(289R9)<integer> 17|254r19 370r19 18|825r16 827r27 3436r19
309A12*Association_List{299A9}<integer> 18|3450r19
331A12*Defining_Name_List{299A9}<integer> 17|384r19 18|772r19 784r21
1557R9*Compilation_Unit 17|172r31 253r31 317r31 18|3435r31 3502r39 3511r39
. 4075r31 37|2058e14
1558r4*Nil_Compilation_Unit{1557R9} 17|172r57 253r57 317r57 18|3435r57 3503r15
. 4075r57
X 40 asis-compilation_units.ads
73K14*Compilation_Units 18|44w11 44r40 40|1150e27
789V13*Exists{boolean} 18|3557s10
X 41 asis-elements.ads
77K14*Elements 18|45w11 45r40 41|1448e18
962V13*Is_Nil{boolean} 18|3551s14 3568s17 3581s14
X 44 asis-set_get.ads
47K14*Set_Get 18|47w11 47r40 44|381e17
175V13*Get_Configuration_CU{37|1557R9} 18|3563s35
211V13*R_Node{95|382I9} 18|3984s51 4272s54 4329s54 4374s55 4379s57
216V13*Node_Field_1_Value{95|382I9} 18|3587s22 3588s33
217V13*Node_Field_2_Value{95|382I9} 18|3594s22 3595s33
225V13*Encl_Unit{37|1557R9} 18|3572s32
231V13*Is_From_Implicit{boolean} 18|3582s38
232V13*Is_From_Inherited{boolean} 18|3583s38
233V13*Is_From_Instance{boolean} 18|3584s38
234V13*Special_Case{9|176E9} 18|3553s27
237V13*Encl_Tree{9|149I9} 18|3589s47 3596s47
239V13*Character_Code{95|518M12} 18|3607s30
274U14*Set_Node_Field_1 18|4396s13
275U14*Set_Node_Field_2 18|3998s16 4350s16
281U14*Set_From_Implicit 18|4353s16 4400s13
282U14*Set_From_Inherited 18|4355s16 4402s13
292V13*Set_Element{37|289R9} 18|3785s14
293i7 Node{95|382I9} 18|3786r11
294i7 R_Node{95|382I9} 18|3787r11
295i7 Node_Field_1{95|382I9} 18|3788r11
296i7 Node_Field_2{95|382I9} 18|3789r11
297r7 Encl_Unit{37|1557R9} 18|3790r11
300e7 Int_Kind{15|125E9} 18|3791r11
301b7 Implicit{boolean} 18|3792r11
302b7 Inherited{boolean} 18|3793r11
303b7 Instance{boolean} 18|3794r11
304e7 Spec_Case{9|176E9} 18|3795r11
305e7 Norm_Case{9|276E9} 18|3796r11
306i7 Par_Count{95|62I12} 18|3797r11
307m7 Character_Code{95|518M12} 18|3798r11
X 48 atree.ads
44K9*Atree 18|59w6 59r35 48|3353e10
517V13*Nkind{66|7399E9} 18|738s27 786s43 799s16 857s18 980s18 1020s10 1024s10
. 1049s10 1096s15 1097s15 1098s15 1111s14 1112s14 1137s10 1142s10 1159s40
. 1173s40 1220s13 1266s13 1303s13 1333s12 1385s10 1442s13 1476s13 1492s47
. 1878s10 1884s10 1891s10 1914s10 1966s16 1972s16 1981s25 1986s13 2093s16
. 2099s19 2213s44 2246s22 2270s22 2307s19 2320s19 2340s13 2345s17 2347s17
. 2420s13 2451s13 2455s13 2459s16 2460s16 2463s19 2487s13 2506s15 2571s26
. 2663s15 2718s10 2844s19 2845s19 2862s22 2865s22 2866s22 2876s21 2877s21
. 2881s22 2882s22 2886s22 2890s22 2892s22 2897s22 2901s22 2905s22 3118s10
. 3124s13 3126s13 3151s13 3164s44 3190s38 3206s9 3315s13 3335s13 3356s13
. 3380s10 3401s12 3469s10 3693s18 3694s19 3697s19 3698s19 3704s19 3712s20
. 3713s20 3717s21 3746s13 3765s10 3857s44 3876s40 3882s34 3884s10 3888s10
. 3899s17 3903s17 3961s10 4021s13 4109s13 4111s13 4145s13 4147s13 4168s16
. 4170s16 4198s19 4230s26 4424s40 4440s22
526V13*Comes_From_Source{boolean} 18|2322s22 3120s14 3639s17 3719s20 3894s17
. 4316s19 4454s16
532V13*Sloc{95|210I12} 18|1030s10 1030s54 1055s10 1055s54 1948s10 1949s25
. 3743s10 3933s18
535V13*Paren_Count{95|62I12} 18|846s13 3957s23
538V13*Parent{95|382I9} 18|1266s20 1303s20 1385s17 1442s20 1878s17 1878s25
. 1884s17 1884s25 1891s17 1891s25 1893s24 1914s17 1951s27 1951s35 1964s30
. 1967s33 1986s20 2097s31 2100s34 2455s20 2607s50 2718s17 2842s31 2863s34
. 2909s49 3111s44 3111s52 3122s22 3206s31 3469s17 3549s22 3935s57 3961s32
. 3984s43 3995s42 4019s25 4164s20 4272s46 4280s32 4316s38 4329s46 4347s42
. 4374s47 4379s49
543V13*No{boolean} 18|1072s18 1241s10 1440s13 3522s10 4163s13
548V13*Present{boolean} 18|1107s13 1430s13 1447s13 2195s13 2349s17 2638s10
. 2640s13 2722s13 2831s16 3587s13 3594s13 3723s20 3777s10 3781s10 3986s10
. 4030s16 4044s19 4196s19 4219s13 4337s10 4341s16 4381s10 4386s16
720V13*Ekind{52|3883E9} 18|883s19 887s22 897s19 1148s17 1431s13 1432s18 1433s19
. 1448s13 1893s10 2324s18 2351s16 2609s13 2692s13 3991s19 4313s13 4318s16
. 4331s10
820V13*Is_Rewrite_Insertion{boolean} 18|3881s10
863V13*Is_Rewrite_Substitution{boolean} 18|1022s10 2306s19 3528s10 3539s13
. 3715s25 4107s13 4143s13 4166s16
868V13*Original_Node{95|382I9} 18|840s32 965s35 1024s17 2308s19 2849s34 2871s37
. 3126s20 3128s26 3151s20 3164s51 3206s16 3537s22 3540s25 3624s31 3626s42
. 3717s28 3875s40 3961s17 4111s20 4147s20 4170s23 4198s26
X 52 einfo.ads
38K9*Einfo 18|60w6 60r35 52|7997e10
3896n7*E_Component{3883E9} 18|4313r25
3903n7*E_Discriminant{3883E9} 18|3991r44 4318r28
3946n7*E_Named_Integer{3883E9} 18|2692r50
4093n7*E_Class_Wide_Type{3883E9} 18|2324r42
4105n7*E_Record_Subtype{3883E9} 18|4331r35
4177n7*E_Enumeration_Literal{3883E9} 18|888r22 2351r40
4191n7*E_Procedure{3883E9} 18|1148r36
4291E12*Access_Kind{3883E9} 18|2609r36
4324E12*Array_Kind{3883E9} 18|1432r44 1893r43
4383E12*Discrete_Kind{3883E9} 18|883r62 897r62
4526E12*Private_Kind{3883E9} 18|1431r39
4546E12*Record_Kind{3883E9} 18|1433r45 1448r39
5865B12*B{boolean}
5867I12*E{95|385I12}
5873I12*L{95|456I9}
5933V13*Directly_Designated_Type{5867I12} 18|2610s25
5967V13*First_Entity{5867I12} 18|2834s19 3986s19 3989s31 4337s19 4339s28
5970V13*First_Literal{5867I12} 18|4381s19 4383s31
5977V13*Full_View{5867I12} 18|1436s31
5998V13*Has_Discriminants{5865E12} 18|2613s10
6082V13*Is_Completely_Hidden{5865E12} 18|4319s27
6162V13*Last_Entity{5867I12} 18|2834s40
6192V13*Original_Record_Component{5867I12} 18|4315s21
6244V13*Stored_Constraint{5873I12} 18|4274s19 4277s41
X 54 elists.ads
43K9*Elists 18|61w6 61r35 54|176e11
90V13*Node{95|391I12} 18|4280s48
100V13*First_Elmt{95|470I9} 18|4277s29
110V13*Next_Elmt{95|470I9} 18|4288s32
161V13*Present{boolean} 18|4274s10
171V13*Present{boolean} 18|4279s16
X 61 namet.ads
38K9*Namet 18|62w6 62r35 3808r10 3812r7 3812r42 3814r21 3817r13 3819r13 3819r52
. 3832r7 3844r14 3844r38 61|544e10
127a4*Name_Buffer{string} 18|3812m13 3812r48 3817r19 3819m19 3819r58 3844r20
133i4*Name_Len{natural} 18|3808r16 3814r27 3844r44
149I9*Name_Id<integer> 18|990r25 1493r34 2004r35 2741r35 2943r31 4473r25
177U14*Get_Name_String 18|3832s13
306V13*Is_Internal_Name{boolean} 18|3901s17 3905s17 3912s23
X 62 nlists.ads
41K9*Nlists 18|63w6 63r35 62|374e11
124V13*First{95|391I12} 18|837s24 1030s16 1055s16 2570s26 4104s20 4122s26
. 4158s26
129V13*First_Non_Pragma{95|391I12} 18|4028s13 4042s16
151V13*List_Length{95|62I12} 18|775s18 828s42 842s35 2106s15 2888s21 2894s39
. 2898s39 2908s39
157V13*Next{95|391I12} 18|797s25 802s26 964s35 1074s20 1970s30 1975s33 4140s20
. 4200s21 4438s24 4443s27 4457s24
167V13*Next_Non_Pragma{95|391I12} 18|4037s31 4051s34
178V13*Prev{95|391I12} 18|1241s14
193V13*Prev_Non_Pragma{95|391I12} 18|1105s25 1120s28
207V13*Is_Empty_List{boolean} 18|1028s14 1053s14 4121s20 4157s20 4213s28
217V13*Is_List_Member{boolean} 18|2143s10 2243s19 2264s19 3405s16
222V13*List_Containing{95|431I9} 18|775s31
346V13*No{boolean} 18|2447s10 4213s10
351V13*Present{boolean} 18|1026s10 1051s10 1453s16 4040s13
X 65 output.ads
44K9*Output 18|64w6 64r35 65|222e11
113U14*Write_Eol 18|4226s13 4227s13
130U14*Write_Str 18|4224s13 4225s13
X 66 sinfo.ads
54K9*Sinfo 17|69w6 69r24 18|1030r60 1055r60 1135r19 1183r44 1185r44 1187r44
. 1330r9 1476r20 2097r47 2294r26 2449r25 2607r30 2722r22 2899r22 3771r20
. 3899r24 3901r42 3903r24 3905r42 66|12262e10
7399E9*Node_Kind 17|249r26 313r26 18|197r58 393r23 620r23 716r45 734r26 786r30
. 1159r27 1173r27 1492r34 2213r31 2558r25 3164r31 3431r26 3857r27 3862r58
. 3866r27 3876r27 4071r26 4079r23 4424r27 66|7774e23
7400n7*N_Unused_At_Start{7399E9} 18|395r4 718r7
7404n7*N_At_Clause{7399E9} 18|396r4
7405n7*N_Component_Clause{7399E9} 18|397r4
7406n7*N_Enumeration_Representation_Clause{7399E9} 18|398r4 1879r12 1891r43
7407n7*N_Mod_Clause{7399E9} 18|399r4
7408n7*N_Record_Representation_Clause{7399E9} 18|400r4
7412n7*N_Attribute_Definition_Clause{7399E9} 18|401r4 2347r32
7416n7*N_Empty{7399E9} 17|249r52 313r52 18|402r4 1334r15 3431r52 4071r52
. 4233r31
7417n7*N_Pragma_Argument_Association{7399E9} 18|405r4 1442r37 1885r12 2901r44
7421n7*N_Error{7399E9} 18|403r4
7425n7*N_Defining_Character_Literal{7399E9} 18|406r4 3746r28
7426n7*N_Defining_Identifier{7399E9} 18|407r4 623r7
7427n7*N_Defining_Operator_Symbol{7399E9} 18|408r4 624r7 1981r49
7431n7*N_Expanded_Name{7399E9} 18|409r4 625r7 895r18 2246r37 2270r37 2340r28
. 2460r38 2508r18 2593r36 2665r18 2862r44
7436n7*N_Identifier{7399E9} 18|410r4 626r7 881r18 2320r34 2463r41 2507r18
. 2592r36 2664r18 3717r52 3899r45 3903r53
7437n7*N_Operator_Symbol{7399E9} 18|412r4 627r7
7442n7*N_Character_Literal{7399E9} 18|411r4
7447n7*N_Op_Add{7399E9} 18|413r4 2881r44
7448n7*N_Op_Concat{7399E9} 18|416r4
7449n7*N_Op_Expon{7399E9} 18|419r4
7450n7*N_Op_Subtract{7399E9} 18|432r4 2882r44
7455n7*N_Op_Divide{7399E9} 18|417r4
7456n7*N_Op_Mod{7399E9} 18|425r4
7457n7*N_Op_Multiply{7399E9} 18|426r4
7458n7*N_Op_Rem{7399E9} 18|431r4
7463n7*N_Op_And{7399E9} 18|414r4
7468n7*N_Op_Eq{7399E9} 18|418r4
7469n7*N_Op_Ge{7399E9} 18|420r4
7470n7*N_Op_Gt{7399E9} 18|421r4
7471n7*N_Op_Le{7399E9} 18|423r4
7472n7*N_Op_Lt{7399E9} 18|424r4
7473n7*N_Op_Ne{7399E9} 18|427r4
7478n7*N_Op_Or{7399E9} 18|429r4
7479n7*N_Op_Xor{7399E9} 18|433r4
7493n7*N_Op_Abs{7399E9} 18|434r4
7494n7*N_Op_Minus{7399E9} 18|435r4 2877r43
7495n7*N_Op_Not{7399E9} 18|436r4
7496n7*N_Op_Plus{7399E9} 18|437r4 2876r43
7500n7*N_Attribute_Reference{7399E9} 18|438r4 630r7 917r18 2510r18 2583r31
. 2667r18
7504n7*N_In{7399E9} 18|422r4 628r7 1623r16
7505n7*N_Not_In{7399E9} 18|428r4 629r7 1624r16
7509n7*N_And_Then{7399E9} 18|415r4
7510n7*N_Or_Else{7399E9} 18|430r4
7514n7*N_Conditional_Expression{7399E9} 18|439r4
7515n7*N_Explicit_Dereference{7399E9} 18|440r4 3697r38
7517n7*N_Function_Call{7399E9} 18|441r4 631r7 1020r22 1049r22 2307r39 2886r44
. 3698r38 3765r25
7518n7*N_Indexed_Component{7399E9} 18|442r4 1137r29 2897r44
7519n7*N_Integer_Literal{7399E9} 18|443r4 2844r41 2865r44 3712r35 3923r31
7520n7*N_Null{7399E9} 18|444r4
7521n7*N_Procedure_Call_Statement{7399E9} 18|445r4 702r7 1162r25 3693r37
7522n7*N_Qualified_Expression{7399E9} 18|446r4 1476r47 3961r56
7527n7*N_Raise_Constraint_Error{7399E9} 18|447r4
7533n7*N_Aggregate{7399E9} 18|453r4 634r7
7534n7*N_Allocator{7399E9} 18|452r4 633r7
7536n7*N_Extension_Aggregate{7399E9} 18|454r4
7537n7*N_Range{7399E9} 18|448r4 632r7 911r18 2579r31 3151r63
7538n7*N_Real_Literal{7399E9} 18|449r4 2845r41 2866r44 3713r35 3925r31
7540n7*N_Selected_Component{7399E9} 18|450r4 1142r29 2300r18 2459r38
7541n7*N_Slice{7399E9} 18|455r4 1605r16 2288r18 3181r17 3413r17
7542n7*N_String_Literal{7399E9} 18|456r4
7544n7*N_Type_Conversion{7399E9} 18|451r4
7550n7*N_Subtype_Indication{7399E9} 18|457r4 635r7 870r18 2578r31
7554n7*N_Component_Declaration{7399E9} 18|458r4 3914r29 4248r31 4431r24
7555n7*N_Entry_Declaration{7399E9} 18|460r4 1614r16 2258r18 3176r17 3409r15
7556n7*N_Formal_Object_Declaration{7399E9} 18|462r4 4251r31 4434r24
7557n7*N_Formal_Type_Declaration{7399E9} 18|463r4 1266r37 1303r37 1385r34
. 1914r34 3206r49 3469r34
7558n7*N_Full_Type_Declaration{7399E9} 18|465r4 1096r30 1111r39
7559n7*N_Incomplete_Type_Declaration{7399E9} 18|468r4 639r7
7561n7*N_Loop_Parameter_Specification{7399E9} 18|470r4 1613r16
7562n7*N_Object_Declaration{7399E9} 18|471r4 643r7 2230r19 3910r33 4245r31
. 4428r24
7564n7*N_Protected_Type_Declaration{7399E9} 18|475r4
7565n7*N_Private_Extension_Declaration{7399E9} 18|472r4
7566n7*N_Private_Type_Declaration{7399E9} 18|473r4 1097r30
7567n7*N_Subtype_Declaration{7399E9} 18|474r4 1098r30 1112r39
7571n7*N_Function_Specification{7399E9} 18|477r4 1220r44 2420r44 2487r44
. 3315r44 3335r44 3356r44 3380r41
7572n7*N_Procedure_Specification{7399E9} 18|478r4
7576n7*N_Access_Function_Definition{7399E9} 18|479r4 645r7 1341r15
7577n7*N_Access_Procedure_Definition{7399E9} 18|480r4 648r7 1349r15
7581n7*N_Task_Type_Declaration{7399E9} 18|481r4 4021r35
7585n7*N_Package_Body_Stub{7399E9} 18|482r4
7586n7*N_Protected_Body_Stub{7399E9} 18|483r4
7587n7*N_Subprogram_Body_Stub{7399E9} 18|484r4 651r7
7588n7*N_Task_Body_Stub{7399E9} 18|485r4
7593n7*N_Function_Instantiation{7399E9} 18|486r4 2093r38
7594n7*N_Procedure_Instantiation{7399E9} 18|488r4
7598n7*N_Package_Instantiation{7399E9} 18|487r4
7602n7*N_Package_Body{7399E9} 18|489r4 1184r18 1972r40
7603n7*N_Subprogram_Body{7399E9} 18|490r4 652r7 1182r18
7607n7*N_Protected_Body{7399E9} 18|591r4
7608n7*N_Task_Body{7399E9} 18|495r4
7612n7*N_Implicit_Label_Declaration{7399E9} 18|491r4 720r7
7613n7*N_Package_Declaration{7399E9} 18|492r4
7614n7*N_Single_Task_Declaration{7399E9} 18|493r4
7615n7*N_Subprogram_Declaration{7399E9} 18|494r4 653r7
7616n7*N_Use_Package_Clause{7399E9} 18|496r4
7620n7*N_Generic_Package_Declaration{7399E9} 18|497r4
7621n7*N_Generic_Subprogram_Declaration{7399E9} 18|498r4 655r7
7625n7*N_Constrained_Array_Definition{7399E9} 18|499r4 658r7 1611r16 2257r18
. 3175r17 3403r17
7626n7*N_Unconstrained_Array_Definition{7399E9} 18|500r4 661r7 2262r18
7630n7*N_Exception_Renaming_Declaration{7399E9} 18|501r4
7631n7*N_Object_Renaming_Declaration{7399E9} 18|502r4 3896r24
7632n7*N_Package_Renaming_Declaration{7399E9} 18|503r4
7633n7*N_Subprogram_Renaming_Declaration{7399E9} 18|504r4 664r7 2890r44
7637n7*N_Generic_Function_Renaming_Declaration{7399E9} 18|506r4
7638n7*N_Generic_Package_Renaming_Declaration{7399E9} 18|509r4
7639n7*N_Generic_Procedure_Renaming_Declaration{7399E9} 18|512r4
7643n7*N_Abort_Statement{7399E9} 18|515r4
7644n7*N_Accept_Statement{7399E9} 18|476r4
7645n7*N_Assignment_Statement{7399E9} 18|516r4
7646n7*N_Asynchronous_Select{7399E9} 18|542r4
7647n7*N_Block_Statement{7399E9} 18|517r4 3118r29
7648n7*N_Case_Statement{7399E9} 18|518r4
7649n7*N_Code_Statement{7399E9} 18|519r4
7650n7*N_Conditional_Entry_Call{7399E9} 18|547r4
7654n7*N_Delay_Relative_Statement{7399E9} 18|520r4
7655n7*N_Delay_Until_Statement{7399E9} 18|521r4
7659n7*N_Entry_Call_Statement{7399E9} 18|522r4 3694r38 3704r34 3888r25
7660n7*N_Free_Statement{7399E9} 18|524r4
7661n7*N_Goto_Statement{7399E9} 18|525r4 4111r46 4147r46 4170r46
7662n7*N_Loop_Statement{7399E9} 18|527r4 667r7 4109r30 4145r30 4168r30
7663n7*N_Null_Statement{7399E9} 18|528r4
7664n7*N_Raise_Statement{7399E9} 18|529r4
7665n7*N_Requeue_Statement{7399E9} 18|530r4 668r7
7666n7*N_Return_Statement{7399E9} 18|531r4
7667n7*N_Extended_Return_Statement{7399E9} 18|532r4 2718r34
7668n7*N_Selective_Accept{7399E9} 18|596r4
7669n7*N_Timed_Entry_Call{7399E9} 18|602r4
7673n7*N_Exit_Statement{7399E9} 18|523r4
7674n7*N_If_Statement{7399E9} 18|526r4 3124r32
7678n7*N_Accept_Alternative{7399E9} 18|535r4 673r7
7679n7*N_Delay_Alternative{7399E9} 18|551r4 684r7
7680n7*N_Elsif_Part{7399E9} 18|556r4
7683n7*N_Terminate_Alternative{7399E9} 18|601r4 701r7
7710n7*N_Abortable_Part{7399E9} 18|533r4
7711n7*N_Abstract_Subprogram_Declaration{7399E9} 18|534r4 670r7
7712n7*N_Access_Definition{7399E9} 18|538r4 676r7
7713n7*N_Access_To_Object_Definition{7399E9} 18|541r4 679r7 2240r19
7716n7*N_Case_Statement_Alternative{7399E9} 18|543r4 1602r16 3182r17
7717n7*N_Compilation_Unit{7399E9} 18|544r4
7719n7*N_Component_Association{7399E9} 18|545r4 682r7 1601r16 3183r17 3920r29
7720n7*N_Component_Definition{7399E9} 18|546r4
7722n7*N_Derived_Type_Definition{7399E9} 18|548r4 683r7 2239r19
7723n7*N_Decimal_Fixed_Point_Definition{7399E9} 18|549r4
7724n7*N_Defining_Program_Unit_Name{7399E9} 18|550r4 2099r41 2343r32
7725n7*N_Delta_Constraint{7399E9} 18|552r4
7727n7*N_Digits_Constraint{7399E9} 18|553r4
7728n7*N_Discriminant_Association{7399E9} 18|554r4 2575r28
7729n7*N_Discriminant_Specification{7399E9} 18|555r4 3916r29 4247r31 4430r24
7730n7*N_Enumeration_Type_Definition{7399E9} 18|557r4 1986r37 2456r13
7731n7*N_Entry_Body{7399E9} 18|459r4
7732n7*N_Entry_Call_Alternative{7399E9} 18|558r4
7733n7*N_Entry_Index_Specification{7399E9} 18|461r4 1612r16
7734n7*N_Exception_Declaration{7399E9} 18|559r4 4250r31 4433r24
7735n7*N_Exception_Handler{7399E9} 18|560r4
7736n7*N_Floating_Point_Definition{7399E9} 18|561r4
7737n7*N_Formal_Decimal_Fixed_Point_Definition{7399E9} 18|563r4
7738n7*N_Formal_Derived_Type_Definition{7399E9} 18|566r4
7739n7*N_Formal_Discrete_Type_Definition{7399E9} 18|567r4
7740n7*N_Formal_Floating_Point_Definition{7399E9} 18|568r4
7741n7*N_Formal_Modular_Type_Definition{7399E9} 18|569r4
7742n7*N_Formal_Ordinary_Fixed_Point_Definition{7399E9} 18|571r4
7743n7*N_Formal_Package_Declaration{7399E9} 18|574r4 686r7
7744n7*N_Formal_Private_Type_Definition{7399E9} 18|575r4 689r7
7745n7*N_Formal_Signed_Integer_Type_Definition{7399E9} 18|577r4
7746n7*N_Freeze_Entity{7399E9} 18|464r4 719r7
7747n7*N_Generic_Association{7399E9} 18|581r4 2905r44
7749n7*N_Index_Or_Discriminant_Constraint{7399E9} 18|582r4 695r7 1604r16
. 2280r18 3180r17 3412r17
7751n7*N_Label{7399E9} 18|583r4 721r7
7752n7*N_Modular_Type_Definition{7399E9} 18|584r4
7753n7*N_Number_Declaration{7399E9} 18|585r4 698r7 4246r31 4429r24
7754n7*N_Ordinary_Fixed_Point_Definition{7399E9} 18|586r4
7755n7*N_Others_Choice{7399E9} 18|587r4 862r18
7756n7*N_Package_Specification{7399E9} 18|588r4 1966r40
7757n7*N_Parameter_Association{7399E9} 18|589r4
7758n7*N_Parameter_Specification{7399E9} 18|590r4 2313r18 3918r29 4249r31
. 4432r24
7759n7*N_Pragma{7399E9} 18|404r4 622r7 980r30 3126r48 4198r47
7760n7*N_Protected_Definition{7399E9} 18|592r4
7761n7*N_Range_Constraint{7399E9} 18|593r4 699r7 1619r16
7762n7*N_Real_Range_Specification{7399E9} 18|594r4
7763n7*N_Record_Definition{7399E9} 18|595r4 700r7
7764n7*N_Signed_Integer_Type_Definition{7399E9} 18|597r4
7765n7*N_Single_Protected_Declaration{7399E9} 18|598r4
7766n7*N_Subunit{7399E9} 18|599r4
7767n7*N_Task_Definition{7399E9} 18|600r4
7768n7*N_Triggering_Alternative{7399E9} 18|603r4
7769n7*N_Use_Type_Clause{7399E9} 18|604r4
7771n7*N_Variant{7399E9} 18|605r4 1603r16
7772n7*N_Variant_Part{7399E9} 18|606r4
7773n7*N_With_Clause{7399E9} 18|607r4 3884r25 4252r31
7774n7*N_Unused_At_End{7399E9} 18|608r4
7817E12*N_Formal_Subprogram_Declaration{7399E9} 18|580r4 692r7 2892r45
7837E12*N_Has_Entity{7399E9} 18|2345r33 2451r36
7871E12*N_Op{7399E9} 18|1024r43
7889E12*N_Proper_Body{7399E9} 18|1177r22
7925E12*N_Statement_Other_Than_Procedure_Call{7399E9} 18|1161r26
7974V13*Abort_Present{boolean} 18|3295s10
7992V13*Access_To_Subprogram_Definition{95|382I9} 18|1330s15
8022V13*All_Present{boolean} 18|1387s13 1397s13
8049V13*Attribute_Name{61|149I9} 18|927s19 994s26 1493s47 2512s19 2586s13
. 2669s19 4476s26
8070V13*Box_Present{boolean} 18|2378s13
8076V13*Chars{61|149I9} 18|1114s13 1115s13 2004s46 2741s46 3832s30 3901s35
. 3905s35 3912s41
8121V13*Condition{95|382I9} 18|2640s22
8130V13*Constant_Present{boolean} 18|1335s16 1389s16 1399s16 2720s17
8136V13*Constraints{95|431I9} 18|2570s33
8157V13*Corresponding_Formal_Spec{95|382I9} 18|1956s30
8190V13*Defining_Identifier{95|385I12} 18|789s22 805s25 1114s20 1115s20 1187s50
. 2692s20 3912s48 3984s22 4272s25 4329s25 4379s28
8193V13*Defining_Unit_Name{95|382I9} 18|1185s50 1978s30
8214V13*Discrete_Range{95|382I9} 18|2294s32
8286V13*Entity{95|382I9} 18|883s26 887s29 897s26 1146s19 2097s39 2324s25
. 2349s26 2351s23 2452s32 2607s22 2831s25 2832s23 4280s40
8310V13*Etype{95|382I9} 18|1417s35 1893s17 4015s31 4016s28 4334s28 4384s31
. 4387s16
8334V13*Expression{95|382I9} 18|1476s26 2722s28
8337V13*Expressions{95|431I9} 18|1453s25 2899s28
8460V13*Interface_Present{boolean} 18|2181s10 3230s10
8463V13*Implicit_With{boolean} 18|3886s10
8538V13*Is_Static_Expression{boolean} 18|3721s20 3927s19
8550V13*Iteration_Scheme{95|382I9} 18|2636s20
8571V13*Last_Name{boolean} 18|4454s50
8580V13*Limited_Present{boolean} 18|2183s13 3232s13
8604V13*More_Ids{boolean} 18|796s13 4437s16
8619V13*Name{95|382I9} 18|1030s66 1055s66 1135s25 2097s53 2449s31 3771s26
. 3899s30 3901s48
8625V13*Next_Entity{95|382I9} 18|4004s34 4359s31 4405s34
8661V13*Null_Present{boolean} 18|3359s16
8673V13*Object_Definition{95|382I9} 18|2232s26
8682V13*Original_Entity{95|385I12} 18|3723s29
8691V13*Parameter_Associations{95|431I9} 18|1026s19 1028s29 1030s23 1051s19
. 1053s29 1055s23 2447s14 2888s34
8697V13*Parameter_Specifications{95|431I9} 18|2106s28 2895s22 2909s23
8724V13*Prefix{95|382I9} 18|1139s22 2304s29
8736V13*Private_Declarations{95|431I9} 18|4040s22 4042s34
8748V13*Protected_Definition{95|382I9} 18|4024s28
8751V13*Protected_Present{boolean} 18|1268s16 1276s16 1304s16 1310s16 1343s16
. 1351s16 2187s16 3248s16
8760V13*Range_Expression{95|382I9} 18|3151s35
8766V13*Realval{100|77I9} 18|4581s33
8772V13*Record_Extension_Part{95|382I9} 18|2195s22
8793V13*Right_Opnd{95|382I9} 18|2506s22 2512s35 2663s22 2669s35
8817V13*Selector_Name{95|382I9} 18|1143s22
8829V13*Specification{95|382I9} 18|1183s50 1220s20 2420s20 2487s20 2895s48
. 3315s20 3335s20 3356s20 3359s30 3380s17
8835V13*Statements{95|431I9} 18|4121s35 4122s33 4157s35 4158s33
8850V13*Subtype_Mark{95|382I9} 18|2607s36 3903s30 3905s48
8862V13*Synchronized_Present{boolean} 18|2189s16 3256s16
8865V13*Tagged_Present{boolean} 18|2399s13 2535s9 3274s13
8871V13*Task_Definition{95|382I9} 18|4022s28
8874V13*Task_Present{boolean} 18|2185s16 3240s16
8913V13*Visible_Declarations{95|431I9} 18|4028s31
8916V13*Was_Originally_Stub{boolean} 18|1178s10
10004V13*Pragma_Name{61|149I9} 18|981s18 2943s42 3128s13
X 69 snames.ads
34K9*Snames 18|65w6 65r35 3003r28 69|1800e11
289i4*Name_Op_Abs{61|149I9} 18|2083r33 2819r33
290i4*Name_Op_And{61|149I9} 18|2038r30 2774r30
291i4*Name_Op_Mod{61|149I9} 18|2074r33 2810r33
292i4*Name_Op_Not{61|149I9} 18|2086r33 2822r33
293i4*Name_Op_Or{61|149I9} 18|2041r33 2777r33
294i4*Name_Op_Rem{61|149I9} 18|2077r33 2813r33
295i4*Name_Op_Xor{61|149I9} 18|2044r33 2780r33
296i4*Name_Op_Eq{61|149I9} 18|2047r33 2783r33
297i4*Name_Op_Ne{61|149I9} 18|2050r33 2786r33
298i4*Name_Op_Lt{61|149I9} 18|2053r33 2789r33
299i4*Name_Op_Le{61|149I9} 18|2056r33 2792r33
300i4*Name_Op_Gt{61|149I9} 18|2059r33 2795r33
301i4*Name_Op_Ge{61|149I9} 18|2062r33 2798r33
302i4*Name_Op_Add{61|149I9} 18|2108r33 2917r33
304i4*Name_Op_Concat{61|149I9} 18|2065r33 2801r33
305i4*Name_Op_Multiply{61|149I9} 18|2068r33 2804r33
306i4*Name_Op_Divide{61|149I9} 18|2071r33 2807r33
307i4*Name_Op_Expon{61|149I9} 18|2080r33 2816r33
338i4*First_Pragma_Name{61|149I9} 18|982r11 3093r29
350i4*Name_Assertion_Policy{61|149I9} 18|3068r28
361i4*Name_Detect_Blocking{61|149I9} 18|3070r28
363i4*Name_Discard_Names{61|149I9} 18|2970r28
382i4*Name_Locking_Policy{61|149I9} 18|3006r28
386i4*Name_Normalize_Scalars{61|149I9} 18|3009r28
390i4*Name_Priority_Specific_Dispatching{61|149I9} 18|3078r28
391i4*Name_Profile{61|149I9} 18|3080r28
394i4*Name_Queuing_Policy{61|149I9} 18|3030r28
397i4*Name_Restrictions{61|149I9} 18|3039r28
399i4*Name_Reviewable{61|149I9} 18|3042r28
405i4*Name_Suppress{61|149I9} 18|3052r28
407i4*Name_Task_Dispatching_Policy{61|149I9} 18|3055r28
409i4*Name_Unsuppress{61|149I9} 18|3086r28
414i4*Last_Configuration_Pragma_Name{61|149I9} 18|982r32
419i4*Name_All_Calls_Remote{61|149I9} 18|2949r28
428i4*Name_Assert{61|149I9} 18|3066r28
429i4*Name_Asynchronous{61|149I9} 18|2952r28
430i4*Name_Atomic{61|149I9} 18|2955r28
431i4*Name_Atomic_Components{61|149I9} 18|2958r28
432i4*Name_Attach_Handler{61|149I9} 18|2961r28
439i4*Name_Controlled{61|149I9} 18|2964r28
440i4*Name_Convention{61|149I9} 18|2967r28
446i4*Name_Debug{61|149I9} 18|3128r54
448i4*Name_Elaborate{61|149I9} 18|2973r28
449i4*Name_Elaborate_All{61|149I9} 18|2976r28
450i4*Name_Elaborate_Body{61|149I9} 18|2979r28
451i4*Name_Export{61|149I9} 18|2982r28
462i4*Name_Import{61|149I9} 18|2985r28
470i4*Name_Inline{61|149I9} 18|2988r28
473i4*Name_Inspection_Point{61|149I9} 18|2991r28
482i4*Name_Interrupt_Handler{61|149I9} 18|2994r28
483i4*Name_Interrupt_Priority{61|149I9} 18|2997r28
492i4*Name_Linker_Options{61|149I9} 18|3000r28
494i4*Name_List{61|149I9} 18|3003r35
500i4*Name_No_Return{61|149I9} 18|3072r28
502i4*Name_Optimize{61|149I9} 18|3012r28
504i4*Name_Pack{61|149I9} 18|3015r28
505i4*Name_Page{61|149I9} 18|3018r28
510i4*Name_Preelaborable_Initialization{61|149I9} 18|3076r28
511i4*Name_Preelaborate{61|149I9} 18|3021r28
521i4*Name_Pure{61|149I9} 18|3027r28
524i4*Name_Relative_Deadline{61|149I9} 18|3082r28
525i4*Name_Remote_Call_Interface{61|149I9} 18|3033r28
526i4*Name_Remote_Types{61|149I9} 18|3036r28
529i4*Name_Shared_Passive{61|149I9} 18|3045r28
554i4*Name_Unchecked_Union{61|149I9} 18|3084r28
561i4*Name_Volatile{61|149I9} 18|3058r28
562i4*Name_Volatile_Components{61|149I9} 18|3061r28
564i4*Last_Pragma_Name{61|149I9} 18|3093r50
707i4*Name_Abort_Signal{61|149I9} 18|1816r31
708i4*Name_Access{61|149I9} 18|1695r31
709i4*Name_Address{61|149I9} 18|1697r31
710i4*Name_Address_Size{61|149I9} 18|1817r31
711i4*Name_Aft{61|149I9} 18|1699r31
712i4*Name_Alignment{61|149I9} 18|1701r31
713i4*Name_Asm_Input{61|149I9} 18|996r28 1674r31 1818r31 4559r31
714i4*Name_Asm_Output{61|149I9} 18|997r28 1675r31 1819r31 4560r31
715i4*Name_AST_Entry{61|149I9} 18|1820r31
716i4*Name_Bit{61|149I9} 18|1821r31
717i4*Name_Bit_Order{61|149I9} 18|1705r31
718i4*Name_Bit_Position{61|149I9} 18|1822r31
719i4*Name_Body_Version{61|149I9} 18|1707r31
720i4*Name_Callable{61|149I9} 18|1709r31
721i4*Name_Caller{61|149I9} 18|1711r31
722i4*Name_Code_Address{61|149I9} 18|1823r31
724i4*Name_Component_Size{61|149I9} 18|1715r31
725i4*Name_Compose{61|149I9} 18|1637r31 4484r31
726i4*Name_Constrained{61|149I9} 18|1717r31
727i4*Name_Count{61|149I9} 18|1719r31
728i4*Name_Default_Bit_Order{61|149I9} 18|1824r31
729i4*Name_Definite{61|149I9} 18|1721r31
730i4*Name_Delta{61|149I9} 18|1723r31
731i4*Name_Denorm{61|149I9} 18|1725r31
732i4*Name_Digits{61|149I9} 18|1727r31
733i4*Name_Elaborated{61|149I9} 18|1825r31
734i4*Name_Emax{61|149I9} 18|1826r31
736i4*Name_Enum_Rep{61|149I9} 18|998r28 1676r31 1827r31 4561r31
738i4*Name_Epsilon{61|149I9} 18|1828r31
739i4*Name_Exponent{61|149I9} 18|1639r31 4488r31
740i4*Name_External_Tag{61|149I9} 18|1729r31
742i4*Name_First{61|149I9} 18|1731r31
743i4*Name_First_Bit{61|149I9} 18|1733r31
744i4*Name_Fixed_Value{61|149I9} 18|999r28 1677r31 1829r31 4562r31
745i4*Name_Fore{61|149I9} 18|1735r31
747i4*Name_Has_Discriminants{61|149I9} 18|1830r31
749i4*Name_Identity{61|149I9} 18|1737r31
750i4*Name_Img{61|149I9} 18|1831r31
751i4*Name_Integer_Value{61|149I9} 18|1000r28 1678r31 1832r31 4563r31
753i4*Name_Large{61|149I9} 18|1833r31
754i4*Name_Last{61|149I9} 18|1739r31
755i4*Name_Last_Bit{61|149I9} 18|1741r31
756i4*Name_Leading_Part{61|149I9} 18|1644r31 4498r31
757i4*Name_Length{61|149I9} 18|1743r31
758i4*Name_Machine_Emax{61|149I9} 18|1745r31
759i4*Name_Machine_Emin{61|149I9} 18|1747r31
760i4*Name_Machine_Mantissa{61|149I9} 18|1749r31
761i4*Name_Machine_Overflows{61|149I9} 18|1751r31
762i4*Name_Machine_Radix{61|149I9} 18|1753r31
763i4*Name_Machine_Rounding{61|149I9} 18|1666r31 4538r31
764i4*Name_Machine_Rounds{61|149I9} 18|1755r31
765i4*Name_Machine_Size{61|149I9} 18|1834r31
766i4*Name_Mantissa{61|149I9} 18|1835r31
768i4*Name_Max_Size_In_Storage_Elements{61|149I9} 18|1757r31
769i4*Name_Maximum_Alignment{61|149I9} 18|1836r31
770i4*Name_Mechanism_Code{61|149I9} 18|1837r31
771i4*Name_Mod{61|149I9} 18|1667r31 4540r31
772i4*Name_Model_Emin{61|149I9} 18|1759r31
773i4*Name_Model_Epsilon{61|149I9} 18|1761r31
774i4*Name_Model_Mantissa{61|149I9} 18|1763r31
775i4*Name_Model_Small{61|149I9} 18|1765r31
776i4*Name_Modulus{61|149I9} 18|1767r31
777i4*Name_Null_Parameter{61|149I9} 18|1838r31
778i4*Name_Object_Size{61|149I9} 18|1839r31
779i4*Name_Old{61|149I9} 18|1840r31
780i4*Name_Partition_ID{61|149I9} 18|1769r31
781i4*Name_Passed_By_Reference{61|149I9} 18|1841r31
783i4*Name_Pos{61|149I9} 18|1649r31 4508r31
784i4*Name_Position{61|149I9} 18|1771r31
785i4*Name_Priority{61|149I9} 18|1807r31 3024r28
786i4*Name_Range{61|149I9} 18|927r60 1571r28 1773r31 2512r56 2586r43 2669r56
787i4*Name_Range_Length{61|149I9} 18|1842r31
789i4*Name_Result{61|149I9} 18|1843r31
790i4*Name_Round{61|149I9} 18|1652r31 4514r31
791i4*Name_Safe_Emax{61|149I9} 18|1844r31
792i4*Name_Safe_First{61|149I9} 18|1775r31
793i4*Name_Safe_Large{61|149I9} 18|1845r31
794i4*Name_Safe_Last{61|149I9} 18|1777r31
795i4*Name_Safe_Small{61|149I9} 18|1846r31
796i4*Name_Scale{61|149I9} 18|1779r31
797i4*Name_Scaling{61|149I9} 18|1654r31 4518r31
798i4*Name_Signed_Zeros{61|149I9} 18|1781r31
799i4*Name_Size{61|149I9} 18|1783r31
800i4*Name_Small{61|149I9} 18|1785r31
801i4*Name_Storage_Size{61|149I9} 18|1789r31 3048r28
802i4*Name_Storage_Unit{61|149I9} 18|1847r31
803i4*Name_Stream_Size{61|149I9} 18|1809r31
804i4*Name_Tag{61|149I9} 18|1791r31
806i4*Name_Terminated{61|149I9} 18|1793r31
807i4*Name_To_Address{61|149I9} 18|1848r31
808i4*Name_Type_Class{61|149I9} 18|1849r31
810i4*Name_UET_Address{61|149I9} 18|1850r31
811i4*Name_Unbiased_Rounding{61|149I9} 18|1657r31 4524r31
812i4*Name_Unchecked_Access{61|149I9} 18|1795r31
814i4*Name_Universal_Literal_String{61|149I9} 18|1851r31
815i4*Name_Unrestricted_Access{61|149I9} 18|1852r31
816i4*Name_VADS_Size{61|149I9} 18|1853r31
817i4*Name_Val{61|149I9} 18|1658r31 4526r31
818i4*Name_Valid{61|149I9} 18|1797r31
819i4*Name_Value_Size{61|149I9} 18|1854r31
820i4*Name_Version{61|149I9} 18|1799r31
821i4*Name_Wchar_T_Size{61|149I9} 18|1855r31
822i4*Name_Wide_Wide_Width{61|149I9} 18|1811r31
823i4*Name_Wide_Width{61|149I9} 18|1801r31
824i4*Name_Width{61|149I9} 18|1803r31
825i4*Name_Word_Size{61|149I9} 18|1856r31
832i4*Name_Adjacent{61|149I9} 18|1635r31 4480r28
833i4*Name_Ceiling{61|149I9} 18|1636r31 4482r31
834i4*Name_Copy_Sign{61|149I9} 18|1638r31 4486r31
835i4*Name_Floor{61|149I9} 18|1640r31 4490r31
836i4*Name_Fraction{61|149I9} 18|1641r31 4492r31
838i4*Name_Image{61|149I9} 18|1642r31 4494r31
839i4*Name_Input{61|149I9} 18|1643r31 4496r31
840i4*Name_Machine{61|149I9} 18|1645r31 4500r31
841i4*Name_Max{61|149I9} 18|1646r31 4502r31
842i4*Name_Min{61|149I9} 18|1647r31 4504r31
843i4*Name_Model{61|149I9} 18|1648r31 4506r31
844i4*Name_Pred{61|149I9} 18|1650r31 4510r31
845i4*Name_Remainder{61|149I9} 18|1651r31 4512r31
846i4*Name_Rounding{61|149I9} 18|1653r31 4516r31
847i4*Name_Succ{61|149I9} 18|1655r31 4520r31
849i4*Name_Truncation{61|149I9} 18|1656r31 4522r31
851i4*Name_Value{61|149I9} 18|1659r31 4528r31
852i4*Name_Wide_Image{61|149I9} 18|1660r31 4530r31
853i4*Name_Wide_Wide_Image{61|149I9} 18|1668r31 4542r31
854i4*Name_Wide_Value{61|149I9} 18|1661r31 4532r31
855i4*Name_Wide_Wide_Value{61|149I9} 18|1669r31 4544r31
861i4*Name_Output{61|149I9} 18|1685r31 4550r31
862i4*Name_Read{61|149I9} 18|1686r31 4552r31
863i4*Name_Write{61|149I9} 18|1687r31 4554r31
869i4*Name_Elab_Body{61|149I9} 18|1857r31
870i4*Name_Elab_Spec{61|149I9} 18|1858r31
871i4*Name_Storage_Pool{61|149I9} 18|1787r31
876i4*Name_Base{61|149I9} 18|1703r31
877i4*Name_Class{61|149I9} 18|1713r31
X 70 stand.ads
38K9*Stand 18|66w6 66r35 70|463e10
123n7*S_NUL{40E9} 18|3836r22
154n7*S_US{40E9} 18|3836r36
178n7*S_LC_A{40E9} 18|3835r22
203n7*S_LC_Z{40E9} 18|3835r37
212n7*S_DEL{40E9} 18|3837r22
229A9*Standard_Entity_Array_Type(95|382I9)<40E9>
243a4*SE=243:44{229A9} 18|3835r18 3835r33 3836r18 3836r32 3837r18
247i4*Standard_ASCII=247:53{95|382I9} 18|3834r17
X 92 table.ads
106A12*Table_Type(37|289R9)<integer>
109A15*Big_Table_Type{106A12[10|67]}<integer>
117P12*Table_Ptr(109A15[10|52])
121p7*Table{117P12[10|52]} 18|3451r45[10|52] 3999r38[10|67] 4351r38[10|67]
. 4354r39[10|67] 4356r39[10|67] 4397r36[10|67] 4401r36[10|67] 4403r36[10|67]
138U17*Init 18|3982s26[10|67] 4210s38[10|52] 4275s29[10|67] 4327s26[10|67]
. 4377s26[10|67]
145V16*Last{integer} 18|3452s53[10|52] 3999s64[10|67] 4351s64[10|67] 4354s65[10|67]
. 4356s65[10|67] 4397s62[10|67] 4401s62[10|67] 4403s62[10|67]
182U17*Append 18|3993s35[10|67] 4032s32[10|67] 4046s35[10|67] 4236s41[10|52]
. 4282s32[10|67] 4345s35[10|67] 4390s32[10|67]
X 95 types.ads
52K9*Types 17|68w6 68r24 95|823e10
59I9*Int<integer>
62I12*Nat{59I9} 17|419r20 18|2005r26 2742r26 3517r34 3955r20 3957r16
148I9*Text_Ptr<59I9>
210I12*Source_Ptr{148I9}
226i4*Standard_Location{210I12} 18|1948r24 3743r29 3933r33
382I9*Node_Id<integer> 17|73r18 90r14 111r14 118r44 132r14 141r44 146r15
. 154r15 162r34 163r34 164r34 382r11 399r45 409r30 413r31 417r20 418r20 425r48
. 425r64 18|169r46 176r14 184r35 191r33 194r14 206r38 209r14 213r14 217r14
. 221r14 224r34 226r38 229r14 233r14 236r37 238r41 240r41 244r14 249r14 253r14
. 257r14 261r14 265r14 269r14 273r14 277r14 281r14 285r14 289r14 293r14 297r14
. 301r14 305r14 310r14 315r14 319r14 323r14 327r14 331r14 335r14 339r14 343r14
. 347r14 351r14 355r14 359r14 363r14 370r37 374r50 380r58 616r49 730r14 770r26
. 785r21 787r21 831r34 832r34 977r35 989r44 1014r15 1043r15 1067r48 1067r64
. 1068r16 1084r44 1085r24 1131r46 1133r18 1158r31 1170r14 1199r37 1212r14
. 1233r14 1254r14 1291r14 1325r14 1329r25 1371r14 1414r14 1417r24 1468r14
. 1489r14 1872r14 1906r14 1927r14 1930r23 2000r14 2135r14 2161r14 2209r14
. 2212r31 2214r22 2370r14 2391r14 2412r14 2433r14 2436r25 2437r25 2480r14
. 2499r34 2528r14 2549r14 2553r20 2560r21 2626r14 2629r19 2656r38 2684r14
. 2705r14 2737r14 2740r26 2940r14 3108r14 3111r18 3143r14 3163r37 3201r14
. 3287r14 3308r14 3328r14 3348r14 3373r14 3392r14 3461r14 3481r33 3492r34
. 3493r34 3494r34 3506r34 3507r34 3508r34 3509r34 3829r45 3852r14 3874r50
. 3875r27 3953r20 3954r20 3979r24 4078r23 4081r59 4084r42 4084r58 4088r42
. 4100r59 4101r19 4135r42 4135r58 4136r19 4137r19 4191r42 4270r25 4303r24
. 4372r27 4374r36 4423r58 4470r14 4576r30
385I12*Entity_Id{382I9} 18|3978r24 4305r43 4309r43 4373r27
391I12*Node_Or_Entity_Id{382I9}
397i4*Empty{382I9} 17|163r60 164r60 18|1930r34 2437r51 3493r60 3494r60 3508r60
. 3509r60
431I9*List_Id<integer> 17|246r26 310r26 368r26 18|823r26 3428r26 4068r26
. 4081r43 4100r43
456I9*Elist_Id<integer>
470I9*Elmt_Id<integer> 18|4269r25
515M9*Char_Code_Base
518M12*Char_Code{515M9} 18|3516r34
X 96 uintp.ads
42K9*Uintp 18|67w6 67r35 96|540e10
48I9*Uint 18|4582r23 4583r23
259n28*Decimal{259E9} 18|4593r22 4619r22
265a4*UI_Image_Buffer{string} 18|4595r13 4605r33 4621r13 4631r33
266i4*UI_Image_Length{natural} 18|4594r21 4620r21
269U14*UI_Image 18|4593s7 4619s7
X 100 urealp.ads
37K9*Urealp 18|68w6 68r35 100|368e11
77I9*Ureal 18|4581r23
157V13*Norm_Den{96|48I9} 18|4583s33
160V13*Norm_Num{96|48I9} 18|4582s33
261V13*UR_Is_Negative{boolean} 18|4586s10 4641s10