Searched refs:TemplateFuncionWithLocalLambda (Results 1 – 3 of 3) sorted by relevance
21 …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@Z25 ; CHECK: <auto> __cdecl TemplateFuncionWithLocalLambda<int>(int)27 ??R<lambda_1>@?0???$TemplateFuncionWithLocalLambda@H@@YA?A?<auto>@@H@Z@QBE?A?1@XZ28 ; CHECK: <auto> __thiscall `<auto> __cdecl TemplateFuncionWithLocalLambda<int>(int)'::`1'::<lambda_…
30 auto TemplateFuncionWithLocalLambda(T) { in TemplateFuncionWithLocalLambda() function44 auto ValueFromTemplateFuncionWithLocalLambda = TemplateFuncionWithLocalLambda(0);