Searched defs:fallthrough (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/processor-trace/include/ | ||
H A D | pt_compiler.h | 40 # define fallthrough __attribute__((fallthrough)) macro |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | EvalEmitter.cpp | 104 bool EvalEmitter::fallthrough(const LabelTy &Label) { fallthrough() function in EvalEmitter |
H A D | ByteCodeEmitter.cpp | 260 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { fallthrough() function in ByteCodeEmitter |
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ | ||
H A D | compiler.h | 68 #define fallthrough global() macro |