Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-off-by-default.cpp4 void fallthrough(int n) { in fallthrough() function
H A Dswitch-implicit-fallthrough-per-method.cpp4 int fallthrough(int n) { in fallthrough() function
H A Dswitch-implicit-fallthrough-cxx98.cpp7 int fallthrough(int n) { in fallthrough() function
H A Dswitch-implicit-fallthrough.cpp4 int fallthrough(int n) { in fallthrough() function
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr2406.cpp5 void fallthrough(int n) { in fallthrough() function
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dswitch.cpp108 int fallthrough(int i) { // CHECK-NEXT: File 0, [[@LINE]]:24 -> [[@LINE+14]]:2 = #0 in fallthrough() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx11-crashes.cpp90 void fallthrough() { in fallthrough() function
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp184 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
H A DEvalEmitter.cpp91 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp598 const CFGBlock *fallthrough = *Pred->succ_begin(); in getUninitUse() local