Home
last modified time | relevance | path

Searched refs:FTypeWithQuals (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-cxx11.test8 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) const> FTypeWithQuals::a
11 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) volatile> FTypeWithQuals::b
14 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) __restrict> FTypeWithQuals::c
17 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) const &> FTypeWithQuals::d
20 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) volatile &> FTypeWithQuals::e
23 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) __restrict &> FTypeWithQuals::f
26 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) const &&> FTypeWithQuals::g
29 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) volatile &&> FTypeWithQuals::h
35 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void)> FTypeWithQuals::j
38 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) &> FTypeWithQuals::k
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx11.cpp5 namespace FTypeWithQuals { namespace