Searched defs:LLVM_FALLTHROUGH (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-defines.h27 #define LLVM_FALLTHROUGH [[clang::fallthrough]] macro
29 #define LLVM_FALLTHROUGH macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h272 #define LLVM_FALLTHROUGH [[fallthrough]] macro
274 #define LLVM_FALLTHROUGH [[gnu::fallthrough]] macro
276 #define LLVM_FALLTHROUGH __attribute__((fallthrough)) macro
278 #define LLVM_FALLTHROUGH [[clang::fallthrough]] macro
280 #define LLVM_FALLTHROUGH macro

Completed in 48 milliseconds