Searched defs:MSG (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-defines.h | 142 #define LLDB_DEPRECATED(MSG) \ argument 146 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument 148 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) argument
|
/freebsd/libexec/fingerd/ |
H A D | fingerd.c | 202 #define MSG ": cannot execute\n" in main() macro
|
/freebsd/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/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/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/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 1872 #define CHECK_RESERVED_BITS_IMPL(MASK, DESC, MSG) \ argument 1883 #define CHECK_RESERVED_BITS_MSG(MASK, MSG) \ argument 1887 #define CHECK_RESERVED_BITS_DESC_MSG(MASK, DESC, MSG) \ argument
|
/freebsd/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
|