Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/include/
H A Dpt_compiler.h40 # define fallthrough __attribute__((fallthrough)) macro
42 # define fallthrough /* Fall through. */ macro
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp129 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
H A DByteCodeEmitter.cpp335 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h70 #define fallthrough /* FALLTHROUGH */ do { } while(0) macro