@@ -79,7 +79,7 @@ class symbol_typet:public typet
79
79
80
80
// / Check whether a reference to a typet is a \ref symbol_typet.
81
81
// / \param type Source type.
82
- // / \return True if \param type is a \ref symbol_typet.
82
+ // / \return True if \p type is a \ref symbol_typet.
83
83
template <>
84
84
inline bool can_cast_type<symbol_typet>(const typet &type)
85
85
{
@@ -243,7 +243,7 @@ class struct_union_typet:public typet
243
243
244
244
// / Check whether a reference to a typet is a \ref struct_union_typet.
245
245
// / \param type Source type.
246
- // / \return True if \param type is a \ref struct_union_typet.
246
+ // / \return True if \p type is a \ref struct_union_typet.
247
247
template <>
248
248
inline bool can_cast_type<struct_union_typet>(const typet &type)
249
249
{
@@ -351,7 +351,7 @@ class struct_typet:public struct_union_typet
351
351
352
352
// / Check whether a reference to a typet is a \ref struct_typet.
353
353
// / \param type Source type.
354
- // / \return True if \param type is a \ref struct_typet.
354
+ // / \return True if \p type is a \ref struct_typet.
355
355
template <>
356
356
inline bool can_cast_type<struct_typet>(const typet &type)
357
357
{
@@ -411,7 +411,7 @@ class class_typet:public struct_typet
411
411
412
412
// / Check whether a reference to a typet is a \ref class_typet.
413
413
// / \param type Source type.
414
- // / \return True if \param type is a \ref class_typet.
414
+ // / \return True if \p type is a \ref class_typet.
415
415
template <>
416
416
inline bool can_cast_type<class_typet>(const typet &type)
417
417
{
@@ -452,7 +452,7 @@ class union_typet:public struct_union_typet
452
452
453
453
// / Check whether a reference to a typet is a \ref union_typet.
454
454
// / \param type Source type.
455
- // / \return True if \param type is a \ref union_typet.
455
+ // / \return True if \p type is a \ref union_typet.
456
456
template <>
457
457
inline bool can_cast_type<union_typet>(const typet &type)
458
458
{
@@ -504,7 +504,7 @@ class tag_typet:public typet
504
504
505
505
// / Check whether a reference to a typet is a \ref tag_typet.
506
506
// / \param type Source type.
507
- // / \return True if \param type is a \ref tag_typet.
507
+ // / \return True if \p type is a \ref tag_typet.
508
508
template <>
509
509
inline bool can_cast_type<tag_typet>(const typet &type)
510
510
{
@@ -545,7 +545,7 @@ class struct_tag_typet:public tag_typet
545
545
546
546
// / Check whether a reference to a typet is a \ref struct_tag_typet.
547
547
// / \param type Source type.
548
- // / \return True if \param type is a \ref struct_tag_typet.
548
+ // / \return True if \p type is a \ref struct_tag_typet.
549
549
template <>
550
550
inline bool can_cast_type<struct_tag_typet>(const typet &type)
551
551
{
@@ -585,7 +585,7 @@ class union_tag_typet:public tag_typet
585
585
586
586
// / Check whether a reference to a typet is a \ref union_tag_typet.
587
587
// / \param type Source type.
588
- // / \return True if \param type is a \ref union_tag_typet.
588
+ // / \return True if \p type is a \ref union_tag_typet.
589
589
template <>
590
590
inline bool can_cast_type<union_tag_typet>(const typet &type)
591
591
{
@@ -635,7 +635,7 @@ class enumeration_typet:public typet
635
635
636
636
// / Check whether a reference to a typet is a \ref enumeration_typet.
637
637
// / \param type Source type.
638
- // / \return True if \param type is a \ref enumeration_typet.
638
+ // / \return True if \p type is a \ref enumeration_typet.
639
639
template <>
640
640
inline bool can_cast_type<enumeration_typet>(const typet &type)
641
641
{
@@ -699,7 +699,7 @@ class c_enum_typet:public type_with_subtypet
699
699
700
700
// / Check whether a reference to a typet is a \ref c_enum_typet.
701
701
// / \param type Source type.
702
- // / \return True if \param type is a \ref c_enum_typet.
702
+ // / \return True if \p type is a \ref c_enum_typet.
703
703
template <>
704
704
inline bool can_cast_type<c_enum_typet>(const typet &type)
705
705
{
@@ -739,7 +739,7 @@ class c_enum_tag_typet:public tag_typet
739
739
740
740
// / Check whether a reference to a typet is a \ref c_enum_tag_typet.
741
741
// / \param type Source type.
742
- // / \return True if \param type is a \ref c_enum_tag_typet.
742
+ // / \return True if \p type is a \ref c_enum_tag_typet.
743
743
template <>
744
744
inline bool can_cast_type<c_enum_tag_typet>(const typet &type)
745
745
{
@@ -984,7 +984,7 @@ class code_typet:public typet
984
984
985
985
// / Check whether a reference to a typet is a \ref code_typet.
986
986
// / \param type Source type.
987
- // / \return True if \param type is a \ref code_typet.
987
+ // / \return True if \p type is a \ref code_typet.
988
988
template <>
989
989
inline bool can_cast_type<code_typet>(const typet &type)
990
990
{
@@ -1050,7 +1050,7 @@ class array_typet:public type_with_subtypet
1050
1050
1051
1051
// / Check whether a reference to a typet is a \ref array_typet.
1052
1052
// / \param type Source type.
1053
- // / \return True if \param type is a \ref array_typet.
1053
+ // / \return True if \p type is a \ref array_typet.
1054
1054
template <>
1055
1055
inline bool can_cast_type<array_typet>(const typet &type)
1056
1056
{
@@ -1089,7 +1089,7 @@ class incomplete_array_typet:public type_with_subtypet
1089
1089
1090
1090
// / Check whether a reference to a typet is a \ref incomplete_array_typet.
1091
1091
// / \param type Source type.
1092
- // / \return True if \param type is a \ref incomplete_array_typet.
1092
+ // / \return True if \p type is a \ref incomplete_array_typet.
1093
1093
template <>
1094
1094
inline bool can_cast_type<incomplete_array_typet>(const typet &type)
1095
1095
{
@@ -1162,7 +1162,7 @@ class bitvector_typet:public type_with_subtypet
1162
1162
1163
1163
// / Check whether a reference to a typet is a \ref bitvector_typet.
1164
1164
// / \param type Source type.
1165
- // / \return True if \param type is a \ref bitvector_typet.
1165
+ // / \return True if \p type is a \ref bitvector_typet.
1166
1166
template <>
1167
1167
inline bool can_cast_type<bitvector_typet>(const typet &type)
1168
1168
{
@@ -1209,7 +1209,7 @@ class bv_typet:public bitvector_typet
1209
1209
1210
1210
// / Check whether a reference to a typet is a \ref bv_typet.
1211
1211
// / \param type Source type.
1212
- // / \return True if \param type is a \ref bv_typet.
1212
+ // / \return True if \p type is a \ref bv_typet.
1213
1213
template <>
1214
1214
inline bool can_cast_type<bv_typet>(const typet &type)
1215
1215
{
@@ -1264,7 +1264,7 @@ class unsignedbv_typet:public bitvector_typet
1264
1264
1265
1265
// / Check whether a reference to a typet is a \ref unsignedbv_typet.
1266
1266
// / \param type Source type.
1267
- // / \return True if \param type is a \ref unsignedbv_typet.
1267
+ // / \return True if \p type is a \ref unsignedbv_typet.
1268
1268
template <>
1269
1269
inline bool can_cast_type<unsignedbv_typet>(const typet &type)
1270
1270
{
@@ -1320,7 +1320,7 @@ class signedbv_typet:public bitvector_typet
1320
1320
1321
1321
// / Check whether a reference to a typet is a \ref signedbv_typet.
1322
1322
// / \param type Source type.
1323
- // / \return True if \param type is a \ref signedbv_typet.
1323
+ // / \return True if \p type is a \ref signedbv_typet.
1324
1324
template <>
1325
1325
inline bool can_cast_type<signedbv_typet>(const typet &type)
1326
1326
{
@@ -1384,7 +1384,7 @@ class fixedbv_typet:public bitvector_typet
1384
1384
1385
1385
// / Check whether a reference to a typet is a \ref fixedbv_typet.
1386
1386
// / \param type Source type.
1387
- // / \return True if \param type is a \ref fixedbv_typet.
1387
+ // / \return True if \p type is a \ref fixedbv_typet.
1388
1388
template <>
1389
1389
inline bool can_cast_type<fixedbv_typet>(const typet &type)
1390
1390
{
@@ -1446,7 +1446,7 @@ class floatbv_typet:public bitvector_typet
1446
1446
1447
1447
// / Check whether a reference to a typet is a \ref floatbv_typet.
1448
1448
// / \param type Source type.
1449
- // / \return True if \param type is a \ref floatbv_typet.
1449
+ // / \return True if \p type is a \ref floatbv_typet.
1450
1450
template <>
1451
1451
inline bool can_cast_type<floatbv_typet>(const typet &type)
1452
1452
{
@@ -1498,7 +1498,7 @@ class c_bit_field_typet:public bitvector_typet
1498
1498
1499
1499
// / Check whether a reference to a typet is a \ref c_bit_field_typet.
1500
1500
// / \param type Source type.
1501
- // / \return True if \param type is a \ref c_bit_field_typet.
1501
+ // / \return True if \p type is a \ref c_bit_field_typet.
1502
1502
template <>
1503
1503
inline bool can_cast_type<c_bit_field_typet>(const typet &type)
1504
1504
{
@@ -1543,7 +1543,7 @@ class pointer_typet:public bitvector_typet
1543
1543
1544
1544
// / Check whether a reference to a typet is a \ref pointer_typet.
1545
1545
// / \param type Source type.
1546
- // / \return True if \param type is a \ref pointer_typet.
1546
+ // / \return True if \p type is a \ref pointer_typet.
1547
1547
template <>
1548
1548
inline bool can_cast_type<pointer_typet>(const typet &type)
1549
1549
{
@@ -1596,7 +1596,7 @@ class reference_typet:public pointer_typet
1596
1596
1597
1597
// / Check whether a reference to a typet is a \ref reference_typet.
1598
1598
// / \param type Source type.
1599
- // / \return True if \param type is a \ref reference_typet.
1599
+ // / \return True if \p type is a \ref reference_typet.
1600
1600
template <>
1601
1601
inline bool can_cast_type<reference_typet>(const typet &type)
1602
1602
{
@@ -1645,7 +1645,7 @@ class c_bool_typet:public bitvector_typet
1645
1645
1646
1646
// / Check whether a reference to a typet is a \ref c_bool_typet.
1647
1647
// / \param type Source type.
1648
- // / \return True if \param type is a \ref c_bool_typet.
1648
+ // / \return True if \p type is a \ref c_bool_typet.
1649
1649
template <>
1650
1650
inline bool can_cast_type<c_bool_typet>(const typet &type)
1651
1651
{
@@ -1695,7 +1695,7 @@ class string_typet:public typet
1695
1695
1696
1696
// / Check whether a reference to a typet is a \ref string_typet.
1697
1697
// / \param type Source type.
1698
- // / \return True if \param type is a \ref string_typet.
1698
+ // / \return True if \p type is a \ref string_typet.
1699
1699
template <>
1700
1700
inline bool can_cast_type<string_typet>(const typet &type)
1701
1701
{
@@ -1742,7 +1742,7 @@ class range_typet:public typet
1742
1742
1743
1743
// / Check whether a reference to a typet is a \ref range_typet.
1744
1744
// / \param type Source type.
1745
- // / \return True if \param type is a \ref range_typet.
1745
+ // / \return True if \p type is a \ref range_typet.
1746
1746
template <>
1747
1747
inline bool can_cast_type<range_typet>(const typet &type)
1748
1748
{
@@ -1801,7 +1801,7 @@ class vector_typet:public type_with_subtypet
1801
1801
1802
1802
// / Check whether a reference to a typet is a \ref vector_typet.
1803
1803
// / \param type Source type.
1804
- // / \return True if \param type is a \ref vector_typet.
1804
+ // / \return True if \p type is a \ref vector_typet.
1805
1805
template <>
1806
1806
inline bool can_cast_type<vector_typet>(const typet &type)
1807
1807
{
@@ -1845,7 +1845,7 @@ class complex_typet:public type_with_subtypet
1845
1845
1846
1846
// / Check whether a reference to a typet is a \ref complex_typet.
1847
1847
// / \param type Source type.
1848
- // / \return True if \param type is a \ref complex_typet.
1848
+ // / \return True if \p type is a \ref complex_typet.
1849
1849
template <>
1850
1850
inline bool can_cast_type<complex_typet>(const typet &type)
1851
1851
{
0 commit comments