Home
last modified time | relevance | path

Searched refs:ctf (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverloaded-operator.cpp208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument
209 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()
/llvm-project-15.0.7/clang/test/Analysis/
H A DDeleteWithNonVirtualDtor.cpp86 NonVirtual *ctf = create(); // expected-note{{Calling 'create'}} in createThroughFunction() local
88 delete ctf; // expected-warning {{Destruction of a polymorphic object with no virtual destructor}} in createThroughFunction()
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/
H A DCMakeLists.txt2 add_subdirectory(ctf)
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTF.h15 namespace ctf {
H A DTraceExporterCTF.cpp18 using namespace lldb_private::ctf;
H A DTraceExporterCTFOptions.td3 let Command = "thread trace export ctf" in {
H A DCommandObjectThreadTraceExportCTF.h17 namespace ctf {
H A DCommandObjectThreadTraceExportCTF.cpp19 using namespace lldb_private::ctf;
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst3507 * - lldb/source/Plugins/TraceExporter/ctf
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4603 lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp
4604 lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.h
4605 lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.cpp