File: test.cmd

package info (click to toggle)
libgnatcoll 1.7gpl2015-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,280 kB
  • ctags: 1,124
  • sloc: ada: 134,072; python: 4,017; cpp: 1,397; ansic: 1,234; makefile: 368; sh: 152; xml: 31; sql: 6
file content (17 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TESTSETUP gnatmake -q -c a.adb

--  Force computation of scope trees
REFS Proc_B:b.ads:2:14
#  1> Proc_B:a.adb:5:9 (static call) scope=Proc_A:a.ads:2:14
#  2> Proc_B:b.adb:2:14 (body) scope=B:b.ads:1:9
#  3> Proc_B:b.adb:5:8 (label on end line) scope=Proc_B:b.ads:2:14
#  4> Proc_B:b.ads:2:14 (declaration) scope=B:b.ads:1:9

REFS Proc_A:a.ads:2:14
#  1> Proc_A:a.adb:3:14 (body) scope=A:a.ads:1:9
#  2> Proc_A:a.adb:6:8 (label on end line) scope=Proc_A:a.ads:2:14
#  3> Proc_A:a.ads:2:14 (declaration) scope=A:a.ads:1:9

CALLS Proc_A:a.ads:2:14
#  1> B:b.ads:1:9
#  2> Proc_B:b.ads:2:14