Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) macro
157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] macro