Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/macosx/ctf/
H A DMakefile10 all: a.out a.ctf
14 a.ctf: a.out.dSYM
17 -o a.ctf \
33 a.ctf a.ctf
/llvm-project/clang/test/SemaCXX/
H A Doverloaded-operator.cpp215 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument
216 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call()
217 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call()
218 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call()
219 ctf(); in test_funcptr_call()
/llvm-project/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/lldb/source/Plugins/TraceExporter/
H A DCMakeLists.txt2 add_subdirectory(ctf)
/llvm-project/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.h18 namespace ctf {
39 interpreter, "thread trace export ctf", in CommandObjectThreadTraceExportCTF()
41 "thread trace export ctf [<ctf-options>]", in CommandObjectThreadTraceExportCTF()
56 } // namespace ctf
H A DCommandObjectThreadTraceExportCTF.cpp19 using namespace lldb_private::ctf;
/llvm-project/utils/bazel/llvm-project-overlay/lldb/source/Plugins/
H A DBUILD.bazel901 strip_include_prefix = "TraceExporter/ctf",
904 "TraceExporter/ctf/TraceExporterCTFCommandOptions.inc",
907 td_file = "TraceExporter/ctf/TraceExporterCTFOptions.td",
916 srcs = glob(["TraceExporter/ctf/*.cpp"]),
917 hdrs = glob(["TraceExporter/ctf/*.h"]),
/llvm-project/clang/docs/
H A DClangFormattedStatus.rst