Searched defs:MSG (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | unary-static-assert.cpp | 4 #define MSG "" macro
|
/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
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/ |
H A D | LvlTypeParser.cpp | 23 #define ERROR_IF(COND, MSG) \ argument
|
H A D | DimLvlMapParser.cpp | 32 #define ERROR_IF(COND, MSG) \ argument
|
/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
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Compiler.h | 155 LLVM_DEPRECATED(MSG,FIX) global() argument 157 LLVM_DEPRECATED(MSG,FIX) global() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 1859 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 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
|