gpt4 book ai didi

pointers - LLVM Compiler Infrastructure 中是否有一种方法可以将指针常量转换为不同类型的指针常量?

转载 作者:行者123 更新时间:2023-12-05 05:13:01 25 4
gpt4 key购买 nike

我从一个全局变量的地址得到了一个 *TypeB 类型的常量指针,我需要将它转换为一个 *TypeA 类型的指针,其中 TypeB 不同于 TypeA 但也是有效的 TypeA

例如 TypeA 可能有成员 (uint id, int data1)TypeB 可能有成员 (uint id , int data1, int data2).

问题是如何将一个常量指针转换为不同的类型,同时保持它常量(没有说明)。

最佳答案

使用位播 constant expression , 显然。

参见 documentation对于 ConstantExpr::getBitCast()

关于pointers - LLVM Compiler Infrastructure 中是否有一种方法可以将指针常量转换为不同类型的指针常量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54057680/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com