• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 functions {
2   function_name: "test_void"
3   mangled_function_name: "test_void"
4   source_file: "./input/func_decl_no_args.h"
5   return_type: "void"
6   access: "public"
7   template_kind: 0
8 }
9 functions {
10   function_name: "test_char"
11   mangled_function_name: "test_char"
12   source_file: "./input/func_decl_no_args.h"
13   return_type: "char"
14   access: "public"
15   template_kind: 0
16 }
17 functions {
18   function_name: "test_short"
19   mangled_function_name: "test_short"
20   source_file: "./input/func_decl_no_args.h"
21   return_type: "short"
22   access: "public"
23   template_kind: 0
24 }
25 functions {
26   function_name: "test_int"
27   mangled_function_name: "test_int"
28   source_file: "./input/func_decl_no_args.h"
29   return_type: "int"
30   access: "public"
31   template_kind: 0
32 }
33 functions {
34   function_name: "test_long"
35   mangled_function_name: "test_long"
36   source_file: "./input/func_decl_no_args.h"
37   return_type: "long"
38   access: "public"
39   template_kind: 0
40 }
41 functions {
42   function_name: "test_long_long"
43   mangled_function_name: "test_long_long"
44   source_file: "./input/func_decl_no_args.h"
45   return_type: "long long"
46   access: "public"
47   template_kind: 0
48 }
49 functions {
50   function_name: "test_unsigned_char"
51   mangled_function_name: "test_unsigned_char"
52   source_file: "./input/func_decl_no_args.h"
53   return_type: "unsigned char"
54   access: "public"
55   template_kind: 0
56 }
57 functions {
58   function_name: "test_unsigned_short"
59   mangled_function_name: "test_unsigned_short"
60   source_file: "./input/func_decl_no_args.h"
61   return_type: "unsigned short"
62   access: "public"
63   template_kind: 0
64 }
65 functions {
66   function_name: "test_unsigned_int"
67   mangled_function_name: "test_unsigned_int"
68   source_file: "./input/func_decl_no_args.h"
69   return_type: "unsigned int"
70   access: "public"
71   template_kind: 0
72 }
73 functions {
74   function_name: "test_unsigned_long"
75   mangled_function_name: "test_unsigned_long"
76   source_file: "./input/func_decl_no_args.h"
77   return_type: "unsigned long"
78   access: "public"
79   template_kind: 0
80 }
81 functions {
82   function_name: "test_unsigned_long_long"
83   mangled_function_name: "test_unsigned_long_long"
84   source_file: "./input/func_decl_no_args.h"
85   return_type: "unsigned long long"
86   access: "public"
87   template_kind: 0
88 }
89 functions {
90   function_name: "test_float"
91   mangled_function_name: "test_float"
92   source_file: "./input/func_decl_no_args.h"
93   return_type: "float"
94   access: "public"
95   template_kind: 0
96 }
97 functions {
98   function_name: "test_double"
99   mangled_function_name: "test_double"
100   source_file: "./input/func_decl_no_args.h"
101   return_type: "double"
102   access: "public"
103   template_kind: 0
104 }
105 functions {
106   function_name: "test_long_double"
107   mangled_function_name: "test_long_double"
108   source_file: "./input/func_decl_no_args.h"
109   return_type: "long double"
110   access: "public"
111   template_kind: 0
112 }
113