Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-cxx14.test21 …teFuncionWithLocalLambda@@3ULocalType@?2???R<lambda_1>@?0???$TemplateFuncionWithLocalLambda@H@@YA?…
22 ; CHECK: struct `public: <auto> __thiscall `<auto> __cdecl TemplateFuncionWithLocalLambda<int>(int)…
24 ??$TemplateFuncionWithLocalLambda@H@@YA?A?<auto>@@H@Z
25 ; CHECK: <auto> __cdecl TemplateFuncionWithLocalLambda<int>(int)
27 ??R<lambda_1>@?0???$TemplateFuncionWithLocalLambda@H@@YA?A?<auto>@@H@Z@QBE?A?1@XZ
28 ; CHECK: <auto> __thiscall `<auto> __cdecl TemplateFuncionWithLocalLambda<int>(int)'::`1'::<lambda_…
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx14.cpp30 auto TemplateFuncionWithLocalLambda(T) { in TemplateFuncionWithLocalLambda() function
44 auto ValueFromTemplateFuncionWithLocalLambda = TemplateFuncionWithLocalLambda(0);