Searched defs:MSG (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-defines.h | 143 [[deprecated("This method is no longer supported: " MSG)]] argument 137 LLDB_DEPRECATED(MSG) global() argument 141 LLDB_DEPRECATED_FIXME(MSG,FIX) global() argument
|
/freebsd-src/libexec/fingerd/ |
H A D | fingerd.c | 202 #define MSG ": cannot execute\n" in main() macro
|
/freebsd-src/libexec/bootpd/ |
H A D | dovend.c | 43 #define NEED(LEN, MSG) do \ in dovend_rfc1497() argument
|
H A D | bootpd.c | 1215 #define NEED(LEN, MSG) do \ argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDefines.h | 38 #define LLDB_DEPRECATED(MSG) argument 39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) argument
|
/freebsd-src/contrib/wpa/src/eap_server/ |
H A D | eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
|
H A D | eap_server_ikev2.c | 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compiler.h | 155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument 157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 127 #define STATS_DECL_(NAME, MSG) STATISTIC(NAME, MSG); argument 128 #define STATS_DECL(NAME, TYPE, MSG) \ argument 131 #define STATS_DECLTRACK(NAME, TYPE, MSG) \ argument
|