Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h142 #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 Dfingerd.c202 #define MSG ": cannot execute\n" in main() macro
/freebsd/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/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/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/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1872 #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 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