Searched refs:ctf (Results 1 – 11 of 11) sorted by relevance
/llvm-project/lldb/test/API/macosx/ctf/ |
H A D | Makefile | 10 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 D | overloaded-operator.cpp | 215 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 D | DeleteWithNonVirtualDtor.cpp | 86 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 D | CMakeLists.txt | 2 add_subdirectory(ctf)
|
/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
H A D | TraceExporterCTF.h | 15 namespace ctf {
|
H A D | TraceExporterCTF.cpp | 18 using namespace lldb_private::ctf;
|
H A D | TraceExporterCTFOptions.td | 3 let Command = "thread trace export ctf" in {
|
H A D | CommandObjectThreadTraceExportCTF.h | 18 namespace ctf { 39 interpreter, "thread trace export ctf", in CommandObjectThreadTraceExportCTF() 41 "thread trace export ctf [<ctf-options>]", in CommandObjectThreadTraceExportCTF() 56 } // namespace ctf
|
H A D | CommandObjectThreadTraceExportCTF.cpp | 19 using namespace lldb_private::ctf;
|
/llvm-project/utils/bazel/llvm-project-overlay/lldb/source/Plugins/ |
H A D | BUILD.bazel | 901 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 D | ClangFormattedStatus.rst |
|