Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dcompiler.h26 #define fallthrough do {} while (0) macro
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp211 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
H A DEvalEmitter.cpp102 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp595 const CFGBlock *fallthrough = *Pred->succ_begin(); in getUninitUse() local