Home
last modified time | relevance | path

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

/freebsd-src/contrib/processor-trace/include/
H A Dpt_compiler.h40 # define fallthrough __attribute__((fallthrough)) macro
42 # define fallthrough /* Fall through. */ macro
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp104 bool EvalEmitter::fallthrough(const LabelTy &Label) { fallthrough() function in EvalEmitter
H A DByteCodeEmitter.cpp260 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { fallthrough() function in ByteCodeEmitter
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h68 #define fallthrough global() macro