Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h143 [[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 Dfingerd.c202 #define MSG ": cannot execute\n" in main() macro
/freebsd-src/libexec/bootpd/
H A Ddovend.c43 #define NEED(LEN, MSG) do \ in dovend_rfc1497() argument
H A Dbootpd.c1215 #define NEED(LEN, MSG) do \ argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h38 #define LLDB_DEPRECATED(MSG) argument
39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) argument
/freebsd-src/contrib/wpa/src/eap_server/
H A Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h155 #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 DAttributorAttributes.cpp127 #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