1 functions { 2 basic_abi { 3 type_abi { 4 name: "void" 5 } 6 name: "test_void" 7 access: public_access 8 linker_set_key: "test_void" 9 } 10 mangled_function_name: "test_void" 11 source_file: "./input/func_decl_no_args.h" 12 } 13 functions { 14 basic_abi { 15 type_abi { 16 name: "char" 17 size: 1 18 alignment: 1 19 } 20 name: "test_char" 21 access: public_access 22 linker_set_key: "test_char" 23 } 24 mangled_function_name: "test_char" 25 source_file: "./input/func_decl_no_args.h" 26 } 27 functions { 28 basic_abi { 29 type_abi { 30 name: "short" 31 size: 2 32 alignment: 2 33 } 34 name: "test_short" 35 access: public_access 36 linker_set_key: "test_short" 37 } 38 mangled_function_name: "test_short" 39 source_file: "./input/func_decl_no_args.h" 40 } 41 functions { 42 basic_abi { 43 type_abi { 44 name: "int" 45 size: 4 46 alignment: 4 47 } 48 name: "test_int" 49 access: public_access 50 linker_set_key: "test_int" 51 } 52 mangled_function_name: "test_int" 53 source_file: "./input/func_decl_no_args.h" 54 } 55 functions { 56 basic_abi { 57 type_abi { 58 name: "long" 59 size: 8 60 alignment: 8 61 } 62 name: "test_long" 63 access: public_access 64 linker_set_key: "test_long" 65 } 66 mangled_function_name: "test_long" 67 source_file: "./input/func_decl_no_args.h" 68 } 69 functions { 70 basic_abi { 71 type_abi { 72 name: "long long" 73 size: 8 74 alignment: 8 75 } 76 name: "test_long_long" 77 access: public_access 78 linker_set_key: "test_long_long" 79 } 80 mangled_function_name: "test_long_long" 81 source_file: "./input/func_decl_no_args.h" 82 } 83 functions { 84 basic_abi { 85 type_abi { 86 name: "unsigned char" 87 size: 1 88 alignment: 1 89 } 90 name: "test_unsigned_char" 91 access: public_access 92 linker_set_key: "test_unsigned_char" 93 } 94 mangled_function_name: "test_unsigned_char" 95 source_file: "./input/func_decl_no_args.h" 96 } 97 functions { 98 basic_abi { 99 type_abi { 100 name: "unsigned short" 101 size: 2 102 alignment: 2 103 } 104 name: "test_unsigned_short" 105 access: public_access 106 linker_set_key: "test_unsigned_short" 107 } 108 mangled_function_name: "test_unsigned_short" 109 source_file: "./input/func_decl_no_args.h" 110 } 111 functions { 112 basic_abi { 113 type_abi { 114 name: "unsigned int" 115 size: 4 116 alignment: 4 117 } 118 name: "test_unsigned_int" 119 access: public_access 120 linker_set_key: "test_unsigned_int" 121 } 122 mangled_function_name: "test_unsigned_int" 123 source_file: "./input/func_decl_no_args.h" 124 } 125 functions { 126 basic_abi { 127 type_abi { 128 name: "unsigned long" 129 size: 8 130 alignment: 8 131 } 132 name: "test_unsigned_long" 133 access: public_access 134 linker_set_key: "test_unsigned_long" 135 } 136 mangled_function_name: "test_unsigned_long" 137 source_file: "./input/func_decl_no_args.h" 138 } 139 functions { 140 basic_abi { 141 type_abi { 142 name: "unsigned long long" 143 size: 8 144 alignment: 8 145 } 146 name: "test_unsigned_long_long" 147 access: public_access 148 linker_set_key: "test_unsigned_long_long" 149 } 150 mangled_function_name: "test_unsigned_long_long" 151 source_file: "./input/func_decl_no_args.h" 152 } 153 functions { 154 basic_abi { 155 type_abi { 156 name: "float" 157 size: 4 158 alignment: 4 159 } 160 name: "test_float" 161 access: public_access 162 linker_set_key: "test_float" 163 } 164 mangled_function_name: "test_float" 165 source_file: "./input/func_decl_no_args.h" 166 } 167 functions { 168 basic_abi { 169 type_abi { 170 name: "double" 171 size: 8 172 alignment: 8 173 } 174 name: "test_double" 175 access: public_access 176 linker_set_key: "test_double" 177 } 178 mangled_function_name: "test_double" 179 source_file: "./input/func_decl_no_args.h" 180 } 181 functions { 182 basic_abi { 183 type_abi { 184 name: "long double" 185 size: 16 186 alignment: 16 187 } 188 name: "test_long_double" 189 access: public_access 190 linker_set_key: "test_long_double" 191 } 192 mangled_function_name: "test_long_double" 193 source_file: "./input/func_decl_no_args.h" 194 } 195