Files
clang-p2996/clang/lib/AST/Interp/InterpBuiltin.cpp
Timm Baeder e3993e044e [clang][Interp] Implement __builtin_addressof (#77303)
We don't need to do anything here, since the input is already a Pointer.
The only complexity is that we pre-classify the parameters as PT_Ptr,
but they might end up being of a different pointer type, e.g. PT_FnPtr.
2024-01-11 09:02:24 +01:00

30 KiB