mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 20:04:03 +00:00
Add mangling test coverage for non-volatile const member pointers
llvm-svn: 362331
This commit is contained in:
parent
6f495f1a12
commit
c821a34e7f
@ -103,6 +103,12 @@
|
||||
?funptr@@YAP6AHXZXZ
|
||||
; CHECK: int (__cdecl * __cdecl funptr(void))(void)
|
||||
|
||||
?m@@3PRfoo@@DR1@
|
||||
; CHECK: char const foo::*m
|
||||
|
||||
?m@@3PERfoo@@DER1@
|
||||
; CHECK: char const foo::*m
|
||||
|
||||
?k@@3PTfoo@@DT1@
|
||||
; CHECK: char const volatile foo::*k
|
||||
|
||||
@ -393,5 +399,5 @@
|
||||
??0?$L@V?$H@PAH@PR26029@@@PR26029@@QAE@XZ
|
||||
; CHECK: __thiscall PR26029::L<class PR26029::H<int *>>::L<class PR26029::H<int *>>(void)
|
||||
|
||||
; ??$emplace_back@ABH@?$vector@HV?$allocator@H@std@@@std@@QAE?A?<decltype-auto>@@ABH@Z
|
||||
<decltype-auto> __thiscall std::vector<int, class std::allocator<int>>::emplace_back<int const &>(int const &)
|
||||
??$emplace_back@ABH@?$vector@HV?$allocator@H@std@@@std@@QAE?A?<decltype-auto>@@ABH@Z
|
||||
; CHECK: <decltype-auto> __thiscall std::vector<int, class std::allocator<int>>::emplace_back<int const &>(int const &)
|
||||
|
Loading…
Reference in New Issue
Block a user