Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dunary-static-assert.cpp4 #define MSG "" macro
/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
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DLvlTypeParser.cpp23 #define ERROR_IF(COND, MSG) \ argument
H A DDimLvlMapParser.cpp32 #define ERROR_IF(COND, MSG) \ argument
/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h38 #define LLDB_DEPRECATED(MSG) argument
39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) argument
/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h155 LLVM_DEPRECATED(MSG,FIX) global() argument
157 LLVM_DEPRECATED(MSG,FIX) global() argument
/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1859 CHECK_RESERVED_BITS_IMPL(MASK,DESC,MSG) global() argument
1870 CHECK_RESERVED_BITS_MSG(MASK,MSG) global() argument
1874 CHECK_RESERVED_BITS_DESC_MSG(MASK,DESC,MSG) global() argument
/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