Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 12 of 12) 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/crypto/krb5/src/appl/simple/client/
H A Dsim_client.c51 #define MSG "hi there!" /* message text */ macro
/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.h250 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
252 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2132 #define CHECK_RESERVED_BITS_IMPL(MASK, DESC, MSG) \ argument
2143 #define CHECK_RESERVED_BITS_MSG(MASK, MSG) \ argument
2147 #define CHECK_RESERVED_BITS_DESC_MSG(MASK, DESC, MSG) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp129 #define STATS_DECL_(NAME, MSG) STATISTIC(NAME, MSG); argument
130 #define STATS_DECL(NAME, TYPE, MSG) \ argument
133 #define STATS_DECLTRACK(NAME, TYPE, MSG) \ argument
/freebsd/contrib/sqlite3/
H A Dsqlite3.c73383 #define SHARED_LOCK_TRACE(X,MSG,TAB,TYPE) /*no-op*/ argument