HomeSort by: relevance | last modified time | path
    Searched defs:fallthrough (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
compiler.h 21 #define fallthrough __attribute__((__fallthrough__)) macro
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeEmitter.cpp 164 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { function in class:ByteCodeEmitter
EvalEmitter.cpp 91 bool EvalEmitter::fallthrough(const LabelTy &Label) { function in class:EvalEmitter
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 595 // non-fallthrough paths.
598 const CFGBlock *fallthrough = *Pred->succ_begin(); local
605 B != fallthrough;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 193 #ifndef fallthrough
195 #if __has_attribute(fallthrough)
196 #define fallthrough() __attribute__((fallthrough)) macro
198 #define fallthrough() macro
201 #define fallthrough() __attribute__((fallthrough)) macro
203 #define fallthrough() macro
205 #endif // fallthrough

Completed in 58 milliseconds