@@ -118,7 +118,7 @@ class cpp_typecheckt:public c_typecheck_baset
118
118
void convert_initializer (symbolt &symbol);
119
119
void convert_function (symbolt &symbol);
120
120
121
- void convert_pmop (exprt& expr);
121
+ void convert_pmop (exprt & expr);
122
122
123
123
void convert_anonymous_union (
124
124
cpp_declarationt &declaration,
@@ -253,15 +253,15 @@ class cpp_typecheckt:public c_typecheck_baset
253
253
cpp_declarationt &ctor) const ;
254
254
255
255
void default_cpctor (
256
- const symbolt&, cpp_declarationt& cpctor) const ;
256
+ const symbolt&, cpp_declarationt & cpctor) const ;
257
257
258
258
void default_assignop (
259
- const symbolt& symbol, cpp_declarationt& cpctor);
259
+ const symbolt & symbol, cpp_declarationt & cpctor);
260
260
261
261
void default_assignop_value (
262
- const symbolt& symbol, cpp_declaratort& declarator);
262
+ const symbolt & symbol, cpp_declaratort & declarator);
263
263
264
- void default_dtor (const symbolt& symb, cpp_declarationt& dtor);
264
+ void default_dtor (const symbolt & symb, cpp_declarationt & dtor);
265
265
266
266
codet dtor (const symbolt &symb);
267
267
@@ -278,20 +278,20 @@ class cpp_typecheckt:public c_typecheck_baset
278
278
const struct_union_typet &struct_union_type,
279
279
irept &initializers);
280
280
281
- bool find_cpctor (const symbolt& symbol)const ;
282
- bool find_assignop (const symbolt& symbol)const ;
283
- bool find_dtor (const symbolt& symbol)const ;
281
+ bool find_cpctor (const symbolt & symbol)const ;
282
+ bool find_assignop (const symbolt & symbol)const ;
283
+ bool find_dtor (const symbolt & symbol)const ;
284
284
285
285
bool find_parent (
286
- const symbolt& symb,
286
+ const symbolt & symb,
287
287
const irep_idt &base_name,
288
288
irep_idt &identifier);
289
289
290
290
bool get_component (
291
291
const source_locationt &source_location,
292
- const exprt& object,
293
- const irep_idt& component_name,
294
- exprt& member);
292
+ const exprt & object,
293
+ const irep_idt & component_name,
294
+ exprt & member);
295
295
296
296
void new_temporary (const source_locationt &source_location,
297
297
const typet &,
@@ -309,16 +309,16 @@ class cpp_typecheckt:public c_typecheck_baset
309
309
310
310
void add_base_components (
311
311
const struct_typet &from,
312
- const irep_idt& access,
312
+ const irep_idt & access,
313
313
struct_typet &to,
314
- std::set<irep_idt>& bases,
315
- std::set<irep_idt>& vbases,
314
+ std::set<irep_idt> & bases,
315
+ std::set<irep_idt> & vbases,
316
316
bool is_virtual);
317
317
318
318
bool cast_away_constness (const typet &t1,
319
319
const typet &t2) const ;
320
320
321
- void do_virtual_table (const symbolt& symbol);
321
+ void do_virtual_table (const symbolt & symbol);
322
322
323
323
// we need to be able to delay the typechecking
324
324
// of method bodies to handle methods with
@@ -568,7 +568,7 @@ class cpp_typecheckt:public c_typecheck_baset
568
568
569
569
void make_ptr_typecast (
570
570
exprt &expr,
571
- const typet & dest_type);
571
+ const typet &dest_type);
572
572
573
573
// the C++ typecasts
574
574
0 commit comments