Searched refs:TemplateFunc (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/ |
D | PrettyFuncDumperTest.cpp | 17 void TemplateFunc(T ...Arg) { in TemplateFunc() function 46 TemplateFunc(10); in main() 47 TemplateFunc(10, 11, 88); in main()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
D | FuncSymbolsTestMain.cpp | 18 void TemplateFunc(T ...Arg) { in TemplateFunc() function 51 TemplateFunc(10); in main() 52 TemplateFunc(10,11,88); in main()
|
D | AstRestoreTest.cpp | 50 void TemplateFunc() { in TemplateFunc() function 55 void foo() { Template<Class>().TemplateFunc<Enum_0>(); } in foo()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/PDB/ |
D | func-symbols.test | 20 CHECK-ONE-DAG: [[TY9:.*]]: Type{[[UID9:.*]]} , name = "TemplateFunc<1,int>", decl = FuncSymbolsTe… 21 CHECK-ONE-DAG: [[TY10:.*]]: Type{[[UID10:.*]]} , name = "TemplateFunc<1,int,int,int>", decl = Fun… 34 CHECK-ONE-DAG: Function{[[UID9]]}, mangled = ??$TemplateFunc@$00H@@YAXH@Z, demangled = {{.*}}, type… 35 CHECK-ONE-DAG: Function{[[UID10]]}, mangled = ??$TemplateFunc@$00HHH@@YAXHHH@Z, demangled = {{.*}},…
|
D | ast-restore.test | 80 TEMPLATE: inline void TemplateFunc<1>();
|
/external/llvm-project/llvm/test/tools/llvm-pdbutil/ |
D | pretty-func-dumper.test | 11 ; GLOBALS_FUNC-DAG: void __cdecl TemplateFunc<1,int>(int <Arg_0>) 12 ; GLOBALS_FUNC-DAG: void __cdecl TemplateFunc<1,int,int,int>(int <Arg_0>, int <Arg_1>, int <Arg_2>)
|