@@ -3067,7 +3067,7 @@ unary_identifier_declarator:
3067
3067
// and not the identifier_declarator
3068
3068
// The below is deliberately not using pointer_type();
3069
3069
// the width is added during conversion.
3070
- stack_type ($1 ).id(ID_pointer );
3070
+ stack_type ($1 ).id(ID_frontend_pointer );
3071
3071
stack_type ($1 ).subtype()=typet(ID_abstract);
3072
3072
$2 =merge($2 , $1 ); // dest=$2
3073
3073
make_subtype ($3 , $2 ); // dest=$3
@@ -3254,7 +3254,7 @@ unary_abstract_declarator:
3254
3254
$$ =$1 ;
3255
3255
// The below is deliberately not using pointer_type();
3256
3256
// the width is added during conversion.
3257
- stack_type ($$).id(ID_pointer );
3257
+ stack_type ($$).id(ID_frontend_pointer );
3258
3258
stack_type ($$).subtype()=typet(ID_abstract);
3259
3259
}
3260
3260
| ' *' attribute_type_qualifier_list
@@ -3263,7 +3263,7 @@ unary_abstract_declarator:
3263
3263
// not to the (missing) abstract declarator.
3264
3264
// The below is deliberately not using pointer_type();
3265
3265
// the width is added during conversion.
3266
- stack_type ($1 ).id(ID_pointer );
3266
+ stack_type ($1 ).id(ID_frontend_pointer );
3267
3267
stack_type ($1 ).subtype()=typet(ID_abstract);
3268
3268
$$ =merge($2 , $1 );
3269
3269
}
@@ -3278,7 +3278,7 @@ unary_abstract_declarator:
3278
3278
// not to the abstract declarator.
3279
3279
// The below is deliberately not using pointer_type();
3280
3280
// the width is added during conversion.
3281
- stack_type ($1 ).id(ID_pointer );
3281
+ stack_type ($1 ).id(ID_frontend_pointer );
3282
3282
stack_type ($1 ).subtype()=typet(ID_abstract);
3283
3283
$2 =merge($2 , $1 ); // dest=$2
3284
3284
make_subtype ($3 , $2 ); // dest=$3
@@ -3300,7 +3300,7 @@ parameter_unary_abstract_declarator:
3300
3300
$$ =$1 ;
3301
3301
// The below is deliberately not using pointer_type();
3302
3302
// the width is added during conversion.
3303
- stack_type ($$).id(ID_pointer );
3303
+ stack_type ($$).id(ID_frontend_pointer );
3304
3304
stack_type ($$).subtype()=typet(ID_abstract);
3305
3305
}
3306
3306
| ' *' attribute_type_qualifier_list
@@ -3309,7 +3309,7 @@ parameter_unary_abstract_declarator:
3309
3309
// not to the (missing) abstract declarator.
3310
3310
// The below is deliberately not using pointer_type();
3311
3311
// the width is added during conversion.
3312
- stack_type ($1 ).id(ID_pointer );
3312
+ stack_type ($1 ).id(ID_frontend_pointer );
3313
3313
stack_type ($1 ).subtype()=typet(ID_abstract);
3314
3314
$$ =merge($2 , $1 );
3315
3315
}
@@ -3324,7 +3324,7 @@ parameter_unary_abstract_declarator:
3324
3324
// not to the (missing) abstract declarator.
3325
3325
// The below is deliberately not using pointer_type();
3326
3326
// the width is added during conversion.
3327
- stack_type ($1 ).id(ID_pointer );
3327
+ stack_type ($1 ).id(ID_frontend_pointer );
3328
3328
stack_type ($1 ).subtype()=typet(ID_abstract);
3329
3329
$2 =merge($2 , $1 ); // dest=$2
3330
3330
make_subtype ($3 , $2 ); // dest=$3
0 commit comments