Searched refs:LLDB_API_IMPL_TOONEW (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-versioning.h87 LLDB_API_IMPL_DEPRECATED and LLDB_API_IMPL_TOONEW and any other infrastructure
104 #define LLDB_API_IMPL_TOONEW __attribute__((unavailable)) macro
115 (!defined(LLDB_API_IMPL_DEPRECATED) || !defined(LLDB_API_IMPL_TOONEW))
117 "LLDB_API_CHECK_VERSIONING_WORKS needs LLDB_API_IMPL_DEPRECATED and LLDB_API_IMPL_TOONEW to be defined"
232 #define LLDB_API_NEW_IN_DOT_0 LLDB_API_IMPL_TOONEW
243 #define LLDB_API_NEW_IN_DOT_1 LLDB_API_IMPL_TOONEW
254 #define LLDB_API_NEW_IN_DOT_2 LLDB_API_IMPL_TOONEW
265 #define LLDB_API_NEW_IN_DOT_3 LLDB_API_IMPL_TOONEW
276 #define LLDB_API_NEW_IN_DOT_4 LLDB_API_IMPL_TOONEW
287 #define LLDB_API_NEW_IN_DOT_5 LLDB_API_IMPL_TOONEW
[all...]

Completed in 91 milliseconds