Searched refs:ctf (Results 1 – 10 of 10) sorted by relevance
208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument209 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call()210 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call()211 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call()212 ctf(); in test_funcptr_call()
86 NonVirtual *ctf = create(); // expected-note{{Calling 'create'}} in createThroughFunction() local88 delete ctf; // expected-warning {{Destruction of a polymorphic object with no virtual destructor}} in createThroughFunction()
2 add_subdirectory(ctf)
15 namespace ctf {
18 using namespace lldb_private::ctf;
3 let Command = "thread trace export ctf" in {
17 namespace ctf {
19 using namespace lldb_private::ctf;
3507 * - lldb/source/Plugins/TraceExporter/ctf
4603 lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp4604 lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.h4605 lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.cpp